BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


Uncategorized
The pow(a, b) function
Re: Missing constant definition
A simple template to display singular and plural counts
swapping two integer values without using temporary
Debugging script
Combinations of k out of n numbers
Permutations of the values of N nodes
What is BEEP (BXXP)?
Family Tree maker
Alternative Ordering - ""Women and Children to the lifeboats first""
Meta-Patterns: Design Patterns Explained
XML Helper functions in Visual Basic
nodeset of child templates using document()
Converting INI files to XML
Table with more than one column
Create an N-Column Table from XML node-set
Fullxml 2
Randomization of node-sets or node-lists
Sorting the results and use the Axis
Finding the Maximum Date


 
 

<< System.XMLWCF, WS, SOAP >>


By Yusuf Wiryonoputro
First Posted 06/08/2001
Times viewed 195

WebCube Report - Browser-based Multidimensional Data Reporting


This post contains attachments
v20010608061758.zip 

Summary Browser-based multidimensional data reporting - using IE5 & WebService Behaviour that implements Open XML for Analysis Specification 1.0

Current Features :

  • Drag & drop support to build MDX Query
  • Run MDX Query without refreshing the entire page
  • Dynamic multidimensional report generation
  • SOAP standard, based on XML Analysis Specification 1.0

Current Limitations :

  • Some variables are still hardcoded
  • ....

Project files :

  • Client.htm
  • webservice.htc (Microsoft's WebService Behaviour beta 2)
  • xamd.xsl  (taken from XML for Analysis SDK)
  • xmla.wsdl (taken from XML for Analysis SDK)

Requirements :

  • Server Side :
    SQL Server 2000 + Analysis Service
    XML for Analysis SDK
    MSXML 3.0
  • Client Side :
    IE5 or greater
    MSXML 3.0

Installation :

Copy all files into any virtual directory

Open these files & change the addresses below with your own :

    • Client.htm :
      var BaseURL = http://localhost/olap/ ;
    • xmla.wsdl :
      <soap:address location='http://localhost/xmla/msxisapi.dll' />

 

Additional information


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< System.XMLWCF, WS, SOAP >>





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML