Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
marygrace
Contributor III
Contributor III

Count data from yesterday and today

Hi

I have one question.

I need to count data *Orders from yesterday and today. I tried to do with the bellow sentence

Previous day

Count({<Date = {"$(=Date(Max(Date) - 1,)"}>} OrderNumber)

+

Today

Count({<Date = {"$(=Date(Max(Date)"}>} OrderNumber)

Does not woks

Please help me

11 Replies
dberkesacn
Partner - Creator III
Partner - Creator III

that code part ,Year=,Week=,Month= from set analysis disregards the dimension selection in Year, Week Month, you should read some nice blog from HIC about set analysis.

Cheers,

Daniel

maxgro
MVP
MVP

you can  read this on set analysis

https://community.qlik.com/docs/DOC-4951