Viewing 15 posts - 5,461 through 5,475 (of 9,643 total)
Steve Jones - Editor (4/6/2009)
April 6, 2009 at 10:43 am
I think you just need to do concatenation to get the value. Something like this:
="java_script:void(window.open('http://servername/ReportServer?/FolderName/ReportName&;tkId=" & Fields!tkinit.Value & "&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false', 'popup','width=800,height=600,location=no,toolbar=no,resizable=1'))"
I didn't put it in a code block because I...
April 6, 2009 at 10:37 am
Bob Hovious (4/6/2009)
April 6, 2009 at 10:32 am
Chris Morris (4/6/2009)
Good Lord, sorry Jack, what was I thinking :blush: time for more coffee!
No worries. I was just a little surprised you said that, and knew something must...
April 6, 2009 at 10:11 am
Chris Morris (4/6/2009)
Jack Corbett (4/6/2009)
April 6, 2009 at 9:24 am
webrunner (4/6/2009)
April 6, 2009 at 9:15 am
I agree that manners are important.
Yes, I am guilty of often not providing an answer, but asking for more information, many times pointing to links in my signature line (Jeff's...
April 6, 2009 at 9:11 am
GSquared (4/6/2009)
Jack Corbett (4/6/2009)
April 6, 2009 at 8:48 am
One problem with your first query is that it includes the columns you want the MAX for in the GROUP BY so you get all the rows. I think...
April 6, 2009 at 8:46 am
Is your dataset actually returning a row for each GL Account with a NULL in the amount\balance column or are you not returning anything for GL accounts with no amount\balance?
April 6, 2009 at 8:38 am
I agree with the facts that it could be a legit business requirement and that using a table to store the times would be the way to go.
Some...
April 6, 2009 at 8:35 am
Really nice solution Matt.
I think that this is one of the shortcomings of SSRS, that fact that you can't, to my knowledge, use target="" in the Jump to...
April 6, 2009 at 8:24 am
Jeff Moden (4/4/2009)
I believe the question actually asks "how would you write a trigger that executed another stored procedure but only at certain times...
April 6, 2009 at 8:16 am
Can you post the exact error?
April 6, 2009 at 8:13 am
Viewing 15 posts - 5,461 through 5,475 (of 9,643 total)