Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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) ))