Hi, @David_Wong Thanks for your reply,
As you can see here, the daily difference field is the total production and the daily production value is different from it. Here the min-test is a field that shows the hourly production rate.
I am creating a dashboard for my customers, where they can see the hourly production rate for 24 hours and also they can see the daily report for a specific period based on their start day and end day control selections.
Now in this table, TMST is set to hourly and it is showing the hourly production rate in the min-test field and the value is again different from the daily difference.
If I export the values into a excel sheet,
sum of min-test = 255460
sum of daily-difference = 212935
Now if I aggregate the TMST into minute format to get the MaxGCNT and MinGCNT for that day
total production = MaxGCNT - MinGCNT
total production = 44503237 - 44249960 = 253277
So by using the periodOverPeriodDifference, I am getting almost accurate values. Initially, I also used MaxGCNT and MINGCNT for my calculations, but itβs not accurate for the 24-hour hourly calculations.