Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Sum Distinct for week is not getting as expected.

I have the data like left table. I am getting correct value for if I use SUM (DISTINCT Estimates) and Aggregate By ID.
But I am not getting correct data for Week. My expectation is I should get last row value of Day table for Week15 . and 04/05/2024 for Week 14.
Appreciated any help here. Attached the dva file here.
Answers
-
Thank you for posting in Oracle Analytics community.
I changed the calculation to SUM(Estimates). Getting correct results.
Please try this and let us know.
Thanks
Subha0 -
@Subha_Tripathy-Oracle Sorry it is not as per expectation. My expectation is that by end of the week, I should be able to see actual open and closed.
A2 was closed on 04/07/2024 and again opened on 04/08/2024.
It is summing twice in open and closed. So it is giving wrong data.
0