Hello everyone,
I have the issues below: When i release my report to Customer, they say that number in report is wrong, but when I backup database and restore to my laptop, I have the right number! After that, I know my customer run NAV with Native Database, I run with SQL Database, and I have the problem with SETFILTER command:
GLEntry.SETFILTER("G/L Account No.",'<>131*');
- In Native Database,
it return Data with G/L Account No: 13199
- In SQL Database,
it does not return Data with G/L Account No: 13199
So, this is reason why Customer run report which return wrong number, but I run report return right number #-o
Has everyone had the problem yet?
Thanks.
Comments
http://www.mibuso.com/forum/viewtopic.php?t=18962
http://www.mibuso.com/forum/viewtopic.php?t=23219
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
WRONG. Your issue is that you are developing in a different environment to that which your customer is using.
You must use the same versions for development and testing and live.
This is just one of many things that are different between the two databases.
http://ssdynamics.co.in
So I decide to choose another way.
This is my way:
Thanks for everyone.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!