Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Can be created by copying a jSettings file to the Report Folder .

A metadata Metadata must be added to the jsettings jSettings content, folder name, file content definitions must be made. Meta object Metaobject is a tree structure. Each level in the tree content is MetaType with the key as Folder, File or Loop.

Code Block
languagejs
titleMeta Structure
{
	MetaType: MetaType,
	Data: "=MAKROMACRO",
	Name:"AdıName",
	Date :"DisplayName"
}


With this information, the desired report can be created. Macro structure also provides access to different data contents. You need to know the type of object passed to the report content and edit the report accordingly. In the reports you create with GEODI Pro, the macro data object is GeodiEntry Array . The object for Mobidi Server Reports is the  MobidiEntry Array.

...