Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Combining 2 tables and Summarize

Hello Everyone,   Good day.   Hoping to get some ideas and help how to achieve my requirements. I have create 2 separate summarize table named 'Country' and 'Weekly Reporting'. Basically, 'Coun...
  • Mariusz's avatar
    7 years ago

    Hi Anonymous 

    You can use CROSSJOIN like below


    Table = CROSSJOIN(Country, 'Weekly Reporting')

    Hope this helps 
    Mariusz