I have a report based on a crosstab query that outputs something like this:
Field1 Field2 Field3
34 22 15
Now for some of my fields I need to multiply the result by a constant, and the constant differs from field to field. So if I want to multiply Field1 by, say 1.5, how do I do it within my report? I tried using the ExpressionBuilder but it didn't seem to do anything, and I'm not familiar with writing code within a report...don't know what the objects are. Any help greatly appreciated.
Field1 Field2 Field3
34 22 15
Now for some of my fields I need to multiply the result by a constant, and the constant differs from field to field. So if I want to multiply Field1 by, say 1.5, how do I do it within my report? I tried using the ExpressionBuilder but it didn't seem to do anything, and I'm not familiar with writing code within a report...don't know what the objects are. Any help greatly appreciated.