Hi,
I have a report that I am attempting to take the output of one field and manipulate the result of that field. How do it accomplish this? For example: I have a field called ServiceUnits. It is a numerical field. In the report, instead of it reporting out the contents of the ServiceUnit field for each record, I want it to take the contents and multiply it by .25 and print that instead for each record. So I have my ServiceUnits field displayed on the report. I went into my text box and edited it so it would look like this: =([ServiceUnits]*.25). Now what is wrong with this syntax? I have tried it as many different ways as I can think of and each time the report prints it prints #Error.
Thanks for your time,
David
I have a report that I am attempting to take the output of one field and manipulate the result of that field. How do it accomplish this? For example: I have a field called ServiceUnits. It is a numerical field. In the report, instead of it reporting out the contents of the ServiceUnit field for each record, I want it to take the contents and multiply it by .25 and print that instead for each record. So I have my ServiceUnits field displayed on the report. I went into my text box and edited it so it would look like this: =([ServiceUnits]*.25). Now what is wrong with this syntax? I have tried it as many different ways as I can think of and each time the report prints it prints #Error.
Thanks for your time,
David