How to extract forecast data in a monthly basis
The time bucket in BM is set as weekly. We run engine at every Sunday and month end. In sales_data table, the forecast and sales history is stored at a weekly basis. In worksheet, we can view data both at weekly and monthly. If I want to run sql to extract forecast and history from backend tables aggregated at monthly basis, can I join inputs_monthly table with sales_data table to get monthly forecast and history?