Property parameters

This table lists the property parameters applicable for the Plan Data report:
Field Name Default Description
rv_property_passed Properties Passed None The list of properties to be displayed in the plansheet. See, Property Syntax.
Note: Properties that are not available in the Planning Engine are not considered. If the rv_property_passed parameter is not populated or null, all properties are passed to the plansheet.
rv_property_except Properties Hidden on Pivot None The list of properties that are hidden upon loading the plansheet. This is a subset of the rv_property_passed parameter.
Note: 
  • If the rv_property_except and rv_property_show parameters are not defined, all properties specified for the rv_property_passed parameter are displayed.
  • If the rv_property_except parameter is populated, the rv_property_show parameter is not considered.
  • Properties that are not available in the Planning Engine are not considered.
rv_property_show Properties Shown on Pivot None The list of properties that are displayed upon loading the plansheet. This is a subset of the rv_property_passed parameter.
Note: 
  • If the rv_property_show parameter is not defined, all properties in the rv_property_passed parameter are displayed.
  • If the rv_property_except parameter is populated, the rv_property_show parameter is not considered.
  • Properties that are not available in the Planning Engine are not considered.
rv_property_format Property Format None An XML table of format and color coding for the properties, defined in the plansheet. Each property format exists as a row and the name of the property code is specified. Each property is defined as a name and value pair.
Note: Properties that are not available in the Planning Engine are not considered.
rv_property_editable Editable Properties None The list of editable properties in the plansheet. A subset of rv_property_passed. A single element [element1] or a set in the form: {[element1],[element2]} is required. If not set, by default all properties can be edited. To ensure that all properties in the plansheet cannot be modified, any empty set {} is passed.
Note: Properties that are not available in the Planning Engine are not considered.