In "monitor" section there is a "go to customizable report" link. I tried to filter them based on the name. I tried (see below the print-screen):
-Name like "Daily"
-Name like "Daily%"
What exactly is the proper way? I need to filter all reports that start with "Daily". The above 2 didn't work. Any idea?
Thank you so much.
Discussion posts and replies are publicly visible
Mike Schmitt if I use the "=" operator your explanation makes sense. When I use "like" operator I should be able to use an expression similar to SQL I guess (?). I feel that I'm missing something here. By the way we are using date/time in the name of the instance so using "=" doesn't probably make sense (?).
It works more like Query Filters - "like" by default does a simple find-in-string match, IIRC.