Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I got a list box that has a state ='CurrentYear' and is displaying years (column name ='Year')
I want to display the selected value of this list box in a textbox
please advise
Hi,
if only one year can be selected, you can for text in textbox set =Year.
regards
This is true if the list box doesn't have a state
so no this is not the answer
Hi,
What is the "State" you are referring? Can you attach sample file.
Regards,
Jagan.
Use
=getfieldselections(Year)
hope this helps
Check the attached image
I meant the alternate state
Hi,
Try this,
For single value selection
=Only({AlternateStateName} Dimensionname)
For Multi value selection
=Concat({AlternateStateName} DISTINCT Dimensionname, '|')
Hope this helps you.
Regards,
Jagan.