Viewing 15 posts - 331 through 345 (of 399 total)
Once they have run the report, click the Export and Choose Excel, it is just that - an Excel document with full functionality.
Greg, 'once they have run the report' where?...
--Quote me
May 10, 2012 at 6:18 pm
I have edited the attachment and reuploaded.
Thank you for helping me through this. I was never clear on the free text area, tho in my mind I...
--Quote me
May 10, 2012 at 2:48 pm
True. I didn't mention it.
OK. so that is the crux of why I don't believe SSRS is the solution.
I believe the solution is either Add-In (application specific) or...
--Quote me
May 10, 2012 at 2:44 pm
If you insist on not using something like this, I would eliminate Word and just use Excel.
But then what triggers it to run? Maybe a form on Auto_Open to fill...
--Quote me
May 10, 2012 at 2:36 pm
I need the query generated in response to the parameters and delivered back to the UI (in this case Word) that the end user is using. That end user...
--Quote me
May 10, 2012 at 2:05 pm
Please elaborate Lynn. Can you give me a step by step?
Someone opens a Word template and enters two parameters....where does Reporting Services come into play?
In earlier post I am...
--Quote me
May 10, 2012 at 2:03 pm
this needs to be in an application that an end user interacts with regularly and that can easily be shared with others using email. WAnt to make a...
--Quote me
May 10, 2012 at 1:58 pm
Hi Lynn! Now it's there.
--Quote me
May 10, 2012 at 12:25 pm
So, did BIGC2269 get what he needed? BIGC2269, what was the issue?
I found this worked.
DECLARE @openorder INT
SET @openorder = 2
DECLARE @Table TABLE (openorder INT)
INSERT INTO @Table (openorder)
SELECT...
--Quote me
May 9, 2012 at 10:03 am
Yes, I did think of SSIS solution however I ended up converting the Excel spreadsheet into a .csv file and using Microsoft Query to import it as a table. I...
--Quote me
May 7, 2012 at 11:54 am
The solution has been to convert the excel file into a .csv file and import data into Excel with Microsoft Query. Moreoever, since I am using powerpivot, I can...
--Quote me
May 7, 2012 at 12:20 am
In the final analysis I cannot (due to permission restrictions) create a new table in SQL Server and I can't store the excel datasource on the same server as the...
--Quote me
May 6, 2012 at 4:17 pm
additionally, this will not work because the excel file that needs to be queried is not on the same server as the instance of SQL Server that needs to query...
--Quote me
May 6, 2012 at 3:49 pm
I am following directions at this link:
http://msdn.microsoft.com/en-us/library/aa560998(v=bts.10).aspx
per instructions: "In SQL Server Management Studio, double-click Server Objects, right-click Linked Servers, and then click New Linked Server."
Is this ""Server Objects" that I...
--Quote me
May 5, 2012 at 5:15 am
Jeff, I never thought to look up some German date words and try that STUFF line. Thanks for the idea. :pinch:
I did try the CONVERT (as I said)...
--Quote me
May 4, 2012 at 8:37 pm
Viewing 15 posts - 331 through 345 (of 399 total)