Hi,
I have a field that I need to Sort on and it uses a condition to display a service name (Mani or Pedi), the condition spells out the name. I am getting an error when I run the report after putting the condition in the Sort Formula.
The error is ’ The database structure that was used for the design does not match the database structure at print time.’
The Sort Formula is : ’ Cond(Service = “Mani”, “Manicure”, Cond(Service = “Pedi”, “Pedicure”, Service)) ASC ’