Hi Everyone,
I am trying to develop a report which has different groups. One of my group fields is "OTHER". I want this group to be the last grouping in the report. Is it possible to tell Crystal to print this group at the last?
You could either use specified order on the group (report->group expert->options->specified order) or you could add a space before the other groups as in:
if {table.field} in ["A","B","C"] then
" "+{table.field} else
"Others"
Of course this means the alignment of the groupnames wouldn't be perfect.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.