ce87d0035497a75d0857f286c32daf53259327cd
Guides/Izenda-Vision.md
| ... | ... | @@ -32,7 +32,7 @@ Count(Order ID), Year(Order Date), Count(Customer ID), Ship City, Country |
| 32 | 32 | |
| 33 | 33 | **Drill-downs and Dynamic Filtering** |
| 34 | 34 | |
| 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. |
|
| 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 heat map 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 | |
| 37 | 37 | **Fields labeled with a plus (+) sign** |
| 38 | 38 | |
| ... | ... | @@ -111,7 +111,52 @@ INSERT IMAGE HERE |
| 111 | 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 | 112 | * Field 3 - **Metric** - This field will represent the value of each square. |
| 113 | 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. |
|
| 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. |
|
| 115 | + |
|
| 116 | +##Sunburst |
|
| 117 | + |
|
| 118 | +INSERT IMAGE HERE |
|
| 119 | + |
|
| 120 | +* Sunburst displays a tree-like hierarchy of items layered in a circular arrangement, each of which proportionally represents the aggregate metric at each level of the hierarchy. The layers from inner to outer represent each level of the hierarchy. Larger groups are displayed from the 12 o’clock position clockwise. |
|
| 121 | +* Field 1... - **Group** - This field represents the hierarchical levels which structure the heat map. |
|
| 122 | +* Field 2+ - **Metric** - This field will represent the value on the chart. The metric currently being displayed is selectable from a drop-down. |
|
| 123 | + |
|
| 124 | +##Time Bubble |
|
| 125 | + |
|
| 126 | +INSERT IMAGE HERE |
|
| 127 | + |
|
| 128 | +* Time Bubble is a multidimensional graph which displays circles which change in size and position over time. Mousing over the time label at the bottom right of the chart will move forward and backward in time. |
|
| 129 | +* Field 1 - **Group** - This field will represent each circle. |
|
| 130 | +* Field 2 - **Date time** - This field will determine the scale at which circles move and change size. This field must be set to Group(Year & Month). |
|
| 131 | +* Field 3 - **Metric** - This field will represent the Y axis. |
|
| 132 | +* Field 4 - **Metric** - This field will represent the X axis. |
|
| 133 | +* Field 5 - **Metric** - This field will represent the Z axis, represented by the area of the circle. |
|
| 134 | + |
|
| 135 | +##Timeline |
|
| 136 | + |
|
| 137 | +INSERT IMAGE HERE |
|
| 138 | + |
|
| 139 | +* Timeline displays a single metric between two points in time. The length of each item represents the distance between your start and end times. |
|
| 140 | +* Field 1 - **Group** - This field represents the Y axis. |
|
| 141 | +* Field 2 - **Metric** - This field represents the item charted. |
|
| 142 | +* Field 3 - **Datetime** - This field represents the beginning point from which the metric will be drawn. |
|
| 143 | +* Field 4 - **Datetime** - This field represents the end point to which the metric will be drawn. |
|
| 144 | +* Notes: |
|
| 145 | +* * Timeline can only display up to a fixed amount of data. If you are not seeing all the data you expect to see, try filtering down your report set - particularly the time dimension. |
|
| 146 | + |
|
| 147 | +##Transitions |
|
| 148 | + |
|
| 149 | +INSERT IMAGE HERE |
|
| 150 | + |
|
| 151 | +• Transitions displays multiple common graph styles in a fixed cycle. |
|
| 152 | +• Field 1 - Group - This field represents categories on the Y axis or slices of proportional charts. |
|
| 153 | +• Field 2 - Datetime - This field represents the X axis when applicable. It must be set to Group(Year & Month) |
|
| 154 | +• Field 3 - Metric - This field represents the value. |
|
| 155 | +• Notes: |
|
| 156 | +o You must sort Fields 1 and 2 to make coherent charts. If your charts look odd, make sure that the sorting behavior is correct. |
|
| 157 | + |
|
| 158 | + |
|
| 159 | + |
|
| 115 | 160 | |
| 116 | 161 | |
| 117 | 162 |