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

keeping only selected value into the variable instead keeping entire Getfieldselection

Hi Guys,

currently I'm using a filterpane to select the particular timezone value and I'm saving this to a variable and then

using converttolocaltime function. however whenever I use this my bar graph takes lot of time to update.

its working but taking lot of time... so is there any way to make it more faster.

or can we save only selected value into the variable instead passing entire getfieldseletion function?

vselectedtimezone= 'GetFieldSelections(Timezones)'

Hour(ConvertToLocalTime([Incident Ticket Created Datetime], $(vselectedtimezone) ))

0 Replies