junction123
MIS
Hi,
I am trying to create a report using the above for the first time.
I have the foll to show on the bar
AvgInquiryVol, AvgTradeVol for single client VS multiple clients.
On the Y-axis I need to show the range for the Volume in thousands.
On X-axis I need to show DateBreakout either Monthly, Quarterly or Yearly.
example 369,000 is average TradeVol and 999,000 is avg InquiryVol for Q109
230,000 is average TradeVol and 845,000 is avg InquiryVol for Q209
1,000,000
(999,000) (845,000)
500,000 (369,000) (230,000)
0 Q109 Q209
I inserted the chart and my backend data returned by SQL 2005 via a stored proc is fine.
How do I update the x-axis and y- axis to show text or parameetr passed? Is is same as draggin and dropping the parameter in the report? Also how do i update the Legend which shoes the key?
Thanks
I am trying to create a report using the above for the first time.
I have the foll to show on the bar
AvgInquiryVol, AvgTradeVol for single client VS multiple clients.
On the Y-axis I need to show the range for the Volume in thousands.
On X-axis I need to show DateBreakout either Monthly, Quarterly or Yearly.
example 369,000 is average TradeVol and 999,000 is avg InquiryVol for Q109
230,000 is average TradeVol and 845,000 is avg InquiryVol for Q209
1,000,000
(999,000) (845,000)
500,000 (369,000) (230,000)
0 Q109 Q209
I inserted the chart and my backend data returned by SQL 2005 via a stored proc is fine.
How do I update the x-axis and y- axis to show text or parameetr passed? Is is same as draggin and dropping the parameter in the report? Also how do i update the Legend which shoes the key?
Thanks