Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Or statement in Concat

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

5 Replies
tamilarasu
Champion
Champion

Hi,

Try like below,

Match(Driver,'BCBS','BCBS_Timeliness', 'BCBS_Completeness')

Or simply

Wildmatch(Driver,'BCBS*')

Let me know..

varunreddy
Creator III
Creator III
Author

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!

tamilarasu
Champion
Champion

I dont understand your question.. could you bit more specific? What does the button do? Where you assigned the layout condition?

Not applicable

Varun,

Can you give a try by adding field event trigger to show button on those 3 in document properties.

Thanks

Brad.

varunreddy
Creator III
Creator III
Author

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.