How can we add Line, bar, pie, and other charts in the SQR reports?

Showing Answers 1 - 3 of 3 Answers

If u want to add char in sqr, you make use of declare-chart(in setup section) and Print chart(in program or procedure sections) commands.In those commands you can specify which type of chart you want(pie,bar,line,stack,.........)

If you want to add more than one chart in your SQR first you should declare them in the setup section and use the declared charts in the other sections by using Print-chart command.

I f u want to add only one chart then you just specify print-chart and the options(like cart type,legend,legend-position,............) in it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions