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: 
aak
Contributor
Contributor

Default value for variable input box | Qliksense

Hello experts,

 

I am trying to use a variable input box linked to a variable with definition "GetFieldSelections(Attr)".

After publishing the app, the input box shows this definition on opening.

i want to have a blank input box when the app opens.

i am using Qliksense Sep2019 version.

 

thanks

1 Solution

Accepted Solutions
tresesco
MVP
MVP

In variable definition put '=' before, like:

=GetFieldSelections(Attr)

View solution in original post

2 Replies
tresesco
MVP
MVP

In variable definition put '=' before, like:

=GetFieldSelections(Attr)

aak
Contributor
Contributor
Author

thank for the quick response.. that solution worked !!