Viewing 15 posts - 61 through 75 (of 96 total)
kpwaran (2/18/2015)
As soon as the file gets saved in the windows...
February 18, 2015 at 3:07 pm
sakshisharma94 (3/5/2014)
I am facing the same type of problem. Can you please upload a \solution for the same or write down the steps with example.
To do this add a matrix...
January 9, 2015 at 8:42 am
polkadot (8/20/2014)
For me...
August 21, 2014 at 2:23 pm
You can set a parameter to allow nulls.
In the Report Data tab, right click on the Parameter name and choose Parameter Properties. The General screen has the...
August 15, 2014 at 10:33 am
rray 44280 (8/11/2014)
August 15, 2014 at 10:26 am
You can also use a shared Data Source that has credentials stored in it.
August 5, 2014 at 11:37 am
In SSIS, you could use the stored procedure sp_send_dbmail from msdb.
http://msdn.microsoft.com/en-us/library/ms190307(v=sql.105).aspx
There are 2 ways I have used it in an SSIS package.
1. Use sp_send_dbmail to run a query and attach...
July 15, 2014 at 3:04 pm
happy55 (7/11/2014)
July 15, 2014 at 8:52 am
I would suggest using SSIS for this.
First create a subscription for the report that writes the data to a text or csv file.
Create an SSIS package to read the...
July 9, 2014 at 10:06 am
We have a function that we use to split out the parameters from Reporting Services. I am not sure how it would handle the quotes. You would have to test...
July 7, 2014 at 8:13 am
Kheri (7/1/2014)
=iif(instr(join(Parameters!prm_frequency.Value, "&"), "A") > 0, iif(instr(join(Parameters!prm_frequency.Value, "&"), "Q") >...
July 2, 2014 at 9:27 am
is this what you are asking?
http://www.codeproject.com/Articles/195017/SSRS-Series-Part-II-Working-with-Subreports-DrillD#5
June 16, 2014 at 8:17 am
Firefox and Opera are not supported by SSRS. There may be a way around it though.
Google Chrome has an Extension called IE tab, which renders like Internet...
June 10, 2014 at 8:39 am
I did a test and it wasn't easy. I created a new column and added an expression - "=Q2/60"
You need to have quotes or Reporting Services tries to...
May 22, 2014 at 10:38 am
amadeu_j (5/20/2014)
=Fields!qntafter.Value
as...
May 21, 2014 at 8:44 am
Viewing 15 posts - 61 through 75 (of 96 total)