Viewing 15 posts - 1 through 15 (of 17 total)
The following two statements work as they should...
=First(Fields!LegalCode.Value,"DataSet1")
=Last(Fields!LegalCode.Value,"DataSet1")
The first passes the first value in the dataset to the linked report
The second passes the last value in the dataset to the...
November 16, 2010 at 10:14 am
If I remove the formula from the parameter settings, the error disappears, but the underlying issue still remains. For some reason setting the paramater =(Fields!BusUnit.Value, "matrix1_BusUnit") does not work.
November 8, 2010 at 3:11 am
I ma receiving an error when adding the scoping information. The name of the first grouping is matrix1_BusUnit and I am using that in the scoping. Is there an issue...
November 5, 2010 at 5:00 am
Textbox properties --> Navigation --> Hyperlink action
In here I have selected Jump to Report and picked the appropriate report. I then click on parameters and enter the following
report_type ...
November 4, 2010 at 7:33 am
Hey,
Just for anyone that may come across this, I resolved the error by simply adding SET FMTONLY OFF to teh stored proc and now the metadata ia aalways returned.
January 29, 2010 at 9:49 am
I have tried this but to no avail unfortunately and it is acting as before.
I can add one parameter, the InsDown without issue, but when I overwrite the hardcoded 2nd...
January 29, 2010 at 7:33 am
wschampheleer (1/29/2010)
Do the parameters have an impact on what columns or datatypes are returned from the SP? Can you post the code of the SP?
Hi Willem,
The parameters shouldn't affect teh...
January 29, 2010 at 2:45 am
Thanks for the replies folks. I got it working by running the WinSCP app under the service account, which craetd the key required for it to work when called through...
January 20, 2010 at 2:04 am
This method is used to restore all of the DBs and is in a procedure I cannot edit. It is a reporting server where each DB is restored alongside the...
October 28, 2009 at 9:56 am
This restore does drop the old DB and restores the new one...unfortunately I can't alter the restore method.
October 28, 2009 at 9:33 am
jbuttery (10/20/2009)
Also, you could put the...
October 20, 2009 at 10:06 am
Shark Energy (10/20/2009)
If you are taking regular log backups then I wouldn't truncate the log...
October 20, 2009 at 10:04 am
Yup, I had said that the log gets truncated nightly...I will probably size the log to 20GB, get some more disk space and truncate nightly, although it still kind of...
October 20, 2009 at 9:46 am
Thanks for all the responses guys - v helpful.
August 27, 2009 at 4:45 am
Thank you sir - issue resolved! I passed them to local variables in a script task.
March 24, 2009 at 11:06 am
Viewing 15 posts - 1 through 15 (of 17 total)