Forum Discussion

1 Reply

  • Anonymous's avatar
    Anonymous

    To get it to work with wildcards, you need some extra parenthesis. Here's how I exclude all datapoints where the datapoint name doesn't contain "System Too Slow":

    (!(System Too Slow))*

    I didn't figure this out. Had to have product spell it out for me.