Dashboards are not straightforward to deploy. You actually need an ItemType to act as the viewer for the dashboard.
Let me give an example:
i. Name=TestDashboard1
ii. Height=800
iii. Width=600
iv. Save
v. Confirm all values are saved.
Column Name
Value
Chart Type
bar
Name
TestChart1
Title
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
Y Axis Style
X Grid
No
X Grid Interval
X Grid Style
Y Grid
Y Grid Interval
Y Grid Style
X Axis Value Labels
X Axis Value Label Style
Y Axis Value Label
Y Axis Value Label Style
Legend
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
Column
TestSeries1
Label
Color
Red
Frequency
Quarterly
Calculation Stylesheet
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/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
i. Lock item.
3
Current
Calculate
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>
Innovator 9.0 and latter
<effective_date condition="gt">2006-01-01T11:00:00</effective_date>
<effective_date condition="lt">3000-12-31T11:00:00</effective_date>
2
Q4 2005
Query
<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>
<effective_date condition="gt">2000-12-31T11:00:00</effective_date>
<effective_date condition="lt">2005-12-31T11:00:00</effective_date>
1
Q3 2005
25
i. Name=World
ii. Category=Dashboards
ii. Start Page= ./Dashboard.html
iii. Parameters= 'dashboardName=TestDashboard1'
i. Name=World Can Get
ii. Is Default=1
From the TOC Select Dashboards à TestDashboard1
I hope this helps,
Bill
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.
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?
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 helpsSean
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.
Hello Sean,
Adobe SVG viewer is discontinued since Jan 1st 2009.
http://www.adobe.com/svg/viewer/install/main.html
Is there any plan for using other way to show it (eg: flash, or other tools)?
thanks,
Jerry
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