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

Qliksense Extension Variable Interpretation

Hi

I have tried installing extensions on Qliksense server. The extensions are successfully appearing as objects on the chart. However, the variables I define on these extensions are not getting interpreted in my chart expressions.

Example. I used extension 'Slider' and assigned a variable 'v_test'.

If I use this variable in my chart expression as $(v_test), it is not getting recognized. Could you please help?

3 Replies
Anonymous
Not applicable
Author

Have you pre-created the variables in the qvf app ?

I usually create them in the load script.

Not applicable
Author

No. I have not created them in load script. Do they have to be created in the load script? Is that how these extensions work?

Anonymous
Not applicable
Author

Depends on how the extension is written, but most expect the variable to already exist.

You can also create variables in the qvf app editor as well, but I do prefer creating them in the load script though.