Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Start with the chart empty. Any selected in filter pane.

Hello.

I would like start with the charts empty. And then, when I choose the options in the filter panes, chart begin to draw the lines and the information.

Beacuse now I see that select all options in filter panes is the same than not select anything.


I was thinkig about create a variable of the filters panes to check is something was selected or no.

How I can make this? Change something in the expresion of the chart? modify the expresion of the filter panes? Writing in the data loading script?

Can somebody help me?

Thanks and regards.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Finally, I used this fuction: GetSelectedCount()

I put this fuction in a if: GetSelectedCount(field_name)<>0. so when nothing is selected, the chart doesn't show anything.

More information here: https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/FieldFunctions...

Regards.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Finally, I used this fuction: GetSelectedCount()

I put this fuction in a if: GetSelectedCount(field_name)<>0. so when nothing is selected, the chart doesn't show anything.

More information here: https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/FieldFunctions...

Regards.

Anonymous
Not applicable
Author

Does someone know why GetSelectedCount not work when I use a table create in the script by LOAD * INLINE?

Not recognise the field.


Thanks