thelittleone
Programmer
Hi All,
I have the following result set and would like to Conditionally Format and then Group the data:
CategoryCode OriginalBudgetValue
18000 5000
18001 3250
18002 1450
18005 6200
Conditional Format - If CategoryCode BETWEEN 18000 and 18005 then 'consultant'. The Conditional text is Consultant (18). ***This portion works correctly***
CategoryCode OriginalBudgetValue
Consultant (18) 5000
Consultant (18) 3250
Consultant (18) 1450
Consultant (18) 6200
The report requirement is to display the data as follows:
Consultant (18) 15900 (the sum of OriginalBudgetValue)
Any help would be appreciated.
Thanks
I have the following result set and would like to Conditionally Format and then Group the data:
CategoryCode OriginalBudgetValue
18000 5000
18001 3250
18002 1450
18005 6200
Conditional Format - If CategoryCode BETWEEN 18000 and 18005 then 'consultant'. The Conditional text is Consultant (18). ***This portion works correctly***
CategoryCode OriginalBudgetValue
Consultant (18) 5000
Consultant (18) 3250
Consultant (18) 1450
Consultant (18) 6200
The report requirement is to display the data as follows:
Consultant (18) 15900 (the sum of OriginalBudgetValue)
Any help would be appreciated.
Thanks