Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there any way to remove Return hyperlink on prompts

SrixMay 9 2014 — edited Jul 2 2014

I have designed a dashboard prompt with multiple page breaks, whenever user runs that report by hitting apply, a Return link shows up on the prompt and when user hits return they are directed to original prompt page is there any way to disable this ?

Thanks for your help

This post has been answered by SriniVEERAVALLI on May 12 2014
Jump to Answer

Comments

SriniVEERAVALLI
Answer

Try this

<style type="text/css">

td.ResultLinksCell {

display:none;

}

</style>

or

Marked as Answer by Srix · Sep 27 2020
Srix

work like a charm.. Thank You

Srix

I was trying to use the same approach to hide Cancel button(I need to specifically hide it on particular dashboard not across the application) on dashboard. doesnt seem to work ?

<style type="text/css">

td.promptButtonsCell.cancel {

display:none;

}

</style>

Srix

Srini,

above code disables print and export links on dashboard since they also use ResultLinksCell function, is there anyway to specifically hide certain links ?

SriniVEERAVALLI

hmm

are you talking about the initial give code or your code related to cancel?

Srix

initial given code

1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details