Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

sorting by a variable

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

  • 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.