Jun 24, 2003 #1 ajp18 Programmer Joined Jun 13, 2003 Messages 57 Location US I have tried to group on formula but the formula name does not appear in the aval. list. what could be done regaring this. Thanks
I have tried to group on formula but the formula name does not appear in the aval. list. what could be done regaring this. Thanks
Jun 24, 2003 #2 Ngolem Programmer Joined Aug 23, 2001 Messages 2,724 Location CA you either have a summary function in the formula or you have "WhilePrintingRecords" in the formula If it is the latter...remove the "WhilePrintingRecords" otherwise you will have to rethink the problem. If the summary function is being used to rank the totals for example then you can use TopN to do this for you Jim Broadbent Upvote 0 Downvote
you either have a summary function in the formula or you have "WhilePrintingRecords" in the formula If it is the latter...remove the "WhilePrintingRecords" otherwise you will have to rethink the problem. If the summary function is being used to rank the totals for example then you can use TopN to do this for you Jim Broadbent