Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.