How to generate a report for baseline forecast and promotion lift directly from database
The Analytical Engine writes the current forecast to one of the following fields in sales_data: Fore_0, Fore_1, Fore_2, and so on. The promotion uplift is written in promotion_data: fore_0_uplift, fore_1_uplift, and so on. As these data are not in a fixed column in the sales_data and promotion_data table, it is hard to write a sql to generate a report with these two columns directly from tables. Is there a way to achieve this? Will running BLE be the solution?