I have a reprot created on CR 8.5 using oracle 9i and also i have grouped my record .I created a formula to sort my report on ascending order and i do not see any sorting eventhough i used my formula to sort my records.my question is this happening because i have group on my report or is there any other mystery that i did not figure out yet.please help
Here is the formula i used for sorting:
if {PLANHOLD.VENDOR} startswith ['Dis', 'IN DIS', 'MTRO'] then '1' else
if numerictext ({PLANHOLD.VENDOR}[1]) then '2' else
'0'
and This is wher i used my grouping to get the recent date for the datepur field
{PLANHOLD.DATEPUR}=maximum({PLANHOLD.DATEPUR},{VENDOR.VENDOR})
hope i provided enough info.
thank you for the help
Here is the formula i used for sorting:
if {PLANHOLD.VENDOR} startswith ['Dis', 'IN DIS', 'MTRO'] then '1' else
if numerictext ({PLANHOLD.VENDOR}[1]) then '2' else
'0'
and This is wher i used my grouping to get the recent date for the datepur field
{PLANHOLD.DATEPUR}=maximum({PLANHOLD.DATEPUR},{VENDOR.VENDOR})
hope i provided enough info.
thank you for the help