AnalyticGrid Class Properties

In this section we discuss the AnalyticGrid properties. The properties are described in alphabetic order.

Description

Use this property to specify whether the analytic grid is inactive or active. This property takes a Boolean value, true if the grid is inactive, false otherwise.

If you specify this property as true, the analytic grid is not displayed to the user and no data is fetched from the database.

This property is read/write.

Description

Use this property to specify the label that appears as the title of the grid.

Note: You can't use this property to set labels longer than 100 characters. If you try to set a label of more than 100 characters, the label is truncated to 100 characters. Always put any changes to labels in the Activate event for the page. This way the label is set every time the page is accessed.

This property is read/write.

Description

Use this property to specify whether grid lines are displayed with the analytic grid. This property takes a Boolean value, true to show the lines, false otherwise.

This property is read/write.

Description

Use this property to specify whether the slicer is displayed with the analytic grid. This property takes a Boolean value, true to show the slicer, false otherwise.

Note: Do not use this method with an analytic grid that is in Freeze Column Mode.

This property is read/write.

Description

Use this property to set or return a string representing the summary text for the analytic grid.

Summary text enables you to provide a brief description of the functionality and content of the grid area. This property is pertinent for users who access the application in screen reader mode.

This property is read/write.

Example

&MyAnGrid = GetAnalyticGrid(Page.PSMYPAGE, "PSMYPAGE");
&MyAnGrid.SummaryText = "This is the new summary text through PeopleCode";