Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
sorting by a variable
rbuser
May 2006
edited May 2006
in
General
Hi,
I have an OnCalc calculated variable
begin
Value := (Variable3.value)/(Variable1.value)
end;
How do I sort it descending?
Thanks
Red
Comments
nicocizik
May 2006
edited May 2006
Hi Red,
ReportBuilder does not have the ability to sort based on its own
calculations. All sorting inside the detail band must be done in the
dataset. I would suggest making this calculation inside your query and
sorting on that calculated field.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
ReportBuilder does not have the ability to sort based on its own
calculations. All sorting inside the detail band must be done in the
dataset. I would suggest making this calculation inside your query and
sorting on that calculated field.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com