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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
carolin01
Partner - Creator II
Partner - Creator II

Dimension Limit

Hello,

I´m trying to implement a dimension limit with a variable as follows:

My values are sorted descending by expression which I use in the first column and without the restriction you wouldn´t see the negative values. But as soon as I enable the restriction Qlik View only shows me the first few value until the value of the variable (here 10%) is achieved. And then it shows the negative values. It should stop showing customers as soon as e.g. 10% are achieved. In any case the negative values are not the next in line of the sorting. How can I avoid this? The reason why I´m trying to do this is that I use the variable also for a slider and with this slider I would like to be able to see e.g. the customers which contribute to e.g. 10% of the sales.

Many thanks in advance for your help.

Best regards

Carolin

1 Solution

Accepted Solutions
daveamz
Partner - Creator III
Partner - Creator III

Hi,

You can filter out the negative values using something like sum({<value={">=0"}>}value).

Best regards,

David

View solution in original post

3 Replies
MK_QSL
MVP
MVP

can you share your apps or sample file?

carolin01
Partner - Creator II
Partner - Creator II
Author

I think the solution would be if I could exclude negative values. If my field is e.g. SoldToBusinessPartner then I don´t wanna see zero and negative results. I´m not sure how I can post my app, I don´t have an example app. I tried it by reducing data and scrambling but after scrambling it didn´t show any values anymore.

daveamz
Partner - Creator III
Partner - Creator III

Hi,

You can filter out the negative values using something like sum({<value={">=0"}>}value).

Best regards,

David