Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Provides a JSON result that can be used with flex.bi Sparkline formatter.

...

Code Block
SparklineData( Set_Expression , Numeric_Expression )

Arguments

Set_Expression  MDX expression that returns a set over which to draw sparkline. Not mandatory for Sparkline bar.
Numeric_Expression  MDX expression that returns a number

Examples

It is possible to add Sparklines to Table and Gauge charts. This can be done with standard calculations or by manually writing a formula to return SparklineData.

...