Jun 24, 2003 #1 ajp18 Programmer Jun 13, 2003 57 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 Aug 23, 2001 2,724 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