Forum Discussion
Create a Matrix with Filtered Column Items based on a dynamic date range.
- Anonymous3 years ago
Hi charlie_torres,
I'd like to suggest you use measure formula to instead the value field to use on matrix.
You can use this formula to lookup raw table records and add a variable to extract the current row context date to use in compare with system date steps.
After these steps, you can use an if statement to check current row context data to prevent the calculation in the not match ranges and move the corresponding expression into the if statements true branch.
Regards,Xiaoxin Sheng
Hi charlie_torres,
I'd like to suggest you use measure formula to instead the value field to use on matrix.
You can use this formula to lookup raw table records and add a variable to extract the current row context date to use in compare with system date steps.
After these steps, you can use an if statement to check current row context data to prevent the calculation in the not match ranges and move the corresponding expression into the if statements true branch.
Regards,
Xiaoxin Sheng
Hi Anonymous
That was it. It is fully working as expected.
Thank you very much
Regards
Charlie