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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select values from a measure?

Hi Folks

I need to select a certain set of values from a measure, for example, I have a percentage and I only need values below 80% in a graphic:

Captura.PNG

In the previous graph values above 100% have to be discarded (deleted) from analysis.

thanks in advance

2 Replies
Anonymous
Not applicable
Author

Click on Edit on the top and select the chart. Now in the left side properties pane, click on Data tab. Here expand the Dimension (by clicking on that small play > button to expand). You will see a property 'Limitation'. Click on the drop down value to choose 'Relative Value' or 'Exact value' (based on your data). Then select the last button <= .

In the text field enter 100% (see attachment)

LimitedData.JPG

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can do this using Dimension Properties  Limitation option or you can also do this by dragging the mouse on X axis from 0 to 80% when you need it.

Or you can use expression like below

If(Expression <= 0.8, Expression, Null())

Note: Replace Expression with your expression using in the chart.

Hope this helps you.

Regards,

Jagan.