Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

nested calculations

hi there, 
Trying to some two set of counts. But formula is not working.

='Record count: ' & Aggr(count(ID_Operational) + count(ID_systems) )

could anyone help?

Thanks a million

Nacho

Labels (1)
1 Reply
Digvijay_Singh

Aggr needs dimension against that you are aggregating, something like Aggr(count(ID),City).

Can you share a sample app/chart etc where you are trying this expression otherwise it would be difficult to understand the real problem.

You may tru