BusinessObjects Board

New to Xcelsius

Hi All,

I am new to Xcelsius.

I have a requirement, where i need to show some graphs and top 10 chart for last 12 months.

My one DB Table is pity huge, one month’s Raw data may be more that 10,00,000 Joining the second DB Tableto get the name of the clients.

I need -

Client Name, Month Name,Count (if Transaction=“A”), Count( If Transactions=“B”)

i have gone through several posts and got to know that we can do this by webi or crystal reports , or through Universe Query.

Not sure, how to start it.

Please assist me to design this dashboard.

Many Thanks,
Saurabh


Saurabh Upadhyay :india: (BOB member since 2012-09-25)

The best way to start is by building a WebI report that gives you what you are looking for. Make sure you can build a solid query that has decent performance and returns exactly the data you need.

Then you need to figure out the best way to get that data into the dashboard. There are three main methods:

You can build a QaaWS (Query as a Web Service) in BO using the SQL from your WebI report. This has the advantages of fewer moving parts, and generally superior performance (though not by a wide margin). It has the disadvantages of being very non-obvious in how to set it up and maintain it. You will want to find the documentation on the SAP site, read it two or three times, then come back and ask questions.

You can build a LiveOffice connection to the WebI report. This is generally the simplest to set up. However, it has the most moving parts, and can easily end up failing with no clear error message.

You can publish a block from a WebI report as a web service, and build a connection on that. This is the method that I personally recommend. It strikes the balance between the QaaWS and LiveOffice methods. It is by no means perfect, but it has the fewest drawbacks.

One of the pieces to the puzzle that is extremely non-obvious is that the only way to publish a block is from within WebI Rich Client. That is also the tool you use to manage the web services.

Hopefully that is enough to get you started.


Lugh (BOB member since 2009-07-16)

Hi Lugh,

Thanks.

I have created three webi reports, Passing prompts from Xcelsius to webi reports to get the data in spreadsheet.
However, it looks i am having trouble in binding the cell for prompts in xcelsius through Live office Connections.

Getting error “Failed to fetch data provider data. (LO 26306)”.
Trying to resolve it.

Will appreciate any help in this. :slight_smile:

Regards,
Saurabh


Saurabh Upadhyay :india: (BOB member since 2012-09-25)

Why don’t you try this method, it should give you less trouble than clunky Live Office :).


Mak 1 :uk: (BOB member since 2005-01-06)