Skip to main content
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])  & ']' ))