11-15-2019 07:49 AM
Anyone have any clue on how to add additional "result_filter" values in the "Configure Notebook Binding" screen when setting up a graph on the dashboard? The default is "startedWithin <= 30.0:0.0", and I'd like to also include "System contains xyz".
Solved! Go to Solution.
11-15-2019 08:07 AM
Answered my own question, but I leave solution here in case anyone else needs it.
The syntax AND systemId.Contains("xyz") is appropriate. You can AND and OR in that string all you want it appears. I figured it out by going and configuring the report, then generating an HTML of the report and looking through there for the result_filter string.
11-15-2019 10:02 AM
We also document the fuller syntax that is supported at https://github.com/ni/systemlink-OpenAPI-documents/wiki/Dynamic-Linq-Query-Language for most of our APIs.