Is there a way to see the result of a function I’ve made inside of the filter tool. It doesn’t show up in the filter inspector so it makes debugging harder. I can see the variables used in the function when I hover over them, but I need to see the final result as well.
Example: I check if one [Date A] is 7 days or later then [Date B]
Filter:
Inspector:
Unfortunatly I can’t see if [Date B]'s addDays() function calculated correctly.
If there currently isn’t a way, this would be a great feature.