Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
= GetFieldSelections( $(= '[' & GetCurrentField([Cycle]) & ']' ) | ) |
= GetFieldSelections( $(= '[' & GetCurrentField([Cycle]) & ']' ) | ) |