Forum Discussion
ziqh
8 years agoFrequent Visitor
Summarising rows in calculated table
Hi All, Stuck on an issue that I'm almost certain is a simple one. I have two tables of data, and I've taken them to a single calculated table via a UNION, like so: CalcTable = UNION( ...
Anonymous
8 years agoNot applicable
HI ziqh
The UNIOIN function just combines teh data and it wont aggregate, so the output of UNION is expected one.
For your desired result, you need to Wrap your UNIONed query with a SUMMARIZE function.
Thanks
Raj