Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Converting reports from Pro to Forte

Questions related to using nuBuilder Forte.
Post Reply
mello
Posts: 1
Joined: Fri Feb 08, 2013 7:17 pm

Converting reports from Pro to Forte

Unread post by mello »

As stated in the first introduction of v4 there is a possibility to "import" the reports.
Quote:
Version 3 and version 4 can live in that same database as their system files either start with zzzsys_ or zzzzsys_ and all reports designed with version 3 can be cut and pasted into version 4 as they use the same JSON object.

It should be done by exporting records from the reports sre_layout in the zzz_report table to the new zzzz_report table.
Is there anything else that needs to be altered or taken care off?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Converting reports from Pro to Forte

Unread post by toms »

Hi,

If you use a Launch Form, or PHP code, you need to change these Ids too:

sre_zzzzsys_form_id
sre_zzzzsys_php_id

Otherwise just try it and see if it works or if you get an error.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Converting reports from Pro to Forte

Unread post by admin »

.
Post Reply