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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sushil353
Master II
Master II

calculation irrespective to the selection made

Hi All

i am calculating a expression sum(total_unitprocessed). there is a dimension associated with it defect type.. i want to calculate sum(total_unitprocessed) irrespective to the selection made in defect type...

means if i select any thing from field defect_type sum(total_unitprocessed) should not get affected...

Thanks

2 Replies
Not applicable

Use Something Like This:

sum({<defect_type=>}total_unitprocessed)

sushil353
Master II
Master II
Author

Thanks for reply Erika..

but it will calculate for certain defect types....

i want such condition that defect_type will not affect unit processed

Thanks