Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default selection

Hi all,

I have attached a screenshot of the sheet.

Where i have used the image and text objects and Filter pane.


The issue is the default data is displaying without any selection in filter pane.

I need to exclude the default selection and the data should display only when the selection is made in filter pane.

Help on this.

Untitled.png

Thanks,

Pramod

12 Replies
rbecher
MVP
MVP

Copy the app (.qvf file under C:\Users\<your user name>\Documents\Qlik\Sense\Apps), delete all unnessecary sheets and objects, upload the .qvf file here with extended editor.

Astrato.io Head of R&D
Not applicable
Author

Hi Ralf,

Please find the atachment.

I need no value  should display till i select the use_id in filter pane.

Thanks,

Pramod

rbecher
MVP
MVP

I would go the simple way:

if(getselectedcount(user_id)=1,

... your expression ... , null)

Astrato.io Head of R&D