Viewing 15 posts - 31 through 45 (of 72 total)
oh, sorry, it comes from: BI1_DW_Fact_FirmPlannedOrders
October 24, 2014 at 7:07 am
dbo.BI1_view_Dim_ItemMaster IM = keyitem
BI1_DW_Dim_CalendarDefinition = keydate
October 24, 2014 at 6:45 am
this query has almost half the rows 3296, whereas the larger query that you wrote had the correct amount of rows: 6810
October 24, 2014 at 6:26 am
Yep. I await with baited breath how you are going to do this. I am studying your code as we type
October 24, 2014 at 5:55 am
Hi Chris. Yes it works, but had to take the keydate out of the main query as that is part of the:
LEFT JOIN BI1_DW_Dim_CalendarDefinition PlannedRelease (NOLOCK)
on PlannedRelease.keydate = KeyDatePlannedRelease
in...
October 24, 2014 at 5:33 am
Hi Chris
Thanks in advance.
Down below is the original query. I have made a note in the query of the column that I want to populate.
SELECT --- this...
October 24, 2014 at 3:47 am
Hi Koen
Thanks for your reply. What version of SQL Server did you run this on? It might just be me being silly, but I can't run the...
October 9, 2014 at 4:30 am
Thanks Koen.
October 7, 2014 at 4:58 am
Hi Alex
Unfortunately it does not, hence my question.
Kind regards
November 28, 2013 at 11:04 pm
Hi Luis
It's always rounded to the full decimal, ie, 7.000, 8.000.
Kind regards
November 28, 2013 at 11:03 pm
Hi Koen
There's no other variable datatype that I use that seem to work other than the object data type.
Will make do with it in the meantime and see...
November 6, 2013 at 2:34 am
Hi Koen
It actually works when I set it up as an object. I just didn't debug it, so put a Script Task up and it actually displays it as...
November 6, 2013 at 2:16 am
Viewing 15 posts - 31 through 45 (of 72 total)