Viewing 15 posts - 1 through 15 (of 23 total)
Hi zoom19,
I don't think there's an actual need to create custom code. I put the same logic into my reports using the following textbox expression:
= "Facility: "
+ iif(Parameters!facilityGroup.Count =...
May 17, 2013 at 1:33 am
Hi Aaron,
I'm afraid I'm out ot ideas. To be honest I'm not exporting to word all that often, but if the body of your report is exactly the same size...
January 21, 2011 at 1:29 am
Hi Aaron,
Looking at the measurements it seems you have some white space at the bottom of your body/layout. It's better to never leave white space at the bottom or right...
January 20, 2011 at 2:04 am
Hi Brett,
As attachment you find the proposed solution based on your code and rdl.
Hope this helps.
Kind regards,
Linda
January 19, 2011 at 1:50 am
Hi Ninja,
No, I haven't put effort yet in creating such a tool. I'm still running this rss script from the command prompt so in case you find/create a tool to...
January 18, 2011 at 8:54 am
Hi Ninja,
Unfortunately using my script will not help you a lot as it contains some company specific code. Maybe you have a better start with the following article: http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/86883afe-b214-445e-9c8c-100a40324646
Kind regards,
Linda
January 18, 2011 at 8:39 am
Hi Ninja,
I indeed saw this behaviour before. Especially changing the obligatory parameters is causing me headaches. For that reason we have a custom reporting services script (.rss file) that will...
January 18, 2011 at 8:22 am
Welcome
January 18, 2011 at 6:01 am
You're welcome.
It's always the little things that you search for the longest.
January 18, 2011 at 1:36 am
You're welcome.
Happy to see that you found the solution.
January 18, 2011 at 1:09 am
Hi JV,
As attachment you find a sample rdl report for RunningValue. I guess this is self-explanatory but in case you have questions please get don't hesitate to ask.
Kind regards,
Linda
January 17, 2011 at 1:24 am
Hi Journeyman,
I don't see anything wrong with your code. Just copied it into a new report and it works like a charm. I'll try to attach my test rdl file.
Kind...
January 14, 2011 at 1:43 am
Hi bcronce,
Please try to following statement = CountDistinct(iif(Fields!bAtAbove.Value = 1, Fields!iuserid.Value, nothing), "group_name")
Hope this helps.
Kind regards,
Linda
January 14, 2011 at 1:26 am
JV,
You have to be carefull as doing so you will not end up with the exact last day of each month. See following code sample:
DECLARE @date datetime
SELECT @date = '2010-02-28'
SELECT...
January 13, 2011 at 7:55 am
Hi JV,
It is unclear to me where you do the sum, but does the solution not lie in: GROUP BY year(DCLE.[Posting Date]) as Jaar, month(DCLE.[Posting Date]) as Maand ?
Kind regards,
Linda
January 13, 2011 at 7:24 am
Viewing 15 posts - 1 through 15 (of 23 total)