Viewing 10 posts - 1 through 10 (of 10 total)
Thanks Very much for the help Grant you have defiantly pointed me in the right direction. I was almost there but it was one were i was heading down...
April 25, 2013 at 5:24 am
I have got it working now. Thanks to all for there help. :-):-)
October 30, 2012 at 3:46 am
Jason-299789 (10/30/2012)
CREATE Table #results
(
RecordId Int
,ItemId Int
,cost Decimal(38,2)
)
Insert into #results
values (43392, 3880 ,50.00)
,(39056, 3881, 93.75)
,(33941, 3881, 97.50)
,(33970, 3881, 97.50)
,(38950,...
October 30, 2012 at 2:52 am
Current Data:
RecordIDItemIDMaxOfCost
433923880 $50.00
390563881 $93.75
339413881 ...
October 30, 2012 at 1:32 am
Sorry for the confusion but what Iām trying to do is to search each line and look at Product Code first then look at all line with same Product Code...
February 4, 2012 at 7:46 pm
That worked Thank you very much :w00t:
February 3, 2012 at 5:01 am
Sorry but it does not seem to work. Just to clarify The [Product Code] is the '1001' number and the [Description] is 'Item 1 XX Large' not...
February 3, 2012 at 4:35 am
Paul
Worked well Thanks for the help. š
January 27, 2012 at 12:17 am
Viewing 10 posts - 1 through 10 (of 10 total)