Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Image not showing correct on web

I have a challenge getting a straigh table with Arrows to show correct on web (AJAX)

In my QlikView desktop on the server everything looks perfect.

Straight table desktop.JPG

The expression look like this:

If(

$(vL.TurnoverBudgetLastMonth)> 0,

if ( $(vL.TurnoverPerformanceLastMonth)

>

$(vL.TurnoverPerformanceYTM)

, 'qmem://<bundled>/BuiltIn/arrow_ne_g.png'

,  'qmem://<bundled>/BuiltIn/arrow_se_r.png'

))

And on the web it look like:

Straight table AJAX.JPG

I have another applikation with exactly the same object in and It shows perfect on the web

Anyone who have tried this and have an idea what I'm doing wrong?

0 Replies