Service Help – DashPage
The Sharperlight service offers a wide variety of presentation methods, each with its own set of parameters.
In this post, we will introduce the following methods from among the various presentation methods available.
http://abcd.com/mdService1Rest/DashPage/…
DashPage
To see this information with your sharperlight service help
{sharperlight service url}/Help#DashPage
{sharperlight service url}/Help#DashPage
| Dashboard Pages organise content into Tile and these Tiles can display Published Queries, various URLs and also text content | |
| query=[Group.Code] | Dashboard Page Group and Code e.g /DashPage/?query=ADVW.Sample |
| lock=[1|0] | To prevent the Dashboard Page being changed/edited by users add &lock=1 |
| debugSuppressURL=[1|0] | To prevent URL’s from being displayed. This is useful when URLs are redirecting and it prevents the Dash from being edited &debugSuppressURL=1 |
| showMin=[1|0] | show or hide the Minimize button on tiles &showMin=1 |
| showMax=[1|0] | show or hide the Maximize button on tiles &showMax=1 |
| signOn=[1|0] | By default a Dash Page itself does not require a Sign On even though it’s Tile content might. To avoid lots of Tiles asking for a Sign On you can force the Dash Page to check for Sign On with &signOn=1 |
| tileHide:Code=[1|0] | show or hide the tile based on it’s code &tileHide:T4400=1 |
| tileBColor:Code=[htmlColor] | Tile background colour &tileBColor:T4400=yellow |
| tileTitle:Code=[value] | set the tile title based on it’s code &tileTitle:T4400=Outstanding Quotes 5 |
| tileTitle:Code=[_value] | append the value to the tile title based on it’s code (Note it starts with _) &tileTitle:T4400=_Quotes 5 |
| tileTitle:Code=[value_] | prefix the value to the tile title based on it’s code (Note it ends with _) &tileTitle:T4400=Quotes 5_ |
| tileTitleBColor:Code=[htmlColor] | Tile Title background colour &tileTitleBColor:T4400=red |
| tileTitleFColor:Code=[htmlColor] | Tile Title font colour &tileTitleFColor:T4400=white |
| tileContent:Code=[value] | set the Tile Content &tileContent:T4400=Overdue 5 days |
| tileContentUrl:Code=[url] | set the Tile Content URL &tileContentUrl:T4400=http:%2F%2Fwww.sl.com |
| tileContentUrlParams:Code=[url] | set the Tile URL params &tileContentUrlParams:T4400=%26fontSize%3D12 |
| tileContentUrlParams:Code=[_url] | Append to the Tile URL params (Note the prefix _ ) &tileContentUrlParams:T4400=_%26fontSize%3D12 |
| tileContentExpUrl:Code=[url] | set the Tile Expanded Content URL &tileContentExpUrl:T4400=http:%2F%2Fwww.sl.com |
| tileContentUrlExpParams:Code=[url] | set the Tile Expanded URL params &tileContentUrlExpParams:T4400=%26fontSize%3D12 |
| tileContentUrlExpParams:Code=[_url] | Append to the Tile Expanded URL params (Note the prefix _ ) &tileContentUrlExpParams:T4400=_%26fontSize%3D12 |
| tileToolTip:Code=[value] | set the tile tooltip based on it’s code &tileToolTip:T4400=Outstanding Quotes 5 |
| zoomDash=[0.3..5] | Apply zoom to dashboard page only, where 1 is 100% and 0.5 is 50% e.g. zoomDash=0.8 |
| css=[CSS_Styling] |
Inject CSS styling into the page and it’s sub content This is used for example to set the default print css styling @page etc. when using Chrome Headless in Scheduler e.g. &css=@page{size:A4 landscape; margin:auto;} &css=div{color:red;} &css=body{zoom:50%;} |
