Pie Chart
NAVIGATION Info Center > Configure & Design > Report Templates > Add Report Template / Edit > Gear Icon
A Pie Chart is configured using a two step wizard:
- Step 1 - Layout
- Step 2 - Filtering
Step 1 - Layout
Instructions
Configure your report part layout.
Title
- Dataset Name - The name of the data set associated with this table.
- Show Title on Report - If checked, the title displays on the published report with this report part. If blank, the title is hidden.
- Title - Enter a title for the report part.
- Description - A description of the report part.
Format
- Pie Chart Type - The orientation and shape of the pie chart.
- Standard Pie
- Exploded Pie
- Show Chart in 3D - If checked, the chart is 3 dimensional.
- Page Break - If enabled, forces a page break next to this report part. Options include
No Page Break
,Before
,After
,Before and After
. A break in either cell, before or after, has precedence over no break in the other cell. AnAfter
page break is ignored if a table runs beyond the length of the page in the other cell. - Display Pie Value inside of the Pie Graphic - If checked, values display inside each wedge of the pie chart. If blank, the values display as callouts around the edge of the pie chart.
Data Properties
- Category - Any column in the data set that you want to display varying numerical data for. For example, you could display a numerical value for each machine group included in the published report.
- Value - Any other column in the data set that can be represented numerically. A value must either be numeric or evaluate to numeric as the result of an aggregation. If a non-numeric column is selected, you can only use
COUNT
, orCOUNT_BIG
as aggregates. - Alias - Displays as the heading for a selected column, in place of the column name.
- Aggregate - Aggregate options return a single numeric value calculated from multiple cells in a selected column. For example, the aggregate option
COUNT
returns the number of non-null values in a selected column. Except forCOUNT
orCOUNT_BIG
, aggregate functions ignore null values.AVG
- Returns the average of the values in a group. Null values are ignored.COUNT / COUNT_BIG
- Returns the number of items in a group.COUNT
works like theCOUNT_BIG
function. The only difference between the two functions is their return values.COUNT
always returns an int data type value.COUNT_BIG
always returns a bigint data type value.MAX
- Returns the maximum value in a group.MIN
- Returns the minimum value in a group.STDEV
- Returns the statistical standard deviation of all values in a group.STDEVP
- Returns the statistical standard deviation for the population for all values in a group.SUM
- Returns the sum of all the values in a group. SUM can be used with numeric columns only. Null values are ignored.VAR
- Returns the statistical variance of all values in a group.VARP
- Returns the statistical variance for the population for all values in a group.
Order by
Determines the order data is displayed, from first to last. Multiple rows can be configured, with a higher row having precedence over a lower row. A selected order by column does not have be displayed in the report.
- Add Row - Adds an order by row.
- Delete Row - Deletes an order by row.
- Column - Selects a column used to determine the order data displayed, from first to last.
- Aggregate - If an aggregate option is selected, the sort order is applied to the numeric value returned by the aggregate option instead of the selected column. See the description for each aggregation option described above.
- Sort Order -
Ascending
orDescending
. Applies to either the selected column or to the aggregate option, if one is specified.
Step 2 - Filtering
The data displayed can be limited by specialized data filters.
NOTE Additional filtering options display when a report definition or report template is run or scheduled.
Instructions
Configure your Filters.
Row Filter
- Limit Type - The type of row limit specified.
- Top N - Limits data returned to the first N number of rows returned. Example: If the Limit is 10, the first 10 rows of 300 rows available are returned. Result: 10 rows are returned.
- Top N % - Limits data returned to the first N % of rows returned. Example: If the Limit is 10 the first 10% of 300 available rows are returned. Result: 30 rows are returned.
- Limit - The number specified for the Limit Type field.
- Select Distinct - If checked, duplicate rows are not returned. For all columns displayed in the report, the values in a row must match the values of another row to be considered a duplicate.
Date Filter
Date filters only display if date/time columns are included in the report part.
- Date Filter Column - Select a date/time column to filter the data queried by this part of the report.
Note: You must select a date/time column for the other date filter options below to have any effect.
- Time Range Type - Select a time period to filter the data queried for this part of the report.
- Predefined Ranges -
This Week
,Last Week
,This Month
,Last Month
,This Quarter
,Last Quarter
. Inherit from Report
- When you schedule or run a report, Date Filter options display on the Filters tab and determine the time period used to query data for this part of the report.Last N Days
- Enter the value ofN
in the Number of Days field.Fixed Range
- Enter a Start DateTime and End DateTime.
- Predefined Ranges -
- Number of Days - Enter the value of
N
in this field ifLast N Days
was selected. - Start DateTime - Select a start date and time if
Fixed Range
was selected. - End DateTime - Select the end date and time if
Fixed Range
was selected.
Advanced Filters
Rows can be limited by comparing selected columns with specified values.
- Add Row - Adds a comparison row.
- Delete Row - Deletes a comparison row.
- Field - Selects a column used to compare with a specified value.
- Operator - The operator used to compare a selected column with a specified value.
Equal (=)
Enter a comma separated list of values to create an OR statement.Not Equal (!=)
Enter a comma separated list of values to create an OR statement.Like
- If a selected column contains this specified value as a substring, then display this row. Enter a comma separated list of values to create an OR statement.Not Like
- If a selected column does not contain this specified value as a substring, then display this row. Enter a comma separated list of values to create an OR statement.Greater Than (>)
Greater Than or Equal (>=)
Less Than (<)
Less Than Or Equal (<=)
Between
- If the selected column is between two string values, separated by a comma, display this row. Comparison is from left to right. Examples:- Number field format -
1000,9999
- String field format -
aaa,zzz
- Date field format -
01-01-2014,03-31-2014
- Number field format -
Is Empty
- If the selected column does not have characters, display this row.Is Null
- If the selected column is null, display this row.Not Empty
- If the selected column has characters, display this row.Not Null
- If a selected column is not null, display this row.
- Value - The specified value.