Forum Discussion

M_SBS_6's avatar
M_SBS_6
Helper V
2 years ago
Solved

Multiple Dates

Hi, I have 2 tables joined to each other apps table to comps table (one to many).   ***I need these 2 tables to join to show the other visuals within the dashboard***   I have 2 dates that are ne...
  • MOVC's avatar
    2 years ago

    You could try a new table based off the two existing ones instead of using a calendar table.

    Take a copy of the Apps and Comps table and turn them into single date field and make sure they're named the same (just "Date"), then for the Apps one add a custom column called "Apps" that is just equal to 1 then do the same for Comp called "Comp". You can then append these ontop of each other to get a three column table. Extract the year from the date and then group on the year using Sum on the other columns