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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
avastani
Partner - Creator III
Partner - Creator III

v8.2 problem with table

How can I have a chart expression ignore the values selected in a dimension and provide results. I can do this in set analysis, but looking to do it without since 8.2 doesn't have set analysis.

Is it possible?

8 Replies
sathishkumar_go
Partner - Specialist
Partner - Specialist

Hi Amir,

I think 8.2 is possible for set analysis.

in 8.5 we use setanalysis All

in 8.2 just try this {}

-Sathish

avastani
Partner - Creator III
Partner - Creator III
Author

didnt work, in 8.2, can you please share what you did?

Not applicable

Set analisys was first introduced in 8.5

avastani
Partner - Creator III
Partner - Creator III
Author

that's what i thought too. hence my question if we can ignore a dimension in the expression for a table chart.

is it possible?

Not applicable

Use "ALL":

sum(ALL Amount)

and combine it with IF():

sum(ALL if(Town = 'Atlanta', Amount) )

avastani
Partner - Creator III
Partner - Creator III
Author

so if i want to make it dynamic and ignore the Town dimension but consider all other dimensions, then

SUM(ALL if(Town=, Amount))

would do it?

Not applicable

nope.

That's a SET ANALISYS feature. Why don't you upgrade?

avastani
Partner - Creator III
Partner - Creator III
Author

that's the limitation. how can i make it happen in 8.2 is the challenge. i know it is possible but i can't nail it to the syntax