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

How to make a Dimension Ignore a specific Selection?

Hi Guys,

I have the following issue:

I have a certain table and I want the table to ignore a selection in a specific field.

When taking into account the Expressions- no problem here, I use set analysis and successfully ignore that field selection/

However, I have a calculated dimension without any set analysis....

Is there any way to make this calculated dimension to ignore a specific field selection without set analysis?

thanks!!

Ella

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi look at the below post.

http://community.qlik.com/docs/DOC-1334

Regards

ASHFAQ

Not applicable
Author

This is not relevant.

I specifically wrote without set analysis and you gave me a blog about set analysis

Not applicable
Author

How about... =if(Field <> 'Value', Dimension) ?

Anonymous
Not applicable
Author

Try with this :

=if(GetSelectedCount(Field)=0,CalculatedDimension)