600c0b8f22a653258ff63456c94c7c4db6cb89ca
Guides/Izenda-Vision.md
| ... | ... | @@ -12,7 +12,7 @@ When creating a visualization, you must pay specific attention to the field orde |
| 12 | 12 | |
| 13 | 13 | INSERT IMAGE HERE |
| 14 | 14 | |
| 15 | -*Field Order and Group Hierarchy** |
|
| 15 | +**Field Order and Group Hierarchy** |
|
| 16 | 16 | |
| 17 | 17 | Some visualizations permit multiple group fields. Group field hierarchy must be placed in proper field order! This means highest category first, and lowest category last. Here are some examples: |
| 18 | 18 | |
| ... | ... | @@ -30,7 +30,7 @@ Visualizations sort in an order defined by the columns in the Summary or Fields |
| 30 | 30 | |
| 31 | 31 | Count(Order ID), Year(Order Date), Count(Customer ID), Ship City, Country |
| 32 | 32 | |
| 33 | -*Drill-downs and Dynamic Filtering** |
|
| 33 | +**Drill-downs and Dynamic Filtering** |
|
| 34 | 34 | |
| 35 | 35 | Some visualizations support dynamic filtering and drill-down-like behavior. Currently, a full drill-down - connecting through a visualization to another Izenda report - is not possible. A visualization can exist on a child report, and can exist on a parent report, but no part of the visualization is clickable to activate a downhill. The drill-down terminology in this case means that some visualizations, like heatmap and sunburst, can drill-down within themselves. This is more accurately described as dynamic filtering. Dynamic filtering the visualization will also filter the linked summary or detail view. |
| 36 | 36 | |
| ... | ... | @@ -57,7 +57,7 @@ These terms refer to the types of columns that each visualization reads. |
| 57 | 57 | |
| 58 | 58 | #Visualization Styles: |
| 59 | 59 | |
| 60 | -**Auto Chart |
|
| 60 | +##Auto Chart |
|
| 61 | 61 | |
| 62 | 62 | INSERT AUTO CHARTS HERE |
| 63 | 63 | |
| ... | ... | @@ -94,6 +94,24 @@ INSERT IMAGE HERE |
| 94 | 94 | * Notes: |
| 95 | 95 | * * Some group categories for Datetime will produce too many or invalid results. If your chart does not work, try a different grouping on the datetime or filtering the dataset from the Filter tab. |
| 96 | 96 | |
| 97 | +##Heat Map |
|
| 98 | + |
|
| 99 | +INSERT IMAGE HERE |
|
| 100 | + |
|
| 101 | +Heat Map displays a tree-like hierarchy of squares, each of which proportionally represents the aggregate metric at each level of the hierarchy. |
|
| 102 | +Field 1... - **Group** - This field represents the hierarchical levels which structure the heat map. |
|
| 103 | +Field 2+ - **Metric** - This field will represent the value on the chart. The metric currently being displayed is selectable from a drop-down. |
|
| 104 | + |
|
| 105 | +##Matrix |
|
| 106 | + |
|
| 107 | +INSERT IMAGE HERE |
|
| 108 | + |
|
| 109 | +* Matrix displays a series of squares, arranged by group and time, in the style of a pivot. The squares are shaded according to each metric value. |
|
| 110 | +* Field 1 - **Group** - This field will represent the categories along the Y axis. |
|
| 111 | +* Field 2 - **Time** - This field will represent the categories along the X axis. This field must have the function set to Group(Year & Month). |
|
| 112 | +* Field 3 - **Metric** - This field will represent the value of each square. |
|
| 113 | +* Notes: |
|
| 114 | +* * Matrix can only render so many squares. If you aren’t getting enough data on the time based X axis, try filtering out some items from the group based Y axis. |
|
| 97 | 115 | |
| 98 | 116 | |
| 99 | 117 |