Friday, October 28, 2011
Excel Data Sources for Webi and Xcelsius
Although using Excel as a data source is not ideal, sometimes there is no other option. In this post I’ll go through what I believe are the best options for getting data from an Excel spreadsheet into Webi and Xcelsius (and Universes and Crystal).
Monday, October 10, 2011
Excel Data Sources for Webi and Xcelsius
Read more »
Monday, September 26, 2011
Waterfall Charts in Webi
Although waterfall charts are not an option in Webi, with a little trickery it's possible to create something that looks and behaves as a waterfall chart should.
Read more »Thursday, September 22, 2011
Security on Components in Xcelsius
When you have a dashboard, usually any user that views the dashboard will see the same as any other user. You may be filtering your data based on row-level security in your data source, but what if you want some components to only be visible to some users?
In this post, I’ll explain how you can set up a dashboard that will allow certain users to adjust a target value used in a chart.
Read more »Monday, September 19, 2011
Dynamic Measures in Webi (on Any Data Source)
Imagine that you have database that contains a number of different measures, and the reporting requirements call for many identical reports where the only difference is the measure. For example, the one report layout may be required to show either Revenue, Gross Margin, Net Margin, Volume, Average Sale, etc.
Rather than duplicate the reports that are shown, you can let the user decide which measure to show, and design only one report. Previously I’d written a post showing how to do this using a derived table in the universe. This post shows you how to get the same results without a universe (for example if your source is BEx or MSAS or you simply don’t have access to edit your universe).
Read more »Thursday, August 18, 2011
LifeCycle Manager (LCM) Walkthrough
LifeCycle Manager is a tool that can be used to promote content from one BusinessObjects system to another. It offers some significant improvements over the Import Wizard, but there are still plenty of users that haven’t made the switch. The purpose of this post is to introduce you to a few of the features of the tool and give you an idea of what’s involved in setting it up.
Read more »Monday, July 11, 2011
Dynamic Measures in Webi (Using a Derived Table)
Rather than duplicate the reports that are shown, you can prompt the user to show a particular measure, and design only one report. Here’s how…
Read more »
Tuesday, May 17, 2011
Sorting a List of Values Non-Alphanumerically
Read more »
Sunday, May 15, 2011
Cascading Prompts
Read more »
Wednesday, April 27, 2011
Saving Scenarios in Xcelsius
The most common scenarios that I've seen for this are:
- I want to be able to update my KPI variables occasionally, but don't have them stored in a data-source.
- I want to be able to have a comment shown on the dashboard that I can update occasionally.
- I want to perform what-if analysis, and save the scenarios for later analysis.
- I want to perform what-if analysis, and share this with other users.
Thursday, April 21, 2011
Moving Average in Webi
=(RunningSum([Revenue]) - RunningSum(Previous([Revenue]; 5))) / 5
Read more »
Saturday, April 16, 2011
BI4.0 Information Design Tool
When I first sat down to get acquainted, it felt like the process had become overly complex, to the point that I considered just sticking with the old tool. But I'm glad I didn't.
So what follows is the creation of a universe in the least number of steps possible. I suggest going through all of the steps without worrying too much about the various options. You will then have something up and running with which to explore all the new features.
Read more »
Thursday, April 14, 2011
Live Office vs. QaaWS vs. BI Services
First up, an overview of each:
- Live Office. Live Office is a Business Objects tool that is installed as an add-on to Microsoft Office Excel. This allows you to connect the Excel spreadsheet within your dashboard to a Webi or Crystal report, which in turn connects to your data source.
- Query as a Web Service. QaaWS is a Business Objects client tool that creates a web service, based on a query, that connects directly to a universe.
- BI Services. BI Services is the (relatively) new kid on the block. It creates a web service from a report block in a Webi report, which in turn connects to your data source.
Read more »
Tuesday, April 12, 2011
Webi as a Dashboard
This is a dashboard. In Webi.
I can hover over a chart to see more details:
Read more »
Wednesday, April 6, 2011
Xcelsius Interactivity: Chart Drill-Down
I will have one chart showing revenue by country, and another showing revenue by sales category; clicking one chart will apply a filter to the other, and vice versa.
You can download the finished dashboard here, and get the xlf file here.
Read more »
Thursday, March 17, 2011
Sorting Months in Webi
If you’re here reading this, you may have one of these problems:
- My drop-down list of months doesn’t sort properly.
- My report block doesn’t sort properly.
- My chart doesn’t sort properly.
Read more »
Tuesday, March 15, 2011
Drill-down in Xcelsius using BI Services and Webi
So, why not just use Query as a Web Service? Good question. If QaaWS service suits your needs, then use QaaWS, but in my opinion there a two big benefits to using BI Services over QaaWS:
- You can apply logic and aggregation to transform your raw data into a more usable data set, better matched for the intended use in your dashboard.
- You can schedule the Webi report, so that when you open your dashboard, data is being fetched from the Webi cube, not directly from your data source, providing faster load times.
Read more »
Saturday, March 12, 2011
BI4.0 Xcelsius Queries - Interactive Components
Read more »
Tuesday, March 8, 2011
Configuring BI4.0 Connection: Advanced Analysis to Microsoft Analysis Services 2008R2
These steps assume that everything is on the one machine, but of course this is not necessary (and the joy of using IIS/xmla to connect from client to data source).
Read more »
Saturday, March 5, 2011
BI4.0 Xcelsius Queries
Read more »