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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
cheburashka
Creator III
Creator III

What is the correct syntax for a "GetFieldSelections()" function nested in a "GetCurrentField()" function ?

Hello,

I would like to built a dynamic title which shows the fieldvalues of a field that is part of a group with the name [Cycle].

I tried the following syntax:

= GetFieldSelections(   $( '[' & $(GetCurrentField([Cycle]) ) & ']' )    )

Any suggestions?

Thanks in advance, Koen

1 Solution

Accepted Solutions
swuehl
MVP
MVP

= GetFieldSelections(   $(= '[' & GetCurrentField([Cycle])  & ']' ))

View solution in original post

1 Reply
swuehl
MVP
MVP

= GetFieldSelections(   $(= '[' & GetCurrentField([Cycle])  & ']' ))