Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created two state Test1 and Test2
also two multi box that link to each state and they have fields of Month, Year and etc.
I want that name of column in straight table will be as I selected in specific state. For example in multi box that link to Test1 I selected March as month So the name in the column will be Month March.
Thanks,
Mya be create the column label as this:
Only({Test1} Month)
or use concat if you would want to show multiple selections
Concat({Test1} Month, ', ')
Like this ?
Vikas
Hi,
No i have two multi box that link to alternate stat test1 and test2
I want that a name of a column will be according what i change in the multi box.
for example:
in multi box object i selected in month Field : May.
So in the column in the table will be according to the selection in multi box that link to alternate stat test1
I hope that i was more clear.
Thanks for any help
How you will assign multiples states into multi box , i think you need to create a list box instead of multi box
Vikas
there is two multi box which each one of them link to different alternate state.
because i link it i can get multiples state for example different month
Mya be create the column label as this:
Only({Test1} Month)
or use concat if you would want to show multiple selections
Concat({Test1} Month, ', ')
Thanks