Viewing 15 posts - 76 through 90 (of 95 total)
@Phil it has to take into consideration the date and item if it was available in a specific location and on a specific day. In fact, I have just figured...
November 22, 2021 at 2:56 pm
@Phil if you can explain me the code I will appreciate. Also is there a chance to join/link on 3 fields:
F.[DMDUNIT] = A.[DMDUNIT]
AND F.[STARTDATE] = A.[DMDPostDate]
and F.[LOC] = A.[LOC]
November 21, 2021 at 10:24 pm
@Phil the first one works just great. But is it possible to make sure that it is joined on 3 fields:
F.[DMDUNIT] = A.[DMDUNIT]
AND F.[STARTDATE] = A.[DMDPostDate]
and F.[LOC] = A.[LOC]
With Albertsons...
November 21, 2021 at 8:12 pm
@Phil
When I change GROUP BY from A.[LOC] to F.[LOC] I have the reverse effect. Now my Actuals are correct, but Forecast is not.
Something is wrong with the GROUP BY. Depending...
November 21, 2021 at 7:48 pm
@Phil I don't have such an issue with Actuals. Over there, I get the very same result as with a join.
November 21, 2021 at 7:33 pm
@Phil Parkin but how come joined dataset has more rows? I am doing full outer join... i was always under the impression when we do it we return exactly the...
November 21, 2021 at 7:32 pm
@pietlinden just corrected thank you!!!. Do you know how i can calculate what i wrote?
November 21, 2021 at 5:26 am
If someone may know, please let me know.
October 12, 2021 at 1:15 am
@homebrew01 I have revised my question, I think I didn't phrase it correctly.
September 22, 2021 at 8:13 pm
Hello Scott,
I think you must be right. Thank you.
September 22, 2021 at 12:27 am
What I am trying to show is that we sold 20 units. We forecasted we would sell 20.002. Total error between sold and forecasted is only 0.002. Sales VS FCST...
September 21, 2021 at 10:39 pm
I start guessing, I need to sum all the fields
4) Inventory On Hand 5) On Order 6)Forecast Demand (POS) 7) Last Week Actual 8) Forecast Accuracy 9) Instock % 10) Projected Available Inventory...
September 17, 2021 at 3:57 pm
Well, the table SCPOMGR.DMDUNIT doesn't have a location column. It is a table that is basically just provides the item number and its description. There is no LOC information there.
September 17, 2021 at 3:33 pm
It returns 234 rows. Sounds much more like truth.
Do you have any ideas?
September 17, 2021 at 2:13 pm
Viewing 15 posts - 76 through 90 (of 95 total)