Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to use the following expression for a Window Title in a chart with a Drill Down Group called [Payemnt Type]:
='Top ' & GetCurrentField([Payment Type]) & 'Market Value MAT August 2015'
However this ignores the GetCurrentField and only displays title:
'Top Market Value MAG August 2015'
What is wrong with my expression?
Regards.
Dear All
Thank you very much for your input.
I later realized that the Group Name [Payment Type] was wrong. Changed it to the right drill down group and it worked.
Regards.
Christopher,
Can you try this
='Top ' & GetFieldSelections([Payment Type]) & 'Market Value MAT August 2015'
Thanks
Brad.
Hi Christopher,
The expression looks OK.
Would you please list the field names you have in the Drill Down Group?
Best regards,
Daniel
Make sure you didn't give any spaces for Field names.
Dear All
Thank you very much for your input.
I later realized that the Group Name [Payment Type] was wrong. Changed it to the right drill down group and it worked.
Regards.