dtodd, this is not an option unfortunately. We are currently migrating fro CR to SSRS.
The reports are a part of a large web application
Main Topics
Browse All TopicsHi,
I have a sql report that runs on a SQL 2005 reporting server. The business requirement is that the excel formulas be downloaded when the user downloads the report in excel format. It is ok for the users to see the formula and I do not mind writing an ad-hoc report only for excel downloads. I got around the first hurdle by reading this post -
http://www.experts-exchang
The problem that I am having is writing a formula using an aggregate function that sums up all the values in a column (the last row in the report should be Totals of its corresponding columns).
So if there are 10 rows, column 1 of Row 11 should be = sum(c1:c10)
All help is appreciated
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Sorry, don't know. The crystal to excel exports I've seen tend to be values rather than formula.
If the intent is for something in excel that your users can then use and manipulate, I'd start with Excel rather than starting with crystal or other reporting solution.
That is, how to get hte data into excel - create a form and put some VBA code in a module that takes some input from the form and returns the result set as a workbook in excel, or use Microsoft Query.
As you indicated, these suggestions might not fly, but dollars to donuts you will be able to craft a nicer and possibly more user friendly solution than by using a reporting tool.
Cheers
David
I guess this cannot be done -
http://www.themssforum.com
Hi,
"I guess this cannot be done - ..."
Looks that way.
I guess there are really two options - 1) go without the formulars 2) use an excel solution or DTS solution with the formulars.
It depends on how badly your users want those formulars, vs how eagerly or not they will embrace a new delivery mechanism.
On one of the simpler ones, why don't you impliment a couple of variations and demo the variations explaining the advantages and disadvantages and let your users decide. The object is to show what is achievable and what isn't, and at least in this case eliminate the impossible demands.
HTH
David
David,
Thanks for your inputs. The problem is that the application is already in use and the users have access to reports using excel formulas that have been built using a datagrid and by changing the respone mime type to excel.
This effort is to convert all of the reports to one reporting standard using SSRS.
Thanks,
AJ
Hi atarafder,
I'm pretty sure there is no way to do this.
It used to be possible in the earlier version but was buggy. Unfortunately when I raised the bug with MS, they just turned the feature off and I don't think they have ever put it back in.
Formulae against ReportItems objects with objects in the same section (i.e. same row) will work, but not when totalling down a column.
Sorry!
Chris
Business Accounts
Answer for Membership
by: dtoddPosted on 2008-01-25 at 13:36:30ID: 20746566
Hi,
Just another thought, Can you use a SSIS job to email the the spreadsheet. That way you can write the data into an existing workbook, with the data on a back sheet, and the summary and formula and all that on the front sheet.
Cheers
David