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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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