dbTalk Databases Forums  

KPI display in HTML

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss KPI display in HTML in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Marco
 
Posts: n/a

Default KPI display in HTML - 02-20-2006 , 09:10 AM






Hi,

Is it possible to show KPIs from SSAS in HTML using XMLA and what is
the MDX code to show the KPIs ?

Is there any HTML Viewer available showing the new KPIs from SSAS ?

Best regards,
Marco Groeneveld


Reply With Quote
  #2  
Old   
Marco
 
Posts: n/a

Default Re: KPI display in HTML - 02-20-2006 , 02:43 PM






Hi,

What is the MDX code to display SSAS KPIs in OLAP Report ?

I can display the SSAS Adventure Works DW KPI for Internet Revenue:

Select non empty HIERARCHIZE(DISTINCT({{
[Product].[Product Line].[(All)].AllMembers,
[Product].[Product Line].[All Products].Children}})) on rows,
non empty {
KPIValue('Internet Revenue'), KPIGoal('Internet Revenue'),
KPIStatus('Internet Revenue'), KPITrend('Internet Revenue')} on columns
Quote:
From [Adventure Works]
But I want to show all KPIs like in the SSAS 2005 KPI Browser any idea?

Regards,
Marco Groeneveld
www.gmsbv.nl



Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: KPI display in HTML - 02-20-2006 , 03:25 PM



you have to create a code which use the ADOMD.Net object model to list all
the KPIs available, then diplay them.
Look at this article:
http://sqljunkies.com/WebLog/mosha/a...2/06/5433.aspx


"Marco" <olap (AT) gmsbv (DOT) nl> wrote

Quote:
Hi,

What is the MDX code to display SSAS KPIs in OLAP Report ?

I can display the SSAS Adventure Works DW KPI for Internet Revenue:

Select non empty HIERARCHIZE(DISTINCT({{
[Product].[Product Line].[(All)].AllMembers,
[Product].[Product Line].[All Products].Children}})) on rows,
non empty {
KPIValue('Internet Revenue'), KPIGoal('Internet Revenue'),
KPIStatus('Internet Revenue'), KPITrend('Internet Revenue')} on columns
From [Adventure Works]

But I want to show all KPIs like in the SSAS 2005 KPI Browser any idea?

Regards,
Marco Groeneveld
www.gmsbv.nl




Reply With Quote
  #4  
Old   
ChrisHarrington
 
Posts: n/a

Default Re: KPI display in HTML - 02-20-2006 , 11:13 PM



see
http://www.activeinterface.com/b2005_11_22.html
for an example of a pure XMLA solution

Chris

"Marco" <olap (AT) gmsbv (DOT) nl> wrote

Quote:
Hi,

Is it possible to show KPIs from SSAS in HTML using XMLA and what is
the MDX code to show the KPIs ?

Is there any HTML Viewer available showing the new KPIs from SSAS ?

Best regards,
Marco Groeneveld




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.