Viewing 15 posts - 1 through 15 (of 19 total)
pietlinden,
Thanks for the suggestion on the Matrix report - this was just what I needed.
January 16, 2014 at 9:30 am
As a test, I ran my report in a window that does display the URL, everything on it. When I hover over the link, I can see it and...
April 5, 2013 at 10:21 am
That link works; thanks.
One related question. My SSRS report is in a window that doesn't have the URL displayed. So when I click on my link, nothing is...
April 5, 2013 at 9:38 am
Thanks MM,
I changed the code and nothing happened when I clicked on the link.
When I viewed the properties of the link, this is what I see:
void(%22window.open('http://system/forms/Summary.aspx?BudgetId=2849','_blank'))
When I remove the %22...
April 5, 2013 at 8:59 am
For those who this may help, I ended up creating a second version of the report. And then I passed the comma-delimited values to the second report and rendered...
April 4, 2013 at 3:49 pm
Another way to think of this is as such: I can pass the variables back to the report; I'm just unable to check the boxes of those variables. ...
March 20, 2013 at 3:57 pm
I believe this is because each page of the report is rendered as you go through them. If you hit the double arrow to take you to the last...
March 19, 2013 at 1:35 pm
Thanks so much everyone. Really appreciate the help and the fresh perspectives on my issue. I will not have leading zeros, but it's something good to think about...
March 27, 2012 at 12:15 pm
Unfortunately, I cannot change the datatype. But that gave me a thought of potentially warehousing the data in that table overnight, and then having that warehoused datatype being varchar(12)....
March 27, 2012 at 10:44 am
Sure, here is some dummy data and the query that would provide my expected results:
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#mytable1','U')...
March 27, 2012 at 10:25 am
Hi Wayne,
I wanted to pick your brain on this again, instead of creating a new post. Like I said, I am using your solution and it's working great. ...
April 27, 2011 at 1:37 pm
I figured out what the issue was. The place that we were getting the data from (another system), users were entering in carriage return/line feed combinations while they entered...
April 27, 2011 at 1:32 pm
Ron and Steve,
Thanks for all of your help. Things have been running perfectly for over two weeks now, when yesterday an issue popped up. The issue occured with...
April 15, 2011 at 9:09 am
steveb,
thanks for the thought; I'll add a column (auto incrementing), order by that, in which case that should solve my problem.
Thanks!
March 30, 2011 at 2:24 pm
This is what you are trying to duplicate:
group 3 footer ="Total Products sold by " & {employeename} & "is: " & count(products_sold),employeename")
you could do something like this:
="Total Products sold...
January 21, 2011 at 3:44 pm
Viewing 15 posts - 1 through 15 (of 19 total)