Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have tried to make a field selection with multiple values through trigger event "Select in field", but not succeeded.
Example: I have a status field with values of Open,Closed, Fulfilled, Partially Fulfilled and Abandoned.
I am able to get selected for all the values except "Partially Fulfilled".
Could you please help me how I can get selected Partially Fulfilled, Fulfilled and Closed values through button event trigger.
Please see the attachment.
Hi ,
Find the attached file, now its selecting ( Fulfilled, Partially Fulfilled, Closed ).
The Right Expression is ='(Fulfilled| " Partially Fulfilled " |Closed)', you were missing " " around the Partially Fulfilled, because it has the space so " " are necessary..
is this you were looking...
HI
Try like this
(Fulfilled|*Partially*|Closed)
Hi ,
Find the attached file, now its selecting ( Fulfilled, Partially Fulfilled, Closed ).
The Right Expression is ='(Fulfilled| " Partially Fulfilled " |Closed)', you were missing " " around the Partially Fulfilled, because it has the space so " " are necessary..
is this you were looking...
Hi Ramasamy,
Thanks for your reply. what if I have 2 values like "Partially Fulfilled" and "Partially Mapped" status are exists and I want to be select only "Partially Fulfilled". How it could be possible?
Thanks IsrarKhan.
Hi,
You can use triggers.
For the first value:
Select in field
For the fllowing:
Toggle Select
BR
Hans