Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
pgdavis2
Partner - Creator
Partner - Creator

Same app giving different calc results on different PCs...same version of QV

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))

It is very strange...on my laptop the formula gives correct results. but on another PC using the same QV9 SR6, it give an incorrect result with excatly the same settings and selections.
It also happens when I save it in QV10 and open in QV10 on the other PC.
Anyone ever seen this behavior before?


1 Solution

Accepted Solutions
pgdavis2
Partner - Creator
Partner - Creator
Author

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.

View solution in original post

4 Replies
llauses243
Creator III
Creator III

Hi Paul,

Pls to revise attach & compare ...

Good luck, Luis.

pgdavis2
Partner - Creator
Partner - Creator
Author

Thanks for the suggestion but it did not correct the problem.

pgdavis2
Partner - Creator
Partner - Creator
Author

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.

pgdavis2
Partner - Creator
Partner - Creator
Author

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.