Forum Discussion
Count uniqe values existing in two variable tables
- Anonymous6 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.
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.
- Anonymous6 years agoNot applicable
Thanks a lot!
I don't know if you meant Countrows(union(table1,table2)) or Countrows(union(currMonthColumn, lastMonthColumn))
But the second one worked as expected 😁
- Anonymous6 years agoNot applicable
I have given generalized answer so have to replace it by using existing table or virtual tables which you stored in visual.
You replaced it correctly.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.