Hey Guys, I have the requirement as shown in the screenshots below
Input
Expected Output
Any Quick help is highly appreciated!
Solved! Go to Solution.
The requirement is to get values for the close dates from the same dataset.
i.e., For the current Date, item & Dept -> get the matching Close Date, item & Dept values along with the remaining Close Date values.
As of Now I am trying to use Self-Join to pick the Prev Close values for a Date, Item & Dept but I am loosing some amount of information due to Item not present in current date but present in Close date and I am unable to get them back for each date iteratively.
Sorry for the delayed response, Thanks a lot @JoeS ! This helped me a lot!
You're welcome, I am glad I could help!