Viewing 14 posts - 1 through 14 (of 14 total)
When I upgraded the project from 2005 it defaulted this value to 2008.
After a while of fiddling with it and not getting it to work I tried changing...
January 16, 2014 at 9:03 am
I've tried in both IE and Chrome... both have the same problem. I tested last night using SQL Server Express Edition Adv 2012 and it works fine.. it appears...
January 16, 2014 at 8:26 am
Thank you so very much for that information.. That is great news.
September 11, 2012 at 2:43 pm
Tom,
Are you working on 2005, or in 2008?
David
April 11, 2012 at 10:15 am
Koen Verbeeck (4/10/2012)
It surely works in 2008.What is your expression?
=First(Fields!GROUP9_BORDER_LEFT.Value, "ROW_FORMAT")
Its the same basic expression that I use to set the Font, Font Color, Format, Background Color, etc... and they...
April 11, 2012 at 9:51 am
I agree Andy.
I use this method all the time...
I have lots of reports/queries like this, and its the only way I could find to make it work......
April 10, 2012 at 9:58 pm
Yes, the textboxes in the Expression are part of the report...
They are nested groups... if GROUP9 isn't being used I want it to remain Hidden, and use a textbox from...
April 5, 2012 at 12:42 pm
I worked in Crystal 8.5, I can't speak for newer versions... and I work in SSRS 2005, and 2008/2008R2. I live SSRS reports better than Crystal. I like...
February 11, 2012 at 10:08 am
Thanks for all the help everyone...
After a few hours now of step by step tests... I found the problem...
I was not aware that the scope of the "set rowcount" statement...
January 3, 2012 at 9:26 am
The calling program is in a loop - WAITFOR cycle. When it finds a records in the JobQ with a execute time <= getdate() then it does a set...
January 3, 2012 at 8:05 am
That looks like a great article, not exactly what I asked for, but it looks like it may be even better.
Thanks...
November 25, 2011 at 9:17 pm
Here is a more detailed explaination of what I am doing...
I am using Excel as a modeling tools for a report writer. The actual business logic and data are...
November 22, 2011 at 3:27 pm
I agree if we could do set-based updates it would be better. However, as long as its still in an Excel file that's not an option.
If I can get...
November 22, 2011 at 2:06 pm
The data is indeed loaded into Excel in a loop..cell by cell. This is because each cell is the intersection of Column criteria and row criteria. After the...
November 22, 2011 at 1:05 pm
Viewing 14 posts - 1 through 14 (of 14 total)