I have two data cubes with the month dimension, where a 1 is stored in the cell corresponding to the date selected by the user.
- Cube 1: Start Date
- Cube 2: End Date
I need to implement a validation so that if the user selects an end date that is earlier than the start date, the system displays a warning message prompting them to correct it.