Forum Discussion
NimaM
3 years agoFrequent Visitor
Line chart with DateTime on X-Axis
Hi, I have four sensors that collect the loudness of a sound source. Data from all sensors are merged into one fact table. In this fact table, we have loudnesses(dB), and each instance of data ha...
HughLa
3 years agoResolver IV
NimaM
3 years agoFrequent Visitor
No, I don't need any calculations, the intent is to show at any given moment the actual loudness from each of the four sensor reads.
- HughLa3 years agoResolver IV
I understand, but by using sum, you are aggregating the values by time and location.
So if you have 1 log per minute, it will show the exact value for that log at that time (minute) for that specific location. Hence it will return the actual value.
If your visual is by hour it will show the sum of logs in that hour. So you will need to ensure that you are drilled down to the lowest level.
I hope it makes sense.
Hugh