Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing only negative values in a pivot table

Hi,


I have a pivot table with many columns, some of them are dimensions and some expressions. I am trying to only see the rows with a negative value in any column. so if any row contains a negative vale only those rows will be displayed in the table. How can i go about this?



Thanks,

1 Solution

Accepted Solutions
buzzy996
Master II
Master II

u can try the expression some thing like this,

if(urexpression values is <0,urexpression.null())--- supress the null values.

View solution in original post

3 Replies
buzzy996
Master II
Master II

u can try the expression some thing like this,

if(urexpression values is <0,urexpression.null())--- supress the null values.

anbu1984
Master III
Master III

Check this app

Anonymous
Not applicable
Author

Hi Shiva Reddy,

As per your statement,

if(urexpression values is <0,urexpression.null()) is applicable only when expression is available. but here in my case, i do not have any expression & i want to display field only when any of the data in field has negative values..

and there are around thousands of fields in my table.

Please check and update

Thanks in advance,

Suresh