Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

data range selection issue

Hi experts ,

                        I  have to age field which having age values 15-30, i am using two input variables min, max and apply button.

                     in variable if i select less than 15 age, chart have to display no data .give me your possible ways to achieve this.

                   

Regards,

Mike 

3 Replies
swuehl
MVP
MVP

You can use a calculation condition on general tab:

=min >= 15 AND max >= 15

Not applicable
Author

hi swuehl,

                           Thanks for your reply, as you mention calculation condition not match it will show calculation unfulfilled. but same way chart have to show no data to display  instead of calculation condition unfulfilled,is it possible with alt function? .

                             alt(if(min>=15 and max>=15), 'no data ')

Regards,

Mike

swuehl
MVP
MVP

On general tab, 'Error messages' button will open a dialog to adjust the error message to whatever you want.