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