Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bramvdpoel
Contributor III
Contributor III

Nested aggregation / calculation

Hi,

I have a calculated value in my chart: ((Sum(A)-Sum(B))/Sum(C)*100))

Now i want to add different colums to a table where with a condition a Field X

SO: {<FieldX=10>} ((Sum(A)-Sum(B))/Sum(C)*100))

I want it to be a fixed column, so regardless of the made selections.

can anyone help?

Thx

1 Solution

Accepted Solutions
tm_burgers
Creator III
Creator III

(Sum( {1<FieldX={'10'}>} A)-Sum({1<FieldX={'10'}>}B))/Sum({1<FieldX={'10'}>}C)*100)

 

View solution in original post

1 Reply
tm_burgers
Creator III
Creator III

(Sum( {1<FieldX={'10'}>} A)-Sum({1<FieldX={'10'}>}B))/Sum({1<FieldX={'10'}>}C)*100)