Adding local data filter to a output window
Hi folks, I'm trying to build a data dashboard from multiple graphs. In the output windows, there are a few different graphs that I'm pulling from different scripts. One of them I need to add in local data filter in th graph. Here is how I'm doing it currently:1. in the graph A script, I'm putting it as G_graph_A = Outline Box ("Graph A",
DT << Contour Plot(
X( x, y ),
Y( Value ),
Local Data filte
...