Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Count uniqe values existing in two variable tables

Hi, I have two connected tables.   The first one (Table1) cointains sales data with unique client ID and date among other things. The second one (Table2) is a simple table with dates. I'm trying a...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Try this

    Countrows(union(table1,table2))

     

    Thanks & regards,
    Pravin Wattamwar
    www.linkedin.com/in/pravin-p-wattamwar

    If I resolve your problem Mark it as a solution and give kudos.