by Mikkel Jensen » Wed May 28, 2008 11:05 am
Hi Luis,
Thanks a lot for your comments!
The Dynamic AI Server and Enterprise editions allow Export/Import of individual report definitions.
Export/Import functionality is not available in the Personal/Desktop editions, however: You can move a set of reports to another computer with a copy of the LCLDNMC.dai file. You will find the file in the subfolder called DAT found in the Dynamic AI folder. Default installation path would be C:\Program Files\Dynamic AI\DAT.
The LCLDNMC.dai file stores the defined connections, views and reports. Be aware that Dynamic AI doesn’t store any data, so the computer you move the file to, should have the same access to the databases that the reports are based on as the original one.
If you rename the LCLDNMC.dai file you will see that it is possible to work
with several applications (application=xxxx.dai file). You can switch between the applications by selecting them in the bottom of the reports menu.
Regarding search for empty strings the easiest way is to set a condition on the report on the specific field.
On strings you can use:
• NOT IS NULL
• NOT ISNULL
• NOT NULL
• IS NULL
• =NULL
• ISNULL
• NULL