Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8704065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:00:16+00:00 2026-06-13T03:00:16+00:00

I have an interactive report in Oracle Apex 4.1. I need to pass a

  • 0

I have an interactive report in Oracle Apex 4.1. I need to pass a column value to an apex item when i click a link button on that interactive report.
I have searched on Google and found a solution :

onclick="$s('P4_PAGEITEM', #COLUMN_NAME#); return false;" 

But it seems it’s only working for numbers. When I try passing a string value it always returns wrong number format.

Also, can I access an interactive report column value from JavaScript?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T03:00:17+00:00Added an answer on June 13, 2026 at 3:00 am

    #COLUMN_NAME# is a substitution string. It will literally put the value of the column for that row in the string.
    When the value is a number, it will generate

    onclick="$s('P4_PAGEITEM', 9875); return false;"  
    

    Now, if the value would be a string

    onclick="$s('P4_PAGEITEM', ALLEN); return false;"  
    

    To deal with this, alter your link with adding quotes around #COLUMN_NAME#

    onclick="$s('P4_PAGEITEM', '#COLUMN_NAME#'); return false;"  
    

    Also, can I access an interactive report column value from JavaScript?

    All HTML on the page you see is accessible from javascript/jQuery and only requires you to use the correct selector. You do need to understand HTML and the DOM though.
    A good start is always using a browser with the correct tools which will allow you to inspect elements, html, dom, javascript, css,… An example is the Firebug plugin for Firefox.
    Targeting values in a report requires you to know its markup which you can find by inspecting the generated page html. Keep in mind that page and region templates can make a difference depending on the theme you are using.

    If you are stuck on this, post a new question about it and provide html and an explanation of what you are trying to get at.
    This question is an example of targetting values in a table: How to select a row element value from Oracle APEX 4 Classic Report (row element from a table tags)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an projector file/Flash application that I need to turn into an interactive
I have simple report (not interactive). When I try to remove column from its
I have a custom UIView that contains an interactive drawing that is drawn in
I have a Ruby script (1.8.7) that sets up its own interactive shell for
I have several saved queries in an interactive report (IR). How can I generate
Is it possible to create additional Link Columns in an interactive report? I mean,
I have a report in SSRS 2008 that shows data aggregated from four levels
I have a report in SSRS 2005 that consists of three subreports, all four
i created a matrix report that have 2 rows and 6 columns. picture 1
I have a class that outputs a simple report file. It reads some record

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.