W_A_Watson_II - Tuesday, February 26, 2008 4:39 PM:
I've created a new Dashboard with a Chart with a Chart Series. The Dashboard shows as "Released" in the Administration area, but is not available in the Dashboards area. What have I missed?Bill - Friday, February 29, 2008 7:53 PM:
Dashboards are not straightforward to deploy. You actually need an ItemType to act as the viewer for the dashboard.
Let me give an example:
- Log into Innovator as admin/innovator
- Create Dashboard
- From the TOC Select Administration à Dashboards
- Select File/New from the main toolbar
- Create Chart (continued from previous step)
- Select the Dashboard Chart relationship
- From the relationship toolbar select Create Related in the dropdown.
- Select New Relationship
- In the newly created row set the values as follows:
|
Column Name |
Value |
|
Chart Type |
bar |
|
Name |
TestChart1 |
|
Title |
TestChart1 |
|
Height |
300 |
|
Width |
700 |
|
Border Left |
|
|
Border Right |
|
|
Border Top |
|
|
Border Bottom |
|
|
Title Style |
|
|
Background Style |
|
|
Radius |
|
|
Y Min |
|
|
Y Max |
|
|
X Min |
|
|
X Max |
|
|
X Axis |
Yes |
|
X Axis Style |
|
|
Y Axis |
Yes |
|
Y Axis Style |
|
|
X Grid |
No |
|
X Grid Interval |
|
|
X Grid Style |
|
|
Y Grid |
No |
|
Y Grid Interval |
|
|
Y Grid Style |
|
|
X Axis Value Labels |
Yes |
|
X Axis Value Label Style |
|
|
Y Axis Value Label |
Yes |
|
Y Axis Value Label Style |
|
|
Legend |
No |
|
Legend X |
|
|
Legend Y |
|
|
Legend Height |
|
|
Legend Width |
|
|
Legend Box Style |
|
|
Legend Text Style |
|
|
Marker Size |
|
|
Marker Style |
|
|
Y Axis Label |
Number of Parts |
|
Y Axis Label Style |
|
|
X Axis Label |
|
|
X Axis Label Style |
|
|
Bar Spacing |
|
|
X |
|
|
Y |
|
- Save
- Add Metric (continued from previous step)
- Select the Dashboard Chart relationship
- RMB TestChart1, View
- Lock. Select the Chart Series relationship
- From the relationship toolbar select Create Related in the dropdown.
- Select New Relationship
- In the newly created row set the values as follows:
|
Column |
Value |
|
Name |
TestSeries1 |
|
Label |
TestSeries1 |
|
Color |
Red |
|
Frequency |
Quarterly |
|
Calculation Stylesheet |
<xsl:stylesheet version="1.0" xmlns:xsl="">www.w3.org/.../Transform"> <xsl:output method="xml" omit-xml-declaration="yes"/> <xsl:template match="/"> <Result><xsl:value-of select="count(//Item[@type='Part'])"/></Result> </xsl:template> </xsl:stylesheet> |
|
Link |
|
|
Method |
|
|
Sequence |
128 |
|
Markers |
No |
- Save
- Add Metric Value (continued from previous step)
- Select the Chart Series relationship
- RMB TestSeries1, View
- Select the Metric Value relationship
- Select New Relationship
- In the newly created row set the values as follows:
|
Column |
Value |
|
Sequence |
3 |
|
Label |
Current |
|
Value |
|
|
Color |
|
|
Link |
|
|
Calculate |
Yes |
|
Query: |
<Item type="Part" action="get" select="id" page="1" pagesize="1000">
<effective_date condition="gt">01/01/2006 11:00:00 AM</effective_date>
<effective_date condition="lt">12/31/3000 11:00:00 AM</effective_date>
</Item> |
|
Query:
Innovator 9.0 and latter |
<Item type="Part" action="get" select="id" page="1" pagesize="1000">
<effective_date condition="gt">2006-01-01T11:00:00</effective_date>
<effective_date condition="lt">3000-12-31T11:00:00</effective_date>
</Item> |
- Save
- Select New Relationship
- In the newly created row set the values as follows:
|
Column |
Value |
|
Sequence |
2 |
|
Label |
Q4 2005 |
|
Value |
|
|
Color |
|
|
Link |
|
|
Calculate |
Yes |
|
Query |
<Item type="Part" action="get" select="id" page="1" pagesize="1000">
<effective_date condition="gt">12/31/2000 11:00:00 AM</effective_date>
<effective_date condition="lt">12/31/2005 11:00:00 AM</effective_date>
</Item> |
|
Query:
Innovator 9.0 and latter |
<Item type="Part" action="get" select="id" page="1" pagesize="1000">
<effective_date condition="gt">2000-12-31T11:00:00</effective_date>
<effective_date condition="lt">2005-12-31T11:00:00</effective_date>
</Item> |
- Save
- Select New Relationship
- In the newly created row set the values as follows:
|
Column |
Value |
|
Sequence |
1 |
|
Label |
Q3 2005 |
|
Value |
25 |
|
Color |
|
|
Link |
|
|
Calculate |
No |
|
Query |
|
- Save
- Save, Unlock, and Close TestSeries1
- Save, Unlock, and Close TestChart1
- Save, Unlock, and Close TestDashboard1
- Create Item Type
- Name=TestDashboard1
- TOC Access
- TOC View
- Permissions
- Save, Unlock, and Close
- View the dashboard
From the TOC Select Dashboards à TestDashboard1
I hope this helps,
Bill
W_A_Watson_II - Monday, March 3, 2008 10:07 AM:
Bill,
THANKS! the only step/part I was missing was "Create Item Type". Now to figure out why the X-axis dosn't list out in the correct sequence. It keeps putting W10 right between W01 and W02.
| Sequence | Label | Value | Color | Link | Calculate | Query |
| 1 | W01 '08 | 0 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">12/30/2007 00:00:00 AM</created_on> <created_on condition="lt">01/06/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 2 | W02 '08 | 0 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">01/06/2008 00:00:00 AM</created_on> <created_on condition="lt">01/13/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 3 | W03 '08 | 6 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">01/13/2008 00:00:00 AM</created_on> <created_on condition="lt">01/20/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 4 | W04 '08 | 20 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">01/20/2008 00:00:00 AM</created_on> <created_on condition="lt">01/27/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 5 | W05 '08 | 2 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">01/27/2008 00:00:00 AM</created_on> <created_on condition="lt">02/03/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 6 | W06 '08 | 0 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">02/03/2008 00:00:00 AM</created_on> <created_on condition="lt">02/10/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 7 | W07 '08 | 0 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">02/10/2008 00:00:00 AM</created_on> <created_on condition="lt">02/17/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 8 | W08 '08 | 1 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">02/17/2008 00:00:00 AM</created_on> <created_on condition="lt">02/24/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 9 | W09 '08 | 1 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">02/24/2008 00:00:00 AM</created_on> <created_on condition="lt">03/02/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
| 10 | W10 '08 | 0 | Yes | <Item type="ECR" action="get" select="id" page='1' pagesize='10000'> <created_on condition="gt">03/02/2008 00:00:00 AM</created_on> <created_on condition="lt">03/09/2008 00:00:00 AM</created_on> <change_type>Corrective Action</change_type> </Item> | ||
Rahul. - Saturday, March 17, 2012 12:23 AM:
Hi Bill,
I successfully create a dashboard using a bar chart. but now i want to show the value of query on the bar, Is it possible to do so?
Thanks in advance
Rahul
W_A_Watson_II - Monday, March 3, 2008 1:33 PM:
OK, Got it figured out. Apparently even though the "Sequence" is integerbased, the graphing portion treats it as text, and was putting 10 after 1 and before 2. So I started the "Sequence" numbers with 111 and went up, and all is well now. Thanks agsin Bill for the help.AbhishekSrivastava - Wednesday, September 14, 2016 2:03 AM:
Hi Friends,
Kindly help me that how to get value of Query on Bar Graph.
Thank You
Abhishek Srivastava
ashu_vik - Wednesday, June 17, 2009 8:36 AM:
Hi All,
I am not able to view any chart when I click on the Dashboard tab on TOC..The 4 OOTB sub-tabs which are visible are:
1.) Time to Manufacture
2.) Design to Goal
3.) Product Innovations
4.) Engineering Efficiency
But when i click on any of the above OOTB sub-tabs I am not able to view any chart. Do i need to install some component separately?
Any suggestsions?
edonahue - Tuesday, September 27, 2016 5:49 PM:
Hi Abhishek,
Can you provide the version of Aras Innovator you are using and what browser version(s) you are using?
Sean - Wednesday, June 17, 2009 10:57 AM:
ashu_vik
Welcome to the Aras Community!
To view the Dashboards within Aras Innovator you will need to download and install the Adobe SVG Viewer. After installing Adobe SVG you should be all set.
Hope this helps
Sean
AbhishekSrivastava - Saturday, October 1, 2016 12:19 AM:
Hello Eli,
I am using Aras Innovator 11.0 SP2 , and browser is mozilla firefox 31.8 ESR or explorer 11
Thanks
Abhishek Srivastava
AbhishekSrivastava - Thursday, October 6, 2016 8:37 AM:
Hi Eli,
Did you found any solution regarding how can i get number over the graph .
number means metric value that i will calculate via query and as per this graph show in a bar format.
please share your views.
Thanks
Abhishek
ashu_vik - Thursday, June 18, 2009 5:53 AM:
Thanks Sean..
I hope that works...Also, Can you please tell me wether SVG viewer is compatible with Windows Vista. I have instaled the Innovator server on a Vista machine.
chenpmp - Monday, November 30, 2009 2:13 AM:
Hello Sean,
Adobe SVG viewer is discontinued since Jan 1st 2009.
Is there any plan for using other way to show it (eg: flash, or other tools)?
thanks,
Jerry
edonahue - Monday, October 10, 2016 5:03 PM:
Hi Abhishek,
Please refer to my response on your other dashboard thread.
If you would are interested in creating dashboard-style reports using Self Service Reporting, you can check out the videos on the demo page and contact the Community team with any specific questions you may have.
If Self Service Reporting will not fit your use case, you could always create a category form and display charts using a third party JavaScript library like D3.js.
AbhishekSrivastava - Wednesday, October 19, 2016 6:21 AM:
Hi Eli,
Thanks for your Info, I understand self service reporting module. But My dear i want to use Aras Existing Functionality with respect to Dashboard Graph like Bar Chart and only want to enable to show metric value over the graph.
I think there is definitely some way to configure metric value comes over the graph.
thanks for your help.
Abhishek Srivastava
edonahue - Monday, October 24, 2016 9:40 AM:
Hi Abhishek,
If you want to customize chart styles, you can review the source file: InnovatorClientstylessvg_charts.xsl
There is an XSLT template around line 400 that is responsible for styling bar charts that you may be able to modify to suit your use case.