Get the title from a Graph Builder Panel
I could use some help on why I can't get the title of the 1st panel in this Graph builder with this codereport=current report();
test=(report<< XPath("(//OutlineBox[text()='Graph Builder']//GraphBuilderGroupBox)[2]"))<<get title;
Thanks for any suggestions!Steve