Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a requirement that i have no idea how to implement.
I have some forecast data which is by Customer, Item and Period. I then have left joined the standard item prices to the forecast data.
This then allows me to use the forecast volume * the standard price to get a forecast value.
What i need is it to take into account a price change file, so for example..
for Item 01003 and customer 123 i would have the following forecast values
Period | Forecast Value |
1 | 50 |
2 | 201 |
3 | 150 |
4 | 150 |
5 | 150 |
6 | 130 |
7 | 130 |
8 | 130 |
9 | 100 |
10 | 100 |
11 | 100 |
12 | 400 |
13 | 250 |
The standard price for this Item and this customer is 7.35
but in period 6 there will be a price change, the new price will be 7.10.
so what i need is to use the 7.35 for period 1-5 then 7.10 there after.
Period | Forecast Qty | Price | Forecast Value |
1 | 50 | 7.35 | 367.5 |
2 | 201 | 7.35 | 1477.35 |
3 | 150 | 7.35 | 1102.5 |
4 | 150 | 7.35 | 1102.5 |
5 | 150 | 7.35 | 1102.5 |
6 | 130 | 7.1 | 923 |
7 | 130 | 7.1 | 923 |
8 | 130 | 7.1 | 923 |
9 | 100 | 7.1 | 710 |
10 | 100 | 7.1 | 710 |
11 | 100 | 7.1 | 710 |
12 | 400 | 7.1 | 2840 |
13 | 250 | 7.1 | 1775 |
I would appreciate any help given
Finally, I made myself motivated to do this... check it out
I noticed that Period 6 repeared for Item = 01003 and Customer = 123... this is because the change happened in between the month.... so for the first 23 days the Price was 7.35 and then it changed to 7.1. But since the table box showed only Period, it showed both prices associated with Period 6. Is there a logic as to when the rate change actually takes place or is the above output the one you were looking for?
ooh this looks promising!
i will test it properly tomorrow.
Thanks very much Sunny
I am unsure on what sort of date field they want to use as yet, I have been waiting for a sample file from them for the last month!
I used the standard date but to be honest i think it will be linked to the period number instead, so i should only get 1 price if its linked on period
Will anything need to be changed if i change the link to period?
i haven't downloaded the QVW yet, i will do in the morning.
Are you saying that instead of receiving Price_Change file with a date, you might receive it with period? There will be a slight change, but let's just wait for the requirement to come through and then work on it.
Best,
Sunny