Jul 31 2007

Alerters On Charts Part II

Categories: Report Techniques,Variables!,Web Intelligence Dave Rathbun @ 1:16 pm

The Challenge

In a previous post I showed a way to create the illusion of an alerter on a chart using the full client product. In this post I will reuse the same technique with a slight twist so that it works in Web Intelligence as well. If you have not already read Part I please do so first so you will be familiar with the basic steps for this technique.

Here is a summary of the steps that I used to solve this in Business Objects:

  • Create two versions of the chart: one green and one red
  • Create a variable that shows the trend of the data
  • Use the Hide Block feature of Business Objects to keep one of the charts from being displayed
  • Position both charts in exactly the same space, providing the illusion that the chart is changing colors based on the data

This is all fine… but Web Intelligence does not have the “hide block” feature. So how do I solve this issue?

Continue reading “Alerters On Charts Part II”


Jul 29 2007

Orlando, Here I Come

Categories: Conferences Dave Rathbun @ 5:08 pm

2007 Business Objects Insight Conference

Yesterday I got acceptance notices for two of my abstracts for the Business Objects conference in Orlando. If anyone is counting (I am 😉 ) this will be the twelfth conference in a row that I have been privileged to present. This year I will be presenting one topic on Designer (more details later) and another called “Return of the Variables” which I hope will be fun.

Edited August 30
The “variables” presentation has been dropped, and instead I will be doing a two-part presentation on Designer.


Jul 22 2007

Alerters on Charts: Part I

Categories: Full Client,Report Techniques,Variables! Dave Rathbun @ 12:28 pm

The Challenge

Officially there is no way to put an alerter on a chart. Yet some time back I was challenged by a client to create a line chart that was green if the overall trend was up, and red if the overall trend was down. This chart appeared in a sectioned report so there was a different chart for each section value. Possible? It turns out that there was an answer that works. With minor changes it works in both the desktop and the web products as well.

The eFashion database and universe are used in this demonstration.

Continue reading “Alerters on Charts: Part I”


Jul 10 2007

Variables and More Variables

Categories: Variables! Dave Rathbun @ 11:44 pm

If you have been to the Integra Solutions web site and looked at their presentations page, or if you have been to one of the many Business Objects conferences that I have presented at over the years, you may have seen one of my “Variables” presentations. The very first one was in 1997 at the conference in New Orleans. And believe it or not, it was the presentation that almost wasn’t. 🙂

Continue reading “Variables and More Variables”


Jul 06 2007

How many values were picked from a list?

Categories: Report Techniques,Variables! Dave Rathbun @ 1:06 pm

The Challenge

It is not uncommon for a report writer to want to know how many items were selected from a prompt. The challenge is that there really isn’t a way to do that, at least not one that is available as a function. So this article will show an interesting way to solve that challenge. It is not my original idea; it came from a post on BOB. At the moment I cannot find the post in order to give credit to the original author.

In a nutshell what is required is as follows:

  • Capture the user’s response to the prompt
  • Count the number of semi-colon characters found in that string

Continue reading “How many values were picked from a list?”