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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Limit values from a graph

Hi

I have a graph and i wanna limit the values to the top 5 or top 7 or the 'x' value that i wanna see

i did an inline table like this

VALOR_LIMITE:

LOAD * INLINE [

    VALOR_LIMITE,

    5,

    8,

    12,

    15

];

and in the dimension limits i use this field, but it isn´t working

what do you suggest?

Regards

22 Replies
Not applicable
Author

Hey!

It isn't working

Thank you

sasikanth
Master
Master

hi,

please post your sample data,it would be helpful

Not applicable
Author

Hey.

I can't but i can explain with the qvw that you attached.

In the sample you are using a top 2 but you see 4 in the graphic. Do you see that?

If you see that you'll notice that you are seeing the top 2 of each month. And because of that you see 4 values in the graphic.

I wanna see the top 2 of all months. Or better the top of an average of all months, but i think that may be more complicated.

Regards