Analysis QuickView Customization

In your factory configuration file, you can specify which QuickViews appear on a DivePort analysis page as well as their default value setting.

NOTE: Customized Default values only apply to QuickViews that are backed by Analysis portlets (via Find QuickViews in other portlets), not to QuickView Portlets that use the Factory as the data source.

You can specify the QuickViews that appear with a measure analysis. For example:

measure

...

analysis {

...

quickviews {

quickview "Facility"

quickview "Admit Year-Month"

...

The specified QuickViews are available in a QuickView portlet on pages with Analysis portlets. The default is All Values.

In the factory script, you can customize the QuickView to specify a different default value or remove the All Values option. For example:

quickview "Facility" {

default-values "Facility A"

}

quickview "Admit Year-Month" all-values=false {

default-last-value

}

The syntax is the same as the dimension-quickview tag in qvset scripts. You can:

  • Remove All Values as a QuickView option with the attribute all-values=false
  • Allow selecting only one value at a time with the attribute single-selection=true
  • Set a specific default value with the attribute default-values "<Value>"
  • Set the default to be the last value with default-last-value—Applies to date-type QuickViews

For more information, see DivePort Administrator Help.

See also: What is a QuickView Set?