Hi all,
I have a value like age . I apply on open trigger for selection in age as ("2 years"|"4 years")
It comes in current selections as ("2 years"|"4 years"). Is there a way to replace this pipe by , and get rid of double quotes.
Thanks
Khushboo
Hi ,
Can you post sample attachment pls.
Thanks ,
Bunny
If your using the triggers NO we don't have , it's a indication of your selection
Sorry Avinash, i did not get what you are asking
Have you tried ('2 years'|'4 years'). Single quotes.
Sorry, I mean If your using the triggers than it will appear the same in current selection box . We don't have the option to change that display . It is actually an indication that it is set by the triggers as a selection
One best way is to have two fields that mean When you open the doc then it makes selection of 1 and 2 in Field1 (which is hidden with hide prefix). Now write a trigger on filed selection for Field1 and use action select in Field2 the same field replica and in values put getfieldselection(Field1).
Hence in your current selection box it will be without any """".
Hi Avinash,
Are you 100% sure on this. Because i want to reply back to client.
Can i say there is no option to change this view, it is not possible?
Thanks
Khushboo
Yes, As per my knowledge its not possible. It is the syntax of trigger selection
That is correct. the quotes are required because of spaces in the search phrases, and the pipe is an OR operator.