Chart Sum can't show

edited 5:06PM in FastReport 3.0
hi everyone:
I want to use chartobject show sum data,but It can't show anything.
I write the SQL in SQLserver2000's pub database:
Select
sales.stor_id,
sales.ord_num,
sales.ord_date,
sales.qty,
sales.payterms,
sales.title_id
FROM sales

now, x value is set MasterDS."stor_id", Y value is set
SUM(<MasterDS."qty">,MasterData1)
I know if use "group by" can impl,but I hope show all data,how to resolve?

Comments

  • ShivanShivan Germany
    edited 5:06PM
    Did you find a solution to use grouped data in the chart without pre-grouping via sql?
    I've got the same problem..

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.