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: 
Tyler40
Contributor
Contributor

SUMIF Between Dates

Hi there,

 

I am trying to great a chart that produces the some of hours between two dates. I have the below formula that doesn't show any errors, but doesn't add anything up.

 

=sum({$ <AnalysisDate={">=$(#=Today()-28)<=$(=Today()-14)"}>} UnitsRostered)

1 Reply
Vegar
MVP
MVP

Make sure you have date within that interval and make sure that you do not have other current selections that is blocking those dates.

I don't think you need the #= to get what you want, try removing it like I've done below.

=sum({$ <AnalysisDate={">=$(=Today()-28)<=$(=Today()-14)"}>} UnitsRostered)