Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • Hi, I have some questions about the olapgatagrid.
      Thread posted Aug 19 by soormabhopali
      287 Views, 3 Comments
      Title:
      Hi, I have some questions about the olapgatagrid.
      Content:

      Hi, I have some questions about the olapgatagrid.

      -IS there any way to add two values of Olap data by looping through data and display the total value as final total on the grid . This is kind of functionality we can achieve on XML Data is this possible for OLAP Data also .

      - Can we use result of OLAP Query for the Charting Component as the data provider

      RItesh

       

    Comments

    • With the Olap you could always use a "summary row" which will handle the summary however you want (including averages, and summations).

      You could then always use the dataprovider into any other component, such as charting.

      Good luck!

    • i think yoiu are taking about .. advanced data grid ... my question is diffrent ..

       -- i m not asking about dataprovider .. i m saying result of OLAP Query can be used as dataprovider or not ...

       thanks,

      rty

    • Sorry, I wasn't using the correct term. What I was meaning was that the olap query returns a olap result with "cellData". The cellData is what you can use as a dataProvider for your chart. You *may* have to do some augmentation on the cellData, but it should work right in.