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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
cmutombo
Contributor III
Contributor III

SUMIF

Hi Community, 

I come to you with this formula  : 

=Sum({$<[DATE_]= {"$(=Date(Today()-1))"},SERVICE={'VOICE'}>}REVENUE)

Sumifs:

1. DATE_ = Yesterday

2. SERVICE = "VOICE"

I don't have a good result. Is the syntax good ?

Thanks in advance.

2 Replies
edwin
Master II
Master II

try it with single quotes:

=Sum({$<[DATE_]= {'$(=Date(Today()-1))'},SERVICE={'VOICE'}>}REVENUE)

edwin
Master II
Master II

also make sure DATE_ field is the correct/default date format