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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
diethardt
Contributor
Contributor

Gruppeninfo anzeigen

Hallo, gibt es eine einfache Möglichkeit, das aktuelle Feld einer Gruppe im Titel eines Diagramms anzuzeigen?

Hi, is it possible to show the actual field of a group within the digramm title?

Momentan benutze ich eine Konstruktion wie diese:

Actual I'm using a formula like this:

= 'Anzahl der Jobs nach ' &

if (getcurrentfield(JOB_Zeit) = 'JOB_Jahr', 'Jahr', if (getcurrentfield(JOB_Zeit) = 'JOB_Monat','Monat', 'Jahr / Monat'))

& ' und Typ'

Labels (1)
0 Replies