Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i have a query on How to select multiple values using button
i have ID in excel , i want to copy ID's from Excel and Paste those input Box.Its not working 😞
How to achive this?
Can any body help me on this
Hi,
like this ?
In actions use like this:
='(' & Replace(trim(vTest),' ','|') & ')'
I checked it from my end its working fine.
Check attached.
Would you be able to share a sample on what you have and what you are trying to do?
Best,
Sunny
On button action you can use concat() but the values shoudl be seperated by "|"
PS : The values selected using concat function seperated by "|" will be displayed as it is in current selection.
It would be easy if you can add sample data
Hi,
like this ?
In actions use like this:
='(' & Replace(trim(vTest),' ','|') & ')'
I checked it from my end its working fine.
Check attached.