Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I would like to add an expression to a straight table that checks whether the visual cue in another column of the same row is active or not.
All values below 80% are green. Can I add a column where QlikViews checks if the visual cue is active or not?
I can not reuse the expression with an if function like
If(fabs(Sum({$<[FS Item]={'1180000'}>}([Period Value GC]))) < 0.8, 'visual cue active')
as I am using "full accumulation" and "relative". The above expression only returns 'visual cue active' when the
actual value is smaller than 0.8 €, regardless of the accumulated percentage.
Thank you in advance.
Best regards,
Mats
Gib doch die Formel unter Sortieren der Dimension ein:

Peter
Hier ist leider Fabs() nicht mit untergebracht, einige der Konten haben hauptsächlich Werte mit negativen Vorzeichen, welche zunächst eliminiert werden sollen. Abgesehen davon funktioniert aber auch diese Option
Das funktioniert, vielen Dank!