how to remove "Where" from graph builder report window
Hello,I have a script, that creates multiple graphs by parameter and put them in a report window.the output creates a text above the outline box "Where parameter=param", i would like to remove that. how can i do that? this is the snippet of relevant code: graph = panel Box();
Build_chart = Function( {param},
gb = dt1 << Graph Builder(
Size( 1024, 725 ),
Show Control Panel( 0 ),
Auto Stretc
...