Description
Reproduce:
- Add a boolean variable filter to a report
- Evaluate the report
Observed:
- The evaluation returns the boolean value of the variable filter as a string
Expected
- The evaluation returns the boolean value of the variable filter as a boolean
Hint: This is causing issues in the front-end because "true" === true is false