Hello All
One of the charts in my report prints flat looking. It prints the data how it is supposed to. Except the bar looks more like a line. The bars on my other bar charts touch at the sides. This one however has big spaces in between the bars.
I have two groups in my report. One is a formula called @InvestmentOrder. The formula orders my funds based on a field the way that I want them to be ordered. It looks kind of like this. If table.field = "Large Cap" then 1
else if table.field = "Mid Cap" then 2. The second group is a database field called FundID.
When I set up the chart in the data tab I used the Group layout. In the "On Change of" drop down box there is only one option and that option is @InvestmentOrder and Table.FundID. In the "Show" drop down box I select the sum of table.TransferAMT
Does anybody know why this might be causing this?
Thanks Jonathan
One of the charts in my report prints flat looking. It prints the data how it is supposed to. Except the bar looks more like a line. The bars on my other bar charts touch at the sides. This one however has big spaces in between the bars.
I have two groups in my report. One is a formula called @InvestmentOrder. The formula orders my funds based on a field the way that I want them to be ordered. It looks kind of like this. If table.field = "Large Cap" then 1
else if table.field = "Mid Cap" then 2. The second group is a database field called FundID.
When I set up the chart in the data tab I used the Group layout. In the "On Change of" drop down box there is only one option and that option is @InvestmentOrder and Table.FundID. In the "Show" drop down box I select the sum of table.TransferAMT
Does anybody know why this might be causing this?
Thanks Jonathan