How to add the hyperlink to the full report

Hello

I have a report and the last line display total report (using default apex - check check sum).



My last line like below
------------------------------------------------------
Total report | 10. 20. 30. 0 | 100.
------------------------------------------------------

My requirement to add hyper link to the numbers 10, 20, 30, 0, 100 total for the report.

Any help will be much appreciated.

Thanks in advance

Shijesh,

There is really no way to do this. I only really see a way - jQuery. You will need to start by entering in the report and by replacing the "display this text when you print the report amounts" with something like:

<span id="repTotals">Total:</span>

This will give something to recover for jQuery. From there, you will have to go up to the line, then in specific columns of the line by replacing the content that the page loads with your hyperlinks.

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen

Tags: Database

Similar Questions

Maybe you are looking for

  • How to make a video call to my N8

    Why my Skype application do not have video call

  • Keep installation of updates KB2656351 and KB2487367

    Win XP. NetFramework 2.0 Service Pack. NetFramework 3.0 Service Pack 2. NetFramework 3.5 SPI. NetFramework 4 Client Profile. NetFramework expanded 4. KB2656351 and KB2487367 - updates both updated several times and so did during these last months. Ac

  • What happens if you delete a large file over the encryption process

    I understand that Bitlocker creates a file large placeholder during the initial encryption process, leaving about 6 GB free. So I was wondering, what happens if during this process, you remove one or more of your files and empty trash, in turn leavin

  • Speed of the cursor (Select Into Vs. For loop)

    Hello people:I have a question about the PL\SQL block execution speed in the 2 page process below: 1 which is faster by the way it is written?Assumption #1: Each select statement performs exactly the same speed.#2 hypothesis: I expect 1 form must be

  • Create a list of values (Lov) programmatically

    I need to dynamically create the ListOfValues during execution.For this, I found a few links, in which it is explained how to create the ViewAccesor and the ListBindingDef which defined the Lov in the model project.Andrejus Baranovskis Blog: The ADF