SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

Jupyter result_filter in Graph Notebook Binding

Solved!
Go to solution

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". 

 

0 Kudos
Message 1 of 3
(2,442 Views)
Solution
Accepted by topic author ian.yeager

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.

0 Kudos
Message 2 of 3
(2,431 Views)
Solution
Accepted by topic author ian.yeager

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.

Message 3 of 3
(2,413 Views)