Forum Discussion
Distinct Count on ID between periods
Hi there,
Thanks for the answer and to be honest it kinda helped me understanding the situation i am in.
First of all, since i'm working on CRM data, every line i have is equal to a visit so i don't have a use of boolean type of data like the YES/NO visit.
Your method for the 2 solve proposition is actually quite what i'm looking for.
But in this situation where i used your answer, i only get one result which is 1.
Here you can see my structure,
I'm counting the number of IDs (Account_vod_c) on a weekly basis.
So this better be a CountX based on the 1st and last day of the week, and on the same week (So WeekNum and Weekday are good for this).
My only concern is that i keep getting the same value over and over.
Thanks a lot for the help
Driss
Anonymous
If anyone could help me please that would be so much appreciated 🙂
Thanks a lot
- Ashish_Mathur4 years ago
Super User
Hi,
Share some data and show the expected result. If you share the download link of your file, then create a Calendar Table and ensure you have a Weekday/Weeknum column there.