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

Announcements
Discover how organizations are unlocking new revenue streams: Watch 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