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: 
Anonymous
Not applicable

Show only Variable more than N

Hi,

I have Scatter chart and input button, where I select minimum number in each month.

I want to show tags in the chart only according to condition N_month>Input Button(Variable1).

I use an expression

count({ $< N_Month={">$(=Variable1)"}>}[FieldName])

It shows all tags.

Thanks,

14 Replies
Anonymous
Not applicable
Author

input botton works, but I can understand how connect my botton and students

MayilVahanan

Hi

     It because, you used alternate state in multi box. So change it in default state . Then it works fine..

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

I can't do it, because I have other charts, where I select Student and Class.

In this case I have only 1 class and 1 student in scatter charts.

whiteline
Master II
Master II

2 vovan4ik:

You didn't  mention that you use alternative states.

There are two common states: default and inherited. $ - is default, while all charts if not specified use inherited state.

Remove leading $ from your set analysis expressions.

count({$< N_Month={">$(Variable1)"}>}[FieldName])

Anonymous
Not applicable
Author

Yes, it was so easy.

Thank you for your help,