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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

vBand display options

Hi,

I have a graph where is have put in a restriction using a vBand to show the age in groups of 5 days. Now the graph displays the values as;

0 <= x = 5

5 <= x = 10

10 <= x = 15

15 <= x = 20

....

I would like the values to be shown as just the top value, that is;

5

10

15

20

...

I have attached a sample file, please have a look.

Cheers,

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

4 Replies
tresB
Champion III
Champion III

Like this? PFA

Not applicable
Author

exactly! how did you manage that?

tresB
Champion III
Champion III

In your calculated dimension expression, I just added subfield function like:

=SubField(class((today()-received_date), vBand),'<',3)

Not applicable
Author

nice, thank you!