Viewing 15 posts - 2,851 through 2,865 (of 3,489 total)
I think I have it...
does this look right?
The next trick is going to be figuring out how to save this so it's compatible with SSRS 2008, since I did...
September 28, 2014 at 6:12 pm
I'm working on it... it's giving me fits getting it exactly right... (Seems it should be easy, but maybe it's not as easy as it looks...) more when I think...
September 27, 2014 at 10:38 pm
a hyperlink goes nowhere unless you tell it an address (or in this case some records to jump to).
September 25, 2014 at 4:33 pm
What does the signature of your stored procedure look like? (what parameters does it expect and what types are they?) What are you doing with the parameters so...
September 25, 2014 at 4:01 pm
If you're trying to go to a specific order number, then yes.
September 25, 2014 at 3:59 pm
you have to add a parameter to the report you're opening (a hidden one is fine). And then in the calling report, you have to specify that parameter to...
September 25, 2014 at 2:54 pm
Is this a one time thing? Does the destination database and the tables already exist in the destination? SSIS could do it. Not enough details to know...
September 25, 2014 at 9:41 am
"but that didn't work because the selected DateGroup column needs to show even if there is no data for it."
If you outer join the DateGroup columns to the other data,...
September 25, 2014 at 8:47 am
Not entirely sure where your columns start and stop...
Could you provide a CREATE TABLE script and some INSERT scripts to populate your table?
Or something like this? It's just hard...
September 25, 2014 at 2:16 am
What kind of value are you trying to pass to the main report? A total of some kind?
September 25, 2014 at 12:44 am
could you post some sample data? Maybe a create table and insert scripts so we can see what you're doing? it looks like you can use a Matrix to...
September 24, 2014 at 11:01 pm
You would have to open a parameterized report and pass that parameter value, right?
September 24, 2014 at 5:53 pm
Are the queries already in SQL Server (as views or stored procedures), or are they completely ad hoc and being written by the people using Excel? One way might...
September 24, 2014 at 5:52 pm
Funny, I would have thought the SSIS solution would be perfect. It even has the Excel destination that you could configure... Execute a stored procedure? Nothing doing. ...
September 24, 2014 at 4:51 pm
I need a query to fill in the data for each Calendar_Month. This should look at the actindx column and Calendar_Month column if there is no data for a specific...
September 24, 2014 at 4:39 pm
Viewing 15 posts - 2,851 through 2,865 (of 3,489 total)