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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select Not Null "OnActivateSheet" Trigger

Hi,

I want to select all not null value on activate sheet please help me how can i achieve this.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

4 Replies
tresesco
MVP
MVP

PFA

Not applicable
Author

Great it works,

Thank you Tresesco.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Wouldn't it be easier to user "*" as the Select In Field argument instead of the concat() expression? Or "?" if you wanted to exclude the blank?

-Rob

tresesco
MVP
MVP

You are right Rob Wunderlich, however what I thought is there could be some blank values which appear to be null to the users and are not really so. To handle the case, I thought it would be better to use len(trim())>0.