Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rkpatelqlikview
Creator III
Creator III

How to count the no of sales except last 7 days

Hi,

Can anyone please explain how to count the no of sales except last 7 days from today.

Thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count(DISTINCT {<DateField = {"$(='<=' & Date(Today() - 7))"}>} Transaction_ID)

View solution in original post

2 Replies
sunny_talwar

May be this

Count(DISTINCT {<DateField = {"$(='<=' & Date(Today() - 7))"}>} Transaction_ID)

rkpatelqlikview
Creator III
Creator III
Author

Thanks Sunny.

Its working.