Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I am using a button with layout condition
Concat(Driver) = 'BCBSBCBS-AccuracyBCBS_Completeness) - This button works only if I select all together.
My requirement is Button needs to work if I select BCBS or BCBS_Timeliness or BCBS_Completeness
Is there a way to do?
Regards,
Varun
Hi,
Try like below,
Match(Driver,'BCBS','BCBS_Timeliness', 'BCBS_Completeness')
Or simply
Wildmatch(Driver,'BCBS*')
Let me know..
Hi Nagaraj,
I am using an action - Clear field - Driver
Layout condition - Concat(Driver) = 'BCBSBCBS-AccuracyBCBS_Completeness).
When I select a butoon. It will disappear.
Thanks for your response, but they are not working.
Cheers!
I dont understand your question.. could you bit more specific? What does the button do? Where you assigned the layout condition?
Varun,
Can you give a try by adding field event trigger to show button on those 3 in document properties.
Thanks
Brad.
My requirement is, If i select a button ,it should show field values and if I select same button, it should clear the selections.
So, I used two buttons. If I select the button with values, the button with clear field will be shown and first button will be hidden.