Viewing 15 posts - 1 through 15 (of 48 total)
Hi Mike
Thanks for this suggestion, I shall give it a try and let you know the result
Regards
June 6, 2006 at 11:37 pm
Further poking around etc showed me that there were a couple of setting adrift in the various places.
I am now at the point where I have got it to work,...
May 30, 2006 at 5:47 am
Good Morning,
I eneded up using this as the expression which works fine;
=IIF(Not(Fields!unittype.value = "Car Parking") AND Not(Fields!unitstatus.value = "Vacant"),1,0)
Thank you for all your assistance
Regards
May 26, 2006 at 12:48 am
Thank you, I shall look at that right now and then hopefully will not have to bother anyone for a while.
Thanks Again!
May 23, 2006 at 5:45 am
Hi, ok to clarify. There will only be one set of budget information per site_ref. On the first row that has the min(unit_ref) I would like that budget information placed. The...
May 23, 2006 at 3:57 am
The solution as found elsewhere on the net!
To get the old Version of the report do the following:
open http://[servername]/reports and navigate to your report, open it, and goto the...
May 23, 2006 at 3:51 am
I went with this as the option. Thanks for you suggestion though, much appreciated
WHERE (src_date >= CONVERT(varchar(6), @dt_src_date, 112) + '01') AND (src_date < DATEADD(month, 1, CONVERT(varchar(6), @dt_src_date, 112) +...
May 22, 2006 at 6:42 am
Hi
Both valid suggestions and I thank you for making them to me.
Regards
May 17, 2006 at 11:20 pm
OK, well if that is the case I suppose the only option is to make an entry in the query result a NULL so they can specify that as an...
May 16, 2006 at 10:52 pm
Thanks Jim
Your assistance is much appreciated.
Kindest Regards
May 16, 2006 at 8:23 am
Thank you very much all of you for your detailed posts. Evry day on here is like a day at school.
Great info, thank you
Regards
May 15, 2006 at 11:38 pm
Thank you Jeff, I will give that a run now.
Watch this space!
Kindest Regards
May 14, 2006 at 8:36 am
I have gone for this as the final solution to the problem.
WHERE
(src_terrier.datadate = @dt_src_date)
May 13, 2006 at 10:36 pm
Viewing 15 posts - 1 through 15 (of 48 total)