Good evening,
I am trying to create a budget report that allows users to edit values through data entry.
The following table presents the data in the following order:
- Months in rows (entity)
- Sales from the previous year (cube)
- Budget for the current year (cube with data entry enabled)
- Sales for the current year (cube)
As shown in the table below, I am unable to enter budget values for months where there were no sales in the previous year, such as January, February, March, and April 2025.
Would it be possible to force null values to 0 and then compile the budget values?
I have already tried creating an algorithm and a reverse algorithm, but it still does not work as expected.
Thank you in advance!