Is it possible to dynamically update "graph title" based item selection in local data filter (including multiple selections)?
I use the following to display "my text" at the top of my charts.Dispatch( {}, "graph title", TextEditBox, {Set Text( "my text" )} )
However, I would l...