I need help in two things:
1. How can I sum the results of two or more fields in a query. I tried creating a variable like this: total: [field1] + [field2] + [field3] but i just get the concatenation of the three fields values.
2.In a report, include the page number by group, so it resets when a new group starts.
1. How can I sum the results of two or more fields in a query. I tried creating a variable like this: total: [field1] + [field2] + [field3] but i just get the concatenation of the three fields values.
2.In a report, include the page number by group, so it resets when a new group starts.
Comment