ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

›Features Reference

About

  • Introduction
  • Getting Started
  • What's New?
  • Frequently Asked Questions

Features Reference

  • ActiveMonitor
  • Alerts
  • Bookmarks
  • Charts
  • Context Values
  • Dashboards
  • Data Explorer
  • Data Sorting
  • Deferred Update
  • Drillthrough
  • Expand - Collapse
  • Exporting and sharing
  • Featured Values
  • Filters
  • Formatting
  • Formula Editor
  • HTTP widget
  • Messages
  • Keyboard Shortcuts
  • KPI
  • Mdx Editor
  • Monitor List
  • Monitor View
  • Moving widgets
  • Parameter List
  • Pivot Table
  • Query Mode
  • Quick Filter
  • Rules Editor
  • State
  • Table Layout
  • Tabular View
  • Text Editor
  • Widget
  • Wizard
  • Workflows

Advanced Guides

  • Charts Gallery
  • Day-to-day difference
  • Monitor Measures

State

The state popup provides access to a key-value representation (json) of a widget configuration.

Access to State may be restricted in your organization. It is not recommended to edit the State unless you were provided with instructions by the development team.

Access to State is available via right click:

State

This is how the State popup may look for a Tabular View:

State

Examples below demonstrate a few settings and how they can be changed. We provide these for information only. All changes of state should be reviewed and thoroughly tested.

Set column caption and width

This trick may be useful when you need to set exactly the same column width in multiple widgets.

Drag a border to change the default column width; the GUI has inserted the width property into the state for the column we changed:

{
  "key": "[Measures].[PnlInUSD]",
  "captions": ["Profit and Loss"],
  "width": 105
}

You can set the width to the desired value in pixels, for example, 80, and submit the change.

Add "+" column to a Pivot table

By default, there is no "Add column" button ("+") in a Pivot Table, but if this is your preferred way to add measures, it is possible to display it.

Create a new Pivot Table, open State, find and change this property to false.

"hideAddButton": true

In the example below, an analyst created a Pivot Table with a hierarchy they frequently use. They displayed the "+" button and saved the pivot table as a favorite.

State

Enabling the "+" button in pivot table is not recommended unless the pivot table COLUMNS axis only contains measures.

Control Pivot Table expand feature

See how to expand any levels in pre-defined order

← Rules EditorTable Layout →
  • Set column caption and width
  • Add "+" column to a Pivot table
  • Control Pivot Table expand feature
Copyright © 2021 ActiveViam