Razor1973
Programmer
- Jul 6, 2006
- 16
Subject is self-explanatory, but I will provide more details.
I have created a set of reports and my client now wants to see all figures in thousands. Dividing the amounts at the data source is not an option, before this is suggested. Long story.
I have had no choice but to create ONE FORMULA PER NUMBER on my report and divide by 1000. Actually, I created a function called {@Scale} that only returns 1000 and I am dividing by that function instead, just in case they change their minds. I could always go change the value of my {@Scale} formula.
This is an extremelly tedious job, to say the least. I have created 80+ formulas in one of my reports and I still have many more reports to go. Obviously, this increases the margin for errors.
Can you recommend an alternate solution to this problem?
TIA!
I have created a set of reports and my client now wants to see all figures in thousands. Dividing the amounts at the data source is not an option, before this is suggested. Long story.
I have had no choice but to create ONE FORMULA PER NUMBER on my report and divide by 1000. Actually, I created a function called {@Scale} that only returns 1000 and I am dividing by that function instead, just in case they change their minds. I could always go change the value of my {@Scale} formula.
This is an extremelly tedious job, to say the least. I have created 80+ formulas in one of my reports and I still have many more reports to go. Obviously, this increases the margin for errors.
Can you recommend an alternate solution to this problem?
TIA!