Viewing 15 posts - 1 through 15 (of 38 total)
What SSRS are you using, if there is any SP? Are you allowed to send me the rdl? There has to be something that is hidden, going beyond the margins,...
September 1, 2009 at 8:02 am
I got it now...ID10T error! LOL
Thanks for all of your help, I really appreciate it!!!
I'll see you online...have a good day,
Kerrie
May 10, 2007 at 10:32 am
I have never tried that before....but I will now. Thanks for all of your help, I really do appreciate it!
May 9, 2007 at 10:41 am
So you are telling me it should NOT be set up like this...
SELECT A.*
FROM
(SELECT *, 'Environ' as PRODUCT_TYPE
FROM [PSEnvironPublished$]
UNION
SELECT *, 'Control' as PRODUCT_TYPE
FROM [PSPublishedFixes$]) A
I tried taking...
May 9, 2007 at 6:45 am
I wish it was that simple...I did, twice. This is kicking my butt and there is no information on this at all. Has no one tried this, I find that...
May 8, 2007 at 2:34 pm
I finally got it to work....
Make sure that all of the mapped drives have the same drive letter along with the same path. Make sure permissions are correct for all...
May 8, 2007 at 1:20 pm
Yes, we have tried that. I have tried to map a drive to the client machine, connected it to the client, and it worked for the client but not the...
May 8, 2007 at 11:26 am
Custom Datasource (I have tried a few different ways to do this)
Connection type...
ODBC
Connection String....
PageTimeout=5;FIL=excel 80;MaxBufferSize=2048;DSN=FixDS;DefaultDir=P:;DBQ=P:\FixStatus1.xls;DriverId=790
Connect Using...
Windows NT Integrated Security
Is that what you are looking for? I hope that tells you...
May 8, 2007 at 11:00 am
In the expression you could do something like CDEC(Fields!expression.value). It turns that field into a Decimal.
Thanks, Kerrie
February 26, 2007 at 9:37 am
Just wanted to say thanks for all of your help!!!!
I have learn a lot because of this site!!!
Thanks for everything and Good Luck with everything you do,
Kerrie
November 14, 2006 at 11:14 am
Sorry it took so long for me to get back to you...
I had to regisiter the directory in IIS Manager. I did not do this personally, I had one of...
October 25, 2006 at 6:50 am
"=IIF(InStr(Fields!DivisionName.Value,"Division")=0,Fields!DivisionName.Value,Left(Fields!DivisionName.Value,InStr(Fields!DivisionName.Value,"Division")-1))"
I would take it a part....
Try something like..
=IIF(InStr(Fields!DivisionName.Value,"Division")=0,Fields!DivisionName.Value,NOTHING)
Or something like that.
Again, I am guessing, but i usually figure it out when...
July 26, 2006 at 8:31 am
"=IIF(InStr(Fields!DivisionName.Value,"Division")=0,Fields!DivisionName.Value,Left(Fields!DivisionName.Value,InStr(Fields!DivisionName.Value,"Division")-1))"
I think it should be...
Left(Fields!DivisionName.Value, 'some positive number')
I do not think it can be a negative number. Maybe I'm wrong. Just a guess.
Thanks and...
July 26, 2006 at 7:41 am
Viewing 15 posts - 1 through 15 (of 38 total)