Jump to content
Software FX Community

ehuynh

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ehuynh

  1. Thanks Carlos, Would you be able to provide me with some sample code? As well, will this maintain the raw data information? Cheers
  2. I was wondering if there is a way to display the percentage instead of frequency on the Y-Axis on the Histogram chart? Thanks.
  3. So I figured out how to use the OLAP wizard. My problem now is there a way of exposing the wizard in an application. i.e. Let the user chose the dimenions and measure at run time instead of writing a MDX query. Please and Thank you
  4. I am new to the ChartFx OLAP and i'm trying to build an OLAP viewer where user can connect to the cube then select which dimensions and measures they wish to view. I looked at the quickstart guide which gave me the code below. However, I'm not sure how to set up the datasource (ds) to work. Any help would be appreciated. connStr = "Provider=msolap; Data Source=**YourServerName**;Initial Catalog=FoodMart 2000;" ds = "SELECT {[store].[store Country].[uSA].Children} ON COLUMNS,{CROSSJOIN(Descendants([Gender]), Descendants([Time].[1997]))} ON ROWS From [sales]" ADOMD1.Connect(connStr, ds) Olap1.DataSource = ADOMD1 Chart1.Extensions.Add(Olap1) Olap1.Refresh()
×
×
  • Create New...