Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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