Difference between revisions of "Key Stats - Visualisations"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with " == Overview == BeX has the ability to allow users to render on screen a custom visualisation through the Key Stats module. The visual Key Stat can render a number of charts:...")
 
Line 22: Line 22:
  
 
[[File:VisKeyStatSetting.png]]
 
[[File:VisKeyStatSetting.png]]
 +
 +
 +
== Output ==
 +
 +
'''Example outputs'''
 +
 +
'''Bar Chart'''
 +
 +
[[File:VisKeyStatChartBar.png]]
 +
 +
'''Pie Chart'''
 +
 +
[[File:VisKeyStatChartPie.png]]
 +
 +
'''Line Chart'''
 +
 +
[[File:VisKeyStatChartLine.png]]

Revision as of 14:02, 28 January 2015

1 Overview

bxp has the ability to allow users to render on screen a custom visualisation through the Key Stats module. The visual Key Stat can render a number of charts: line, bar and pie. The visual Key Stat can render any number of Key Stats data in the chart once they are separated by a ,


2 Creating a visual Key Stat

To Create a Visual Key Stat you first ned to have the key stat Id number that will contain the data that you wish to generate the desired chart from. To create a Key Stat navigate the following system path

Main Menu > Key Stats > KeyStat - Add

Once here you will need to input the following settings to successfully create a visual key stat.

1) Title - This should be an easily identifiable title for the key stat 2) Type - Set this to be Graphic 3) Query - Field(s) - This field should contain the headings of the stats that you are including in the chart ( multiple items can be separated by a ,) 4) Query - SQL - This field should contain the key stat ids that you want to include in the chart ( multiple items can be separated by a ,) 5) Display Title - This is the title of the Graph when it renders to screen 6) Style Pattern - This allows you to select the type of graph you wish to render i.e Line, Bar or Pie

VisKeyStatSetting.png


3 Output

Example outputs

Bar Chart

VisKeyStatChartBar.png

Pie Chart

VisKeyStatChartPie.png

Line Chart

VisKeyStatChartLine.png