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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
akankshag
Contributor
Contributor

Using 2 where conditions in qlik sense

Hello all, 

Need a little help here.

I have to filter my count according to two where conditions :-

1. enddate should be of yesterday (which is running fine)

2. success_value(column) = 100

I am using following expression :-

=count({$<tbl_backup_snapshot.enddate={">=$(=Date(max(tbl_backup_snapshot.enddate), 'DD/MM/YYYY'))"},tbl_backup_snapshot.success_value={'100'}>}[tbl_backup_snapshot.success_value])

But in output, it is showing as 0 here, which is wrong. Kindly help.

Help would be appreciated

 

 

Labels (1)
1 Reply
dplr-rn
Partner - Master III
Partner - Master III

What is the output you get when you do below expression with tbl_backup_snapshot.success_value as dimension.
count({$<tbl_backup_snapshot.enddate={">=$(=Date(max(tbl_backup_snapshot.enddate), 'DD/MM/YYYY'))"}>}