Crystal 11, MS SQL database, ODBC connection
I need to order the columns in my crosstab in non-alphabetic order. The column names are hardcoded in a formula based on certain conditions. I read thread767-880706 but I'm not sure if that will help me because I think that person was using field contents as a name rather than hardcoding in a formula. (my column header formula reads like this: if @condition = True then 'Charges')
I could put a 1, 2, or 3 in front of the name but that doesn't look very nice.
I'm not sure I understand what I found in the "Use a Formula as Group Sort Order" button below:
// This conditional formatting formula must return one of the following Group Sort Order Constants:
//
// crAscendingOrder
// crDescendingOrder
// crOriginalOrder
I tried entering crOriginalOrder in the Search box of Help but it didn't find any items.
Thanks in advance for your help.
I need to order the columns in my crosstab in non-alphabetic order. The column names are hardcoded in a formula based on certain conditions. I read thread767-880706 but I'm not sure if that will help me because I think that person was using field contents as a name rather than hardcoding in a formula. (my column header formula reads like this: if @condition = True then 'Charges')
I could put a 1, 2, or 3 in front of the name but that doesn't look very nice.
I'm not sure I understand what I found in the "Use a Formula as Group Sort Order" button below:
// This conditional formatting formula must return one of the following Group Sort Order Constants:
//
// crAscendingOrder
// crDescendingOrder
// crOriginalOrder
I tried entering crOriginalOrder in the Search box of Help but it didn't find any items.
Thanks in advance for your help.