Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for that. How would I create this as a column, rather than it being in a filter? I have a view to which I need to add this to,...
October 4, 2021 at 5:12 pm
Thank you for this response. It does work, but it's not what I need, because I need to compare with historical data, so I can't use getdata() in this instance....
August 31, 2021 at 9:04 pm
Hi Zidar,
Here's the create table code and attached is a sample output. Hopefully this helps!
CREATE TABLE [dbo].[FactBP](
[CREATE_DATE] [date] NULL,
[CREATE_TIME] [varchar](8) NULL,
[ADJ_REQ_SHIP] [datetime] NULL,
[RELEASED_DATE] [date] NULL,
[RELEASED_TIME] [varchar](8) NULL,
[ORDER_QTY]...
August 31, 2021 at 8:57 pm
Thank you so much for your response, I do see the issue here. My problem is that I cannot use getdate, as I am comparing historical data. I'm doing some...
August 31, 2021 at 7:42 pm
I did do a fresh installation, nothing worked. I created a new project, saved it, tried opening again and the same thing happened.
December 10, 2020 at 10:29 pm
I clicked on "Delay Validation = true" and that got me through to the data flow task page, but then trying to change the "Validate External Metadata" on the connection...
December 10, 2020 at 10:29 pm
Viewing 6 posts - 1 through 6 (of 6 total)