S
Santosh Patel
Guest
And we have hit a BUG
The second approach should work but due to a bug it renders the Rollbase report links which cannot open in a Portal. We apologize and a fix will be made in the next release. Bug#33784 for tracking the same. You can however, use the first approach with some javascripting to make it work for your case. Assuming your report name is "whitepapers report", this is what you would do. $('a:contains(whitepapers report)').parent().prepend('Export Results: '); $('a:contains(whitepapers report)').next().remove(); $('a:contains(whitepapers report)').text('HTML'); Do get back if you have trouble with javascript, the way you want to use this.
Continue reading...
Continue reading...