Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using set analysis

Hello,

i created this pivot table in which i applied Pareto method.

As you can see here there are values of acuracy  [column 3] greater or equal than 80%. What i want to do is to keep only accuracy values less than 80%.

I heard that i can use set analysis in this case but i do not know how to use. Please, any help.

Thank you very much.

Best regards,

Alâa Eddine.

sasasasas.PNG

4 Replies
sunny_talwar

rick_vansoest
Partner - Contributor III
Partner - Contributor III

you could create a calculated dimension? Something like:

IF( AGGR(


//Your measure


, [Aggr Brand]) <= 0.8 , [Aggr Brand] )

After creating the dimension you select "suppress zero values"

Capture1.PNG

Anonymous
Not applicable
Author

Hello,

thank you but do you have an idea about set analysis? because i do not know how to use the aggr function.

Thank you,

Alâa Eddine

rick_vansoest
Partner - Contributor III
Partner - Contributor III

I don't think there is an easier way of fixing this than with the aggr function in either the dimension or the set analysis. If you are going to use Qlikview frequently, I suggest you look in to this. It is a powerful function. 

https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/aggr.htm

If you don’t have the time to dive into the matter maybe this is a solution:

Change the pivot table to a straight table and set the dimension limits to only show values greater than 0.8


Capture4.PNG