Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hey!
It isn't working
Thank you
hi,
please post your sample data,it would be helpful
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