system
August 30, 2004, 1:14pm
1
I have BO 6.1a
I have a Customer Report. The users first choose the Client Type. I have Type 1, 2 and 3. Then If the users choose the Type 1 I have to put the background table in color red and the foreground color grey , If the users choose the Type 2 I have to put the table green/grey and If the users choose the Type 3 I have to put the table blue/grey.
How can I do it???
mg (BOB member since 2004-01-07)
system
August 30, 2004, 1:48pm
2
Define a variable in such a way that its value should be based on “Type” of the report.
If you are ok with publishing a Full Client report in WebI then,
Create an alerter for complete row based on this variable. This post might help in creating row alerters.
Hi team,
I have got a real challenge with an alerter in my report. My crosstab looks like this:
Horizontal:
Vertical:
Body:
The display level of each row determines how the entire row should be displayed (for example with different shading). Every month of the year is shown, even if no data is present for that particular month, and no fields are returned.
How can I make sure the alerter is applied on the empty fields as well? Now only the shadings are changed for the cells where a va…
Otherwise, In webi, you will have to use a html hack to accomplish this. Here is a discussion :-
Hello,
Not sure if this will be of use to anyone, but it had me stumped for a while so I thought I would post my results in case anyone else was trying to do something similar.
As we know Webi does not contain alerters, I have a client who still needed the functionality, so here’s what I came up with.
The only drawback, and it is a significant one, is that when viewed as a PDF, the HTML string displays. There is a case logged for this issue, it is # 302450860.
We are running v6.1a with a SQ…
HTH
shamit (BOB member since 2004-07-01)