Viewing 15 posts - 46 through 60 (of 127 total)
Phil, Robert -
If I understand Robert's comment, then the opposite must be true, too. There may be no beer at all and so your sum is 2. I...
January 5, 2007 at 6:02 am
So, like this?
/ss:Workbook/ss:Worksheet[@ss:Name="Form C - Data Form"]/ss:Table/ss:Row/ss:Cell[ss:NamedCell[@ss:Name="Annual.Part_time"]]/ssata
(sorry to seem dense, I've never used XPath)
November 8, 2006 at 1:29 pm
Alright - that sounds good. Now, I'm not an expert in XPath. Does this sound right (if I name a range of cells "Annual.Part_time"):
Cell[NamedCell[@ss:Name="Annual.Part_time"]]/Data
Have you worked in the SSIS...
November 8, 2006 at 9:14 am
Ok, the spreadsheet has multiple pages; each worksheet has a different "form". The idea is that folks would be able to distribute the file to companies to fill out....
November 8, 2006 at 7:15 am
Here's my more complete version. I've dropped use of the lookup table, and combined it with the district codes for joining. My speed is greatly improved, but only...
August 22, 2006 at 1:06 pm
They 'union all' seemed useful, but it's hard to measure. As for not using a 'between', the trouble is, I'm trying to compare within a month, so I have...
August 22, 2006 at 1:02 pm
I'm trying to do something similar, and I'm searching the forums for suggestions. I don't understand the purpose of the cross join in these posts. Could someone break...
August 15, 2006 at 1:00 pm
Vladan, When most people call a column 'date', it's usually a date datatype. In this case, it appears I don't have time, but the logic should work either way....
May 10, 2006 at 7:14 am
Yes, that's one I tried, too. The trouble is, the one key and date aren't unique; when I join on them, I return too many rows. And, if...
May 9, 2006 at 1:03 pm
Yes, a LEFT would work if every question was answered. As it is, the LEFT causes a "A NULL 0" to be added for each question.
February 6, 2006 at 1:50 pm
Well, I'm not sure what benefits that would give, nor do I really understand what you're doing. But the pivot seems to work just fine, and is only .15%...
February 6, 2006 at 1:38 pm
Actually, it looks like the links in this post are just about perfect. Specifically the link to Manipulating Hierarchies with UDFs; the sample code looks like I...
August 24, 2005 at 11:54 am
You're right, I don't understand it. But when I copy it, and put in those modified inserts (with three tiers), it doesn't display them in the expected order.
August 24, 2005 at 9:49 am
Except:
grandparent-1, 17-Jan-05
parent-1, 18-Jan-05
grandparent-2, 19-Jan-05
parent-1, 19-Jan-05
grandparent-3, 20-Jan-05
child-1, 20-Jan-05
parent-2, 20-Jan-05
The order really needs to be 'topic, child-of, date'. It's the middle...
August 24, 2005 at 9:44 am
Viewing 15 posts - 46 through 60 (of 127 total)