Change Layout - Dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 08:00 AM
Hello everyone,
Does everyone know if we can create our own layout style, when creating dashboards in Performance Analytics?
I was trying to represent data in different forms and I am not allowed.
Many thanks and best regards,
Oana
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 08:31 AM
Take a look at this video that covers the Responsive Canvas in Helsinki Performance Analytics | Create a Responsive Canvas Dashboard With Filters - YouTube
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 11:22 PM
Hi Dan,
Thank you for your reply. Unfortunately, for the moment I am using Performance Analytics - Geneva version. Do you happen to know what can be done in this case?
Best regards,
Oana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 12:23 PM
You have a couple of options. Dan points out the Responsive Canvas that comes with Performance Analytics Premium in Helsinki. That will let you drag and resize anything on the page.
If you are using the out of the box dashboards or dashboards created prior to Helsinki, the layouts are controlled by the Content Management System. You will need to understand some basic HTML Table Layout but they should be pretty easy to figure out.
Application Menu: Content Management
Module: Layouts
Here is an example of a layout:
<?xml version="1.0" encoding="utf-8"?>
<j:jelly trim="true" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<table border="0" cellspacing="6" id="${jvar_name}" width="100%">
<tr>
<td colspan="3" id="dropzone0" dropzone="true"/>
</tr>
<tr>
<td id="dropzone1" dropzone="true" valign="top" width="25%"/>
<td id="dropzone2" dropzone="true" valign="top" width="50%"/>
<td id="dropzone3" dropzone="true" valign="top" width="25%"/>
</tr>
<tr>
<td colspan="3" id="dropzone999" dropzone="true" valign="top"/>
</tr>
</table>
</j:jelly>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2016 12:24 AM
Hi Paul,
Thank you for your reply. For the moment, I am using Geneva version and I was not sure how can I modify the dimensions and positions of widgets in the dashboards.
Best regards,
Oana