Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a button that I want to select multiple fields values in a Field.
Field:
ABC Name
Values:
FY16 - A - 1
FY16 - A - 2
FY16 - B - 1
FY16 - B - 2
I couldn't get even one selection to work.. is it because of the spaces in the field/values? How would I also approach using a wild match perhaps to select values that contain FY16 - A?
Thank you!!
-Jason
This seems to work:
Attaching the qvw for your reference as well.
HTH
Best,
Sunny
Perhaps, something like the below
Change the field name to 'ABC Name'
This seems to work:
Attaching the qvw for your reference as well.
HTH
Best,
Sunny
Hi,
Try like this
Properties -> Action-> Select in field->
Field : [ABC Name]
Search String: =Left(Maxstring([ABC Name]), 😎 & '*'
Regards,
Jagan.
Thank you, this worked!
No problem
Thank you Sunny!