Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an app that uses the following formula to show the number of days the Demand PL is positive.
count(if(aggr(sum(DemandPL),Year,Month,Day,Pnode)>0,TotalLMP_DA))
I was able to clean up the data somewhat and the issue went away. Go figure.
Still, it's strange how QV handled "garbage" data differently across machines, but at least it plays nice with well constructed data! That's what matters.
Thanks for the suggestion but it did not correct the problem.
I've looked at it now on 4 different PCs...2 get the aggr correct and 2 have it wrong. All 4 PCs are 64 bit. Changing the SR does not correct the issue.
It must either be a system setting like the date format that was suggested, or CPU related.
I was able to clean up the data somewhat and the issue went away. Go figure.
Still, it's strange how QV handled "garbage" data differently across machines, but at least it plays nice with well constructed data! That's what matters.