Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How can I hide hyperlinks for all reports in exporting report one time?
IrinaD
Hi experts,
I hide hyperlink for each specific hyperlink by the following script onRender:
if (this.getValue()==null || this.getValue()==0 ||reportContext.getOutputFormat()!="html")
this.action = null;
The link doesn't displayed for null and zero vallues and also for all export report formats.
Since there are many reports that have many hyperlinks I would like to define don't show hiperlinks in Export report only in one place for all reports. Or at least to define one time for each report.
Is it possible?
Thanks for advance,
Irina
Find more posts tagged with
Comments
mwilliams
Hi Irina,
I think you'll have to do this on an individual basis like you currently have. If I find out different, I'll let you know though.
IrinaD
ok. Thank you!