Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
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
tresB
Champion III
Champion III

In variable definition put '=' before, like:

=GetFieldSelections(Attr)

View solution in original post

2 Replies
tresB
Champion III
Champion III

In variable definition put '=' before, like:

=GetFieldSelections(Attr)

aak
Contributor
Contributor
Author

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