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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

set analysis - table

hi i have a table-

Capture.PNG.png

because of the set analysis in column(6) i see in the table all the product types (first column) .

i want to see only the type with the full data (if i removing the set analysis in the 6 expression its show only the products type i want)

hope im clear...

11 Replies
Not applicable

Encapsulate once again the aggr() with a sum()

sum(aggr(sum ....

Fabrice

adiarnon
Creator III
Creator III
Author

tnx!!

its working