Viewing 15 posts - 1 through 15 (of 18 total)
Ok thanks for that I'll give it a try.
But I eventually managed to get that working but I had to go the long way around.
I just basically entered the values...
May 1, 2009 at 1:37 am
That worked, thanks for all your help with this.
April 7, 2009 at 10:04 am
I have re-named them but it's coming up with the exact same error message. Just with the names changed.
My first textbox is now called 'self1'. The second one is called...
April 7, 2009 at 9:54 am
I am getting an error with that:-
The value expression for the textbox3 contains an error[BC30456] "textbox1" is not a member of Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.ReportItems
April 7, 2009 at 9:41 am
Linked to the same report, I am trying to make a join between 2 tables on different server.
One DB is called vacancy and the other is called InsightSSRS.
My from clause...
April 1, 2009 at 7:36 am
That worked!
I tried:-
=Trim(Fields!forename.Value)& " " & Trim(Fields!surname.Value)
Thanks again.
April 1, 2009 at 5:44 am
When I run the IsNothing with my expression it runs fine but the figures are not correct.
The figures are showing 24 helpdesk jobs still open whereas it should be 14....
March 31, 2009 at 1:34 am
Ok I have found the problem.
When I run the SQL directly against my database I can use IS NULL like this:-
WHERE CLSDDATE IS NULL
and this works.
However when I try to...
March 30, 2009 at 8:20 am
Hi,
sorry I'm just trying to pinpoint the IIF expression down to the correct results I need it to bring me back as the figures it's showing me are not correct...
March 30, 2009 at 7:43 am
Ok I think I may need to make my IIF more specific as it seems like it's not showing the correct numbers it should (although it's got rid of the...
March 30, 2009 at 7:24 am
Hi,
Thanks for that.
The problem is that it's not blank, it has the word 'NULL' in the datetime field if nothing is filled in.
How could I compare it to the text...
March 30, 2009 at 7:08 am
Ok yes I'll give it a try.
Thanks again.
February 29, 2008 at 7:53 am
Viewing 15 posts - 1 through 15 (of 18 total)