Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
natty7
Contributor
Contributor

Need Help Fixing Filter Issue in Qliksense

There is a specific requirement to show the total of a measure , on the basis of a few dimensions and it should not be affected by other dimensions.

I have a table with dimension = ProductName, Country Measure = sum({<ProductName>} total<Country>TEU)

The issue is, whenever I add fields after total i.e. 'Country', the 'ProductName' stops filtering the table.

Please let me know if anyone knows how to make filter work, or an alternate solution to show total. Thanks!

Labels (1)
1 Reply
Chirantha
Support
Support

Hey,

 

Please see if this works.

sum({<OtherDimension1=, OtherDimension2=, ...>} total<Country> TEU)


You can replace OtherDimension1, OtherDimension2, etc. with the names of the dimensions that you want to ignore when calculating the total.