I created a webreport and I'm passing some search parameters but when I get the results, I'm getting an unfriendy tile.
Search Results for: "OTSubType":848 AND ("Attr_60903_59":1000 OR "Attr_60903_63":100...
Checking the code I found that this value is on id 'resultsTitle'.
I already tried to update the code (Edit Webreport View). I'm able to see the title 'Test' but when the values are returned, my defaul title is replaced by this code:
resultsRegion.show(searchresultsView)
$("#resultsTitle").text('test');
Is there any easy way to update the title, since I'm a brand new OpenText user?
Thanks!
