Hello Everyone ,
I have two datasets , I want to join these 2 to analyze the alerts based on holidays .
Datasets - Dim date data and sales data .
How can I do this ?
Dim Data Explanation
the flags are "-1" and "0" for holiday and weekend -1 is TRUE, 0 is FALSE.For current dataset I have to use column called carol holidays, is weekend and is NT Weekend.
Sales data Explanation :
It has 4 columns - Week ,Date, Day, Actual .
How I can join this 2 datasets and apply conditions on it to create alerts if there is holiday on weekday then sales should zero if its not its shows an alert. Also what different alerts I can try using these datasets?
Please post your ideas . the help will greatly appreciated.
Best Regards,
Aishwarya