Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
one of my dashboard i have text object having two triggers in single text object like below
trigger1:
select in field :
field: Product
search string: ("Quarter"|"Month"|"Level"|"Customer_Name)
trigger2
select in field :
field: order
search string: 16|9R|MG+CY|R7+67
so what it mean basically? multiple values we can select in a single field different way?
both are correct ?
can anyone exaplain?
thanks
Sony
I have not seen a working search string (with multiple values) without braces around. I.e. for me:
Search string: Value1|Value2|Value3 // doesn't work
Search string: (Value1|Value2|Value3) // works
Hi Sony,
What do you want Output actually.
both working fine. but what is the differance of both?
I have not seen a working search string (with multiple values) without braces around. I.e. for me:
Search string: Value1|Value2|Value3 // doesn't work
Search string: (Value1|Value2|Value3) // works
I agree with tresesco I wonder how this one is working for you. Did you may be forgot to add () around it?