Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multiple Conditions set analysis

hi qlikers

i have used if conditon and it works but i want to make multiple Conditions in set analysis and also want to specified time  :

Count(if(DownPaymentDate2<>CreatedDate,DownPaymentDate2))

note i have not specified time in if condition

3 Replies
Chanty4u
MVP
MVP

what is the time format?

example like below you can use

count({<[TIME] = {">$(=TimeStamp(ReloadTime()-3, 'DD.MM.YYYY hh:mm:ss TT'))"} >}, if(DownPaymentDate2<>CreatedDate,DownPaymentDate2))

Anonymous
Not applicable
Author

only consider month and year format   "MM/YYYY"

giakoum
Partner - Master II
Partner - Master II

You should do the if in your reload script