Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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!!