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: 
bbergstrom
Partner - Creator II
Partner - Creator II

Text Box Flickers While Loading

I have a few text boxes that are displaying data based on some variables.  I am not sure why but they have been blinking while the sheet loads.  Here is what is in one of the visuals:

='Your fuel spend ' &

IF($(vfTotFuelCostAllPrior)=0 OR $(vfTotFuelCostAllSelected)=0,'is',

IF($(vfTotFuelCostAllPrior)=$(vfTotFuelCostAllSelected),'is unchanged',

IF($(vfTotFuelCostAllPrior)>$(vfTotFuelCostAllSelected),'has decreased','has increased')))

0 Replies