Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to set expression for field comparsion?

Hi All,

FromToDate
1/18/201612/12/20163/3/2016
2/14/20161/17/20171/1/2015
3/14/20164/1/20162/6//2016
4/19/20167/7/20177/7/2016

I would like to count the number of record where date > from  and date < to in the pivot table with dimension month(date)&year(date)

Many Thx!

Best Regards,

Louis

13 Replies
sunny_talwar

What if there is not unique field such as RowNum

Also, you were always the biggest advocate of doing this kind of stuff in the script, What changed ?

vinieme12
Champion III
Champion III

LOL, I know

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
ahaahaaha
Partner - Master
Partner - Master

If you do not in the script, so try

Count({<Date = {"=Date>=From"}>*<Date = {"=Date<=To"}>}Date)

I it works

Anonymous
Not applicable
Author

I tried other approaches but fail and i dont know why

So I try yours and success.

Many Thx!