hi i want to set the default value as zero to parameter in ssrs when the clinent is check to (Select All) then the parameter value become zero and the data set get the parameter value as \'0开发者_JS百
So far I have the following expression that works correctly: *SUM(IIF(Fields!operation_type.Value=\"Motor\",0,Fields!NbPi开发者_C百科eces_ref.Value))*
Is it at all possible using CRM 2011 and SSR开发者_开发问答S to generate a report on a single record, and only get results for that one record?
so in my query i have select columnx from tblz it returns 001.255556.84546 I want to be able to split this via \'.\' and put it into t开发者_StackOverflowhree columns.
I have an Oracle query and I want to export the query results to an excel file daily.I\'ve looked into both SSRS and SSIS and am not sure which would be better to use.
First off, thank you to everyone for your help!!! All I\'m trying to do is get some VB.net code that works in SSRS 2005 to display 123465 as 34:17:45.
In a reporting applicati开发者_C百科on based on Silverlight 4 could we use at the same time Silverlight for charting and a reporting tool (Crystal reports or SSRS) for tabular formating hence there\'s
Is there anyway to transfer SQL Serve开发者_运维技巧r Reporting Services reports to another server ?
I have configured new Serv开发者_Python百科er with reporting services 2008 R2, I have 2 more reporting servers with SQL 2005 and SQL 2008.
In SSRS 2008, is it possible load detail report from summary report automatically? The idea is that the user watch summary report for 30 seconds and then details report loads and switch back and forth