ERROR Analysis By Dimensions w/ client to NAV2009

tiagoveigatiagoveiga Member Posts: 10
Hi!
Can anyone help me here? :)

The problem is:

In a NAV Database Version 5.0 sp1 when we convert the client to NAV2009SP1 client the columns of the analysis by dimension do not show the "Period" when we choose that option in "Show as Columns". The same happend if we convert a 4.0 database to NAV2009sp1 client.

This happens in form 554,7157, 7158,7159.

It's simple to test, just convert a 5.0 CRONUS database to client NAV2009 and this columns will not appear.


We need to convert the databases because our customer is using 2 databases, one in Database 5.0sp1 and other in 2009sp1 Database. We want to use the same NAV client to both databases!

Thank you,
Tiago Veiga

Answers

  • tiagoveigatiagoveiga Member Posts: 10
    Solution:

    In the form 554 change the parameter of function DimCodeToOption from DimCode: Code 30 to Text 30.

    DimCodeToOption(DimCode : Text[30]).

    About the other forms the problem is solved changing the same parameter on the funtion DimCodeToOption in the Codeunit 7153.

    Thank you anyway :D
  • quidammquidamm Member Posts: 12
    Worked perfectly. Thank you tiagoveiga! =D>
    The problem's usually between the chair and the keyboard!
Sign In or Register to comment.