Viewing 15 posts - 61 through 75 (of 84 total)
=IIf(Fields!Number.Value >= 1 and Fields!Number.Value <= 1000
, Fields!Number.Value
, "All OK")
February 19, 2015 at 7:38 am
Sorted this by creating calculated fields and selecting them to chart with.
February 12, 2015 at 3:06 pm
Sorted by series label properties, number, percentage.
February 12, 2015 at 3:04 pm
Many thanks for getting back.
Do you mean set up two calculated fields:
=DatePart("dw", fields!jobstartdate.value) and =DatePart("dw", fields!jobenddate.value) and then subtract the difference?
Sorry don't quite get it.
Thanks (and noted re the...
February 10, 2015 at 7:20 am
Many thanks marksquall for taking the trouble to get back.
Your suggestion worked well and it is good to know another way to solve the sorting issue I had.
January 30, 2015 at 3:45 pm
Thanks for getting back.
Worked perfectly.
January 28, 2015 at 7:40 am
Solved by:
=Ltrim(Rtrim(fields!address1.value)) & ", " & Ltrim(Rtrim(fields!address2.value)) &", " & Ltrim(Rtrim(fields!address3))
December 10, 2014 at 2:00 am
Many thanks - your help and answers today have got me on the right track.
November 24, 2014 at 11:59 am
Thanks. I've entered the expression and it's thrown up an error: 'the valueexpression used in field 'time' references a dataset field which contais an error. Conversion from string "DA"...
November 24, 2014 at 9:39 am
Thank you.
Basically if the field is put straight into the report (as a column) it splits into three:
Timeslot appears first
Type of job second
Address third.
So the content of the field is...
November 24, 2014 at 9:03 am
Thanks for taking the time to get back.
Sorry to appear slightly dense (I am fairly new to reporting services), but how would I parse the column? I get the time...
November 24, 2014 at 8:48 am
Worked perfectly - thank you.
November 19, 2014 at 5:21 am
Option 1 worked well - thanks very much.
November 13, 2014 at 3:20 pm
Viewing 15 posts - 61 through 75 (of 84 total)