QuickView Set Samples

This topic presents code snippets and samples of Spectre QuickView Set scripts.

quickview-set {
  // Make a QuickViewSet on a specific cPlan like this:
  cplan "southern.cplan"
  
  // Add a Dimension QuickView like this:
  dimension-quickview "Posting Period" {
    dimension "Posting Period"
  }
  // And a List QuickView like this:
  list-quickview "label"  {
    values "one" "two" "three"
  }
}

NOTES:

  • Spectre QuickViews are defined for a single cPlan.
  • Dimension QuickViews are dependent in the order specified in the script.
  • List QuickViews are independent.
  • Values in a set can be sorted in the Build script.
  • In DivePort, Spectre QuickViews work with Spectre Dives and markers that use cPlans.
  • In DivePort, the cPlan used by the QuickView Set should have the same named groups as the cPlans used elsewhere on the page.

See also: