Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

GetCurrentField

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.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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.

View solution in original post

4 Replies
Not applicable
Author

Christopher,

Can you try this

='Top ' & GetFieldSelections([Payment Type]) & 'Market Value MAT August 2015'


Thanks

Brad.

Not applicable
Author

Hi Christopher,

The expression looks OK.

Would you please list the field names you have in the Drill Down Group?

Best regards,

Daniel

prabhu0505
Specialist
Specialist

Label.PNGMake sure you didn't give any spaces for Field names.

Anonymous
Not applicable
Author

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.