At 11:52 AM 5/24/2010, TOM HART wrote:
I have a report that generates a view that is grouped by one column, but I want sort by a different column. I have tried: print report order by the column and print report arrange by column, but it still only prints in the original group by. I know the answer is easy but it is Monday.
Tom, What results do you get when defining a 1st break [Break0] based on that specific column. Then: PRINT reportname + OPTION SCREEN|WINDOW_STATE MAXIMIZED + |ZOOM_TYPE PERCENTAGE|ZOOMPERCENT 90 + |PREVIEW_CAPTION Running R:BASE Your Way! RETURN Hope that helps! Very Best R:egards, Razzak.

