Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Referencing visual cues in a straight table

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.

Capture.JPG

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

22 Replies
prieper
Master II
Master II

Gib doch die Formel unter Sortieren der Dimension ein:

Peter

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

Das funktioniert, vielen Dank!