Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Show DataTable

Use this command to display a DataTable object as a Table or a Calendar. This command is specific to Longview Apps.

Note: You cannot use the Show DataTable command in batch mode.

Copy

Syntax

SHOW DATATABLE DataTableName USING ViewType ViewDefinition [Width Height]        

where:

  • DataTableName is the name of the DataTable object to display. For information on creating DataTable objects, see Create DataTable.
  • ViewType is the view type in which to render the DataTable object, and can be one of the following:
    • TABLE—Renders the specified DataTable object as a Table.
    • HIERARCHY—Renders the specified DataTable object as a Hierarchy.
    • CALENDAR—Renders the specified DataTable object as a Calendar.
  • ViewDefinition specifies the Table View definition (.lvtvw), Hierarchy View definition (.lvhvw) or Calendar View definition (.lvcvw) to use to define the layout and functionality in the Table, Hierarchy or Calendar, respectively. The default path is the path specified in the <rootpath> tag of the .lvapp file. If no root path is specified, the system assumes the root path is the applications folder in the working directory.
  • WIDTH applies only to objects rendered as a Table or Hierarchy. It specifies the width (in pixels or as a percent of the window) of the Table or Hierarchy. The default window height is 800 pixels. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a WIDTH, you must also use HEIGHT.
  • HEIGHT applies only to objects rendered as a Table or Hierarchy. It specifies the height (in pixels or as a percent of the window) of the Table or Hierarchy. The default window height is 600 pixels. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a HEIGHT, you must also use WIDTH.
Copy

Syntax example

SHOW DATATABLE TaskList USING TABLE "TaskPlanning\Tasks.lvtvw" 1000 800        
Copy

Syntax example

SHOW DATATABLE TaskList USING CALENDAR "TaskPlanning\Tasks.lvcvw"            
Copy

Syntax example

SHOW DATATABLE SymbolTree USING HIERARCHY "Symbols.lvhvw            

See also

Published:

Show DataTable

Use this command to display a DataTable object as a Table or a Calendar. This command is specific to Longview Apps.

Note: You cannot use the Show DataTable command in batch mode.

Copy

Syntax

SHOW DATATABLE DataTableName USING ViewType ViewDefinition [Width Height]        

where:

  • DataTableName is the name of the DataTable object to display. For information on creating DataTable objects, see Create DataTable.
  • ViewType is the view type in which to render the DataTable object, and can be one of the following:
    • TABLE—Renders the specified DataTable object as a Table.
    • HIERARCHY—Renders the specified DataTable object as a Hierarchy.
    • CALENDAR—Renders the specified DataTable object as a Calendar.
  • ViewDefinition specifies the Table View definition (.lvtvw), Hierarchy View definition (.lvhvw) or Calendar View definition (.lvcvw) to use to define the layout and functionality in the Table, Hierarchy or Calendar, respectively. The default path is the path specified in the <rootpath> tag of the .lvapp file. If no root path is specified, the system assumes the root path is the applications folder in the working directory.
  • WIDTH applies only to objects rendered as a Table or Hierarchy. It specifies the width (in pixels or as a percent of the window) of the Table or Hierarchy. The default window height is 800 pixels. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a WIDTH, you must also use HEIGHT.
  • HEIGHT applies only to objects rendered as a Table or Hierarchy. It specifies the height (in pixels or as a percent of the window) of the Table or Hierarchy. The default window height is 600 pixels. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a HEIGHT, you must also use WIDTH.
Copy

Syntax example

SHOW DATATABLE TaskList USING TABLE "TaskPlanning\Tasks.lvtvw" 1000 800        
Copy

Syntax example

SHOW DATATABLE TaskList USING CALENDAR "TaskPlanning\Tasks.lvcvw"            
Copy

Syntax example

SHOW DATATABLE SymbolTree USING HIERARCHY "Symbols.lvhvw            

See also

For an optimal Community experience, Please view on Desktop