Preface: I'm using Web Intelligence strictly with a web interface. I understand from the SAP site that there is some kind of PC client available, but I don't have that.
Having said that, here is my issue:
I'm taking some reports that already existed on our system, and adding a bar graph and a couple of pie charts to it.
So far, so good. But the graphs stumble on top of each other when printing, and also don't scale with my table data properly.
So, I looked at the product help, and it indicated that I should use the relative position option to make these report elements play nice with each other.
I've got the following structure in my report:
Filter information (named - UserPrompt)
Detail table data (named - DataBlock)
Bar Graph (named - BarChartAcceptReject)
Pie Chart (named - ClaimChart)
Pie Chart (named - RejectChart)
What I need is to set the position of BarChartAcceptReject, relative to DataBlock. And further, to set ClaimChart and RejectChart, relative to BarChartAcceptReject.
Sounds easy enough. Problem is, when I attempt to set the relative position of BarChartAcceptReject, the option for "relative to" is greyed out and the only value listed is UserPrompt. It doesn't help me to set the relative position based on UserPrompt, so I'm kind of at a dead end.
Is there some place where you determine which chart objects are eligible to determine relative value against?
Anyone got a suggestion?
Edited by: Brandon Bee on Dec 7, 2009 6:16 PM