In Crystal Reports I am trying to use a shared variables in a group name formula.
When I include whileprintingrecords; I get error "The formula cannot be evaluated at the time specified"
When I remove whileprintingrecords; I get a "A 'shared' variable can only be used while printing records".
Is there a way to use shared variables in a group name formula in Crystal Report?
WhilePrintingRecords
? Why are you using aShared
variable? Do you have a sub-report? – craig