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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
danielnevitt
Creator
Creator

Trigger - show only null values for a date field

Hi,

I have a field (fully_paid_dt) and I want to create a sheet trigger to only show where the field is blank.  Currently the field displays a - if there is no date populated.

Any help with the above will be much appreciated.

Regards,

Daniel

14 Replies
danielnevitt
Creator
Creator
Author

Hi,

I have attached a file.

If you could show me how to create a table where:

1) voucher_num equals -

2) voucher_num not equal to -

Thanks,

Daniel


ashfaq_haseeb
Champion III
Champion III

Like this.

Have a look at attached application

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi,

1) voucher_num equals -

=sum(extended_amt)-sum({$<voucher_num ={'*'} >}extended_amt)

2) voucher_num not equal to -

sum({$<voucher_num ={'*'} >}extended_amt)

Regards

ASHFAQ

danielnevitt
Creator
Creator
Author

Thank you both for your help.

I decided to SET NullDisplay='-' to simplify the selections (as I have Null values on several different fields).  I then used the original code you both provided.

Regards,

Daniel

ashfaq_haseeb
Champion III
Champion III

Glad To know

Regards

ASHFAQ