Guides/Dashboards-v2.md
... ...
@@ -2,38 +2,53 @@
2 2
3 3
#Introduction
4 4
5
+#Features
6
+
7
+* Intuitive Creation Process
8
+* User Friendly User Interface
9
+* Modern Look and Feel
10
+* Movable and Resizable Cells
11
+* Presentation Mode to scroll through Full Screen Dashboard Tiles
12
+
13
+
5 14
#Guide
6 15
##Creating a New Dashboard
7 16
8
-**a.** Click on the arrow to expose the drop down menu under New
17
+**a)** Click on the arrow to expose the drop down menu under New
18
+**b)** Select Dashboard from the Menu drop down. A New Blank Dashboard will be exposed with a blank tile.
9 19
10
-![](/Guides/Dashboards-v2/1.png)
20
+![](/Guides/Dashboards-v2/1.png "New Dashboard Drop-down")
11 21
12
-**b.** Select Dashboard from the Menu drop down. A New Blank Dashboard will be exposed with a blank tile.
22
+##Adding Report Parts to the Dashboard Tile
13 23
14
-**c.** Click on the + sign to add a Report Part to the new Dashboard
24
+**c)** Click on the + sign to add a Report Part to the new Dashboard
15 25
16
- ![](/Guides/Dashboards-v2/2.png)
26
+ ![](/Guides/Dashboards-v2/2.png "New Dashboard Tile")
17 27
18
-A New window will be displayed allowing you to select the report the user would like to add to the dashboard
28
+**d)** The user can now select a report to use in the dashboard.
19 29
30
+ ![](/Guides/Dashboards-v2/3.png "Available Reports for Dashboard")
20 31
32
+**e)** Once a report is selected, the user is presented with a window displaying all of the report parts as options to add to the new dashboard. These can include charts, maps, gauges, summaries or report details.
21 33
22
-##Adding Report Parts to the Dashboard Tile
34
+ ![](/Guides/Dashboards-v2/4.png "Report Parts")
23 35
24
- ![](/Guides/Dashboards-v2/3.png)
36
+**f)** The report part selected will then be displayed to the user.
25 37
26
-The user can now select a report to use in the dashboard
27
-Once a report is selected, the user is presented with a window displaying all of the report parts as options to add to the new dashboard. These can include charts, maps, summaries or report details.
38
+ ![](/Guides/Dashboards-v2/5.png "The Report Part in its Dashboard Tile")
39
+
40
+To remove a tile, simply click the “X” in the top right corner of the tile.
41
+
42
+![](/Guides/Dashboards-v2/10.png)
28 43
29
- ![](/Guides/Dashboards-v2/4.png)
44
+To add additional tiles to the dashboard, the user can click on a blank area of the dashboard background.
30 45
31
- ![](/Guides/Dashboards-v2/5.png)
32
-The report part selected will then be displayed to the user.
33
-To add additional tiles to the dashboard, the user can click on a blank area of the dashboard background. A new blank tile will then be displayed.
34 46
![](/Guides/Dashboards-v2/6.png)
35 47
48
+A new blank tile will then be displayed.
49
+
36 50
![](/Guides/Dashboards-v2/7.png)
51
+
37 52
The user can repeat the process to add additional tiles
38 53
39 54
##Moving & Resizing Dashboard Tiles
... ...
@@ -41,6 +56,7 @@ The tiles can be resized by dragging the corners to the desired length or width.
41 56
Tiles can also be moved around the Dashboard. When the tile shows a green hue, it is positioned correctly and can placed on the grid. If the tile shows a red hue, it is not positioned on the grid properly and cannot be moved.
42 57
43 58
Properly Positioned Tile for move (green hue)
59
+
44 60
![](/Guides/Dashboards-v2/8.png)
45 61
46 62
Improperly Placed Tile for move (red hue)
... ...
@@ -49,9 +65,8 @@ Improperly Placed Tile for move (red hue)
49 65
50 66
##Tile Customizations
51 67
52
-There are several options available for customizing a tile. These options can be found by clicking on the menu button in the top right corner of the specific tile. The tile will then spin to the reverse side, revealing the additional options. To remove a tile, simply click the “X” in the top right corner of the tile.
68
+There are several options available for customizing a tile. These options can be found by clicking on the menu button in the top right corner of the specific tile. The tile will then spin to the reverse side, revealing the additional options.
53 69
54
-![](/Guides/Dashboards-v2/10.png)
55 70
![](/Guides/Dashboards-v2/11.png)
56 71
57 72
The user can now choose to add a Tile that is displayed on the front of the tile along with a Description that is also displayed on the tile
... ...
@@ -110,7 +125,6 @@ This menu offers the following menu options are available from the menu button i
110 125
111 126
112 127
113
-#Features
114 128
115 129
#Installation
116 130
... ...
@@ -127,7 +141,6 @@ This menu offers the following menu options are available from the menu button i
127 141
3. Update the IzendaReportingController.cs to include
128 142
public ActionResult Dash() {
129 143
130
-
131 144
return View();
132 145
}
133 146
4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash";
... ...
\ No newline at end of file