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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

4 Replies
tresB
Champion III
Champion III

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

tresB
Champion III
Champion III

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.