074b3632e06958aae4f0c08f71fc1ecbdc7ca8ba
Guides/Dashboards-v2.md
| ... | ... | @@ -26,7 +26,7 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo |
| 26 | 26 | <li class="top-nav-item"><a href="ReportList.aspx">Reports</a></li> |
| 27 | 27 | <li class="top-nav-item"><a href="Dash.aspx?clear=1" onclick="ShowRlToDbLoading();">Dashboards</a></li> |
| 28 | 28 | ``` |
| 29 | -4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesignerUrl = "Dash.aspx"; |
|
| 29 | +4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesignerUrl = "Dash.aspx";. Additionally, set AdHocSettings.DashboardDateSliderMode = DashboardDateSliderMode.None;, this will enable between date filters to be exposed in the new dashboard. Without this setting date filters will not be exposed. |
|
| 30 | 30 | |
| 31 | 31 | ##MVC |
| 32 | 32 | |
| ... | ... | @@ -40,7 +40,7 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo |
| 40 | 40 | return View(); |
| 41 | 41 | } |
| 42 | 42 | ``` |
| 43 | -5. In the global, update the following: AdHocSettings.DashboardViewer = "Dash" and AdHocSettings.DashboardDesignerUrl = "Dash"; |
|
| 43 | +5. In the global, update the following: AdHocSettings.DashboardViewer = "Dash" and AdHocSettings.DashboardDesignerUrl = "Dash";. Additionally, set AdHocSettings.DashboardDateSliderMode = DashboardDateSliderMode.None;, this will enable between date filters to be exposed in the new dashboard. Without this setting date filters will not be exposed. |
|
| 44 | 44 | |
| 45 | 45 | ### Tips |
| 46 | 46 | * When upgrading, ensure log4net.dll and log4net.xml are in the Bin folder |