LogiView

Exporting a LogiView Logic Model

  In order to export the decision tables/procedures of a logic model (incl. all variables), an export feature has been implemented using the n*tree module. You start this export feature by clicking the button "Export" from the Logic Model Form.
  The generated loader file is saved in the dmp-directory of the current environment, which can be determined by means of the getenv function (put(getenv ("DATAVIEW_DUMP"))).

Before this file can be imported to another system, it is neccessary to generate indexes. This can be either done using the provided script "mk_index" or manually.

Call: mk_index Loaderfile.dat

The Replace mode should not be used when importing the loader file.

Save your database before you start the import!