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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
reshmakala
Creator III
Creator III

Select values that does not have a value in a field with button action

Hi,

I have a scenario where I need to make selections in a field if it does not have an entry of another field. I need this as a button action. Can anyone help me please?

Attached are the sample docs.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

see attachment

added another action to the button

select in field ID

='(' & Concat({$ <ID={"=len(trim(Type))=0"},Priority={High}>} ID, '|') & ')'

View solution in original post

2 Replies
maxgro
MVP
MVP

see attachment

added another action to the button

select in field ID

='(' & Concat({$ <ID={"=len(trim(Type))=0"},Priority={High}>} ID, '|') & ')'

reshmakala
Creator III
Creator III
Author

Thank you so much!!