I'm using version CR9 with Access 2000 and VB6. I need to export a report that contains formulas to excel and have the formulas show up in excel. The excel document also needs to be formatted so I'm using the option of MS Excel 97-2000 instead of data only.
For example:
The report contains the following fields:
Field: TotalWages = Wages + Tips + Bonus
Field: MedicareTax = MedicareTax
Field: TotalIncome = Total Wages - MedicareTax
After exporting to excel all fields including TotalIncome are just the values and not a formula.
Is this possible?
I read the Business Objects knowledge base article c2011861 - Exporting summary fields as Excel worksheet functions
The article states that formula field formulas cannot be exported but database summary fields can. Are they talking about a summary field in an Access Query? I haven't been able to find an example.
Thanks for the help.
For example:
The report contains the following fields:
Field: TotalWages = Wages + Tips + Bonus
Field: MedicareTax = MedicareTax
Field: TotalIncome = Total Wages - MedicareTax
After exporting to excel all fields including TotalIncome are just the values and not a formula.
Is this possible?
I read the Business Objects knowledge base article c2011861 - Exporting summary fields as Excel worksheet functions
The article states that formula field formulas cannot be exported but database summary fields can. Are they talking about a summary field in an Access Query? I haven't been able to find an example.
Thanks for the help.