Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I Have a cyclic group as below:
Group Name : abc
Fields Label
a w
b x
c y
d z
In a textbox, I am using =GetCurrentField(abc) to get the current field of the cyclic group.
But my Requirement is to get the label and not the fieldname.
Is that possible??
Regards,
Anjali Gupta
Hi Anjali,
I am sorry I didnt saw your question properly.
There is no default function which can get you the label of the field, all you will get is the name of the field.
My suggestion will be that you change the name of the field to the one which you want as label.
Regards,
Kaushik Solanki
I guess, there is no direct way to get the label name. Instead, you can use below expression,
=Pick(Match(GetCurrentField(abc) ,'a','b','c','d'),'w','x','y','z')
Thanks Tamil Nagaraj for the answer.
Regards,
Anjali Gupta
Thanks Kaushik Solanki for the reply.
Thanks Marcus,
But i don't want to change my field name.
Regards,
Anjali Gupta