Hi there !
So... I've created a bar chart with some custom fields filters. Now, I'm trying to create a validation for 2 date fields, since they're about date interval and I wanna validate if the second one isn't greater than first one, for example.
I created some validations on field, using "validations" property. It shows error mesage, but still filter chart's data.
Here is the point: I wanna prevent it. Doing a analogy to web development, I wanna prevent the load event.
Is it possible ?
Discussion posts and replies are publicly visible
You could set it such that the filters are only applied to the report data query after the user clicks a button/link i.e. "Apply" (or whatever you'd like to label it). Instead of (and/or in addition to) validating on the filter input, you could simply leave the button/link inactive if the filter conditions are unacceptable.