Report Degradtion from Nav 9 to Nav 5

kmkaotkmkaot Member Posts: 261
edited 2014-05-02 in NAV Three Tier
Dear Friends,

I have report in Nav 2009 and I want to load in Nav 5 database.

Will you advice?

Warm Regards
KMK

Comments

  • jglathejglathe Member Posts: 639
    Hi KMK,

    a few things will be required:

    1. Export the report as text.
    2. Remove the whole RDLDATA section from the text file.
    3. Remove the REQUESTPAGE section from the file.
    4. Remove all DataSetFieldName properties from the file (can be tedious).
    5. Import the Report into NAV5.

    with best regards

    Jens
  • kmkaotkmkaot Member Posts: 261
    Thank you Jens..
  • SiStSiSt Member Posts: 46
    I've some regular expressions that you can use with a text editor like Notepad++ to remove the RDLDATA sections and I think the DataSetFieldNames if you want downgrade more than one report. I'll post them tomorrow, when I'm in the office.

    There are also INDATASET attributes for global variables that can be replaced by using the search & replace functionality of any text editor.

    If you miss an INDATASET attribute you'll get an error message that states that your license does not allow the use of the data type boolean, for example.
  • kmkaotkmkaot Member Posts: 261
    I have done as per Jens advice for one report. It is working fine.

    I once again, thank you for the help.

    Warm regards
    KMK
Sign In or Register to comment.