Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
In variable definition put '=' before, like:
=GetFieldSelections(Attr)
In variable definition put '=' before, like:
=GetFieldSelections(Attr)
thank for the quick response.. that solution worked !!