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

Text Object set variable

I created a text object with the action to set a variable from 0 to 1. i need this variable to dynamically select a column in a graph.

My users are complaining that the wait time is between 2 and 3 seconds.  I tried an inline table, with the LED indicators and they don't like that either.

Does anyone know of away to flip a variable faster than 2 or 3 seconds.

thx

5 Replies
wdchristensen
Specialist
Specialist

Hi David, I use variables that are dynamically set in my applications and they are typically very fast. The times they were not were case specific to a function I was calling on one of the conditions. Can you share an example application or at least some of your code? Are you using Qlik Sense or QlikView and what version?

Anonymous
Not applicable
Author

William,

My action is set variable 

vOptimizationTicketNumberActivityToggle

value 1

and I have an image of the checkbox

wdchristensen
Specialist
Specialist

Are you implementing something like?

pick(match(Status,'Great','OK','Needs Help') ,'qmem://<bundled>/BuiltIn/led_green.png','qmem://<bundled>/BuiltIn/led_yellow.png','qmem://<bundled>/BuiltIn/led_red.png')

Pretty difficult to tell what you are trying to do with the information provided.

Anonymous
Not applicable
Author

This is what I am trying to do

vSalesActivityToggle from 0 to 1

1 displays the rows and 0 doesn't

Hope this helps understanding my issue

thanks

Digvijay_Singh

May be the table load is taking time to display huge amount of data.( I see scroll bar size very small) Can you try with small sample table to understand if the performance slowness is due to large volume of data and not because of variable setting related process.