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