Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I would like to get the sum of counts of specific values.
Thus i would try to count the sum of values included in expression if([SensorValue]>High or [SensorValue]<Low).
Any ideas???
So your original expression would be something like sum(if([Sensor Value]>High or [Sensor Value]<Low,[Sensor Value])) correct? Why can't you just replace "sum" with "count"?
Regards,
Vlad
Do you have a sample file of what you are trying to do?