sort summary values

okioki
edited 8:45AM in FastReport 4.0
Hi,

I use apllication(Pantheon).

I have report with artikles.
Report look similar to the following example:

MasterData: Detail

Artical Quantity Price Value

Artical_1 2 4 8 [(<qReportIzpis."Value">)]
Artical_1 3 4 12 [(<qReportIzpis."Value">)]
Artical_1 1 4 4 [(<qReportIzpis."Value">)]

GroupFooter sum(24) [SUM(<qReportIzpis."Value">)]

Artical_2 1 5 5 [(<qReportIzpis."Value">)]
Artical_2 2 5 10 [(<qReportIzpis."Value">)]

GroupFooter sum(15) [SUM(<qReportIzpis."Value">)]

Artical_3 1 3 3 [(<qReportIzpis."Value">)]
Artical_3 10 3 30 [(<qReportIzpis."Value">)]

GroupFooter sum(33) [SUM(<qReportIzpis."Value">)]


I need sort artikles by sum(value)...for example
33
24
15

How can I do that???



Comments

  • gpigpi
    edited 8:45AM
    You can't to sort groups in FR. You should sort groups in your dataset before preparing of report

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.