Updated interactive report based on shuttle Page

I am trying to create an interactive report based on the selected items in a shuttle service.  On the page there is a page entitled P2_ITEMS element which is a shuttle service.  It displays a list of items for the user to choose and returns the item_id, the primary key of the main table.  I then an interactive report on the same page that displays data for the item_ids selected in the shuttle.  I use the sql query below in my interactive report, but nothing shows up in my report.  How can I get the interactive report to be updated when items are selected in the shuttle?

Select

a.date_loaded,

b.item_type,

c.Item,

a.info

point a, item_type_lookup b, item_name_lookup c,.

where instr (': ' |: P251_ITEMS |': ',' :'|| a.item_id |': ') > 0

and a.item_type_id = b.item_type_id

and a.item_name_id = c.item_name_id;

Hello

Please, install application example sample Dynamic Actions. There are exactly what you are looking for (side Server-online shuttle refresh).

Kind regards

Pavel

Tags: Database

Similar Questions

  • Select a cell of interactive report based on another hidden cell

    Greetings,

    Someone know how to select a cell in an interactive report, based on the value of another cell in the same row and without this cell being shown?

    The integrated highlight feature IR does not seem to allow me to highlight a cell based on the value of another cell (correct me if I'm wrong).

    So I tried to go with a JavaScript solution, that I found in a thread somewhere on the forums of the APEX. I created a dynamic Action with this JavsScript code:
    $('[headers = "INTENSITE"]').each(function() {
      if ($(this).text() == 1) {
        $(this).siblings('[headers = "NOM_COMPLET_USAGER"]').css('background-color','red'); 
      }
    });
    and it works perfectly when the column is displayed, but not when it is hidden (which makes perfect sense).

    So this is where I am stuck. The report has a lot of info, and I don't want to have a useless column projected and using precious space.

    Any help would be appreciated.

    Thank you
    Mathieu

    You can try the following:

    1. Add a column to your sql that contains the background for example color

    SELECT
    EmpNo,
    Ename,
    initialst,
    Decode(INTENSITE,1,'red','white') background_color
    Of
    EMP;

    2. in the new updated interactive report background_color column is hidden.

    3. Select the NOM_COMPLET_USAGER column and set the following parameters

    Link text = > #NOM_COMPLET_USAGER #.
    Link attributes = > style = "background-color: #BACKGROUND_COLOR; #
    Target = > URL
    URL = > #.

    I hope it helps

    Shunt

  • Conditional display of interactive report based on the different SQL query

    Hello

    I have two drop-down list at the top of my page and below I have an interactive report.
    Based on the selection of the user from the drop-down list values, interactive report should change based on different SQL queries.

    Is it possible to have different SQL queries based on the drop-down list values and generate interactive report based on that?

    Thank you

    Hello

    You can't have IR based on function returning the query as you can have classic report

    But here is a workaround
    http://www.oracleapplicationexpress.com/tutorials/71

    Kind regards
    Jari

  • Interactive report based on a Collection

    Hi guys

    Using Apex 3.2

    I have a classic report based on a collection, which works very well.
    I am now trying to create an interactive report based on the same query (collection), but no data is returned.
    I there something special I need to do an interactive report.

    See you soon


    Gus

    Hello Gus,

    First time when you create a report based on the collection ir, it does not include the columns in the display (don't know why)

    pls select the correct answer to help others

    Thank you

  • interactive report based on an existing table

    Many people, it is the next step in the construction of my app.  I watched a tutorial of utube produced from a worksheet a table in a database and a set of pages to enter data and to display and edit data in the table.  I already have the table and I would like to make the pages I've seen.  a spreadsheet as a table which allows the edition of each row and a button create on top.  I guess I was also able to delete a line if necessary. I think I need to creata a page, select report and interactive report.  Continues in this way, I get a request for a sql statement that will likely tell the page generator that he needs to create the report.  I need to make the report based on a table in another table space.  At this page, I entered in the query designer and my table space is not listed, only the current APEX of table space is available.  I went in a different direction to create a form for a table and to the bottom of the sequence, he also requested information in the table.  My table db space is listed as available and I am able to create the registration in a satisfactory manner.

    Then, why I can see and interact with my db table space when you create a form for a table but can not find the db table space when you generate an interactive report?

    Also, I'm heading down the correct path for the interactive report, that I need?

    "HustlingHare" alright, get ready to be the hero.  "" "You're almost there. '"

    (1) Firstly, nuke has report page IR that you just created.  You don't need it.

    (2) then go back and run the wizard to create a Page.  Choose 'Form', then 'form on a Table with the report '.  Because your DBUSER1 has privileges discrete objects on the table in the schema DBUSER2, DBUSER2 must appear in the select list of "Table / view owner" in this wizard.

    Follow the steps in the wizard to create the interactive report and form, and you're done!

    Joel

  • How to disable dynamically interactive report filed in the page master detail

    I use APEX 4.0 & very new to APEX. I am not able to disable a class in area of detail (which is an interactive report) of a master detail Page.
    I want to turn off the field in a row based on the value of another field of recording, like set_item_instance_property of the oracle forms. Please help me.

    See {message identifier: = 10743324}

  • Several interactive reports on the same page

    Is it possible to work around the limitation to 1 report Interactive by page? If so, how?

    It is possible to use accordions (a control of type Iframe on a page) to allow multiple interactive reports that can be DISPLAYED on a page, even if they exist on separate pages...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Hide filter interactive report dynamically after the page load

    Hello

    I try to hide the section of interactive report filters (hide/show the area with +/-sign on the top of the report) the loading of the page

    I have the reference to the thread after http://apex-at-work.blogspot.com/2011/02/hide-interactive-report-filter.html posted by Tobias Arnhold...

    According to the expert, all I have to do is post the following code the code JS "page loading" within a dynamic action...


    / * Hide filter IRR after page load * /.
    If ($('#apexir_CONTROLS_IMAGE').attr ("src") == ' / i/minus.gif ') {}
    gReport.toggle_controls ($x ('apexir_CONTROL_PANEL_CONTROL'));
    }

    I did, but apparently it does not work for me...

    I posted a sample on APEX. Oracle.com for review and comment

    Thank you

    Edited by: qwe12654 may 3, 2011 19:15

    Hello

    01. in the report Footer region put this

    
    

    * This will hide your filters, highlight conditions

    02. then Goto 'Report attributes' => 'Search Bar' => for 'Include search bar' select 'no '.
    * This will hide the full search bar (do this only if you want to hide this part)

    * If you get the answer then mark as 'Correct '.

  • How to have two Interactive reports on the same page.

    Hello
    I have a requirement where I need to have two interactive reports in a page where the user can select lines in the two reports by a line selector & send the page to the transformation.

    Please let me know is direct or workaround for this problem at the APEX 3.1.

    Thanks in advance.

    Hello

    Apex do not support having more than one IR on the page.
    See this post for circumvention of blob Roels
    http://roelhartman.blogspot.com/2009/03/two-interactive-reports-on-one-page.html

    Kind regards
    Jari

  • Interactive report based on the view

    Hello!

    I just started to rewrite my apps of forms at the Apex.
    Based on an existing view, I want to create an interactive report, but there is only the choice between 'Table' and 'SQL statement'.
    Is it possible to use the view directly (not in a SQL ' select * view)?

    Concerning
    Pietja

    Hello Pietja,

    In my APEX env (3.2) an IR cannot be based on a SQL query. You can use the Query Builder to select a table or view, but still he ends with an SQL statement.

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • edit interactive report based on APP_USER link conditional

    I have a users table with standard information, including a user_id column which is what is used by my access control page to connect. I have a screen of user management with an interactive report I want everyone to see all users, but I want only the link modify to display the line that represents the user who is logged on. I know there is a conditional parameter on the link change, and I tried to develop in exp1 = exp2, with & APP_USER. exp1 and exp2 user_id, but who do not seem to work. Any other ideas, or I'm doing something wrong with the way I tried to make it work?

    HI -.

    It really bothers me, this forum has a problem with the code examples, so for a while at least I posted quick example on Google:

    [Conditional column | http://docs.google.com/Doc?id=dd2tkvv6_212dbzw2ftq]

    Not to complicate too much, but if you want without empty column except a line, you could of course apply this trick to the column that contains actually the user name in your table... in other words, the user can right click on their name to go to the Edit screen, but any other name user, but they would not be a hyperlink. But it is as they say an exercise for the reader :)

    Good luck.

  • Several interactive reports on a single page?

    I use interactive reports in a few places in an APEX application. I find them valuable as a kind of "generator" that the user can do a lot with.
    On a particular page, I have a radio button, offering to the user two possibilities. As one that they select, I want to show another interactive report. Each of them running different SQL with different number of columns.
    By default I can't do that in APEX 3.1.2 - when I try to add the second I get the message + "interactive report already exists on the page...". "You can only add an interactive report by page +".
    I tried to set the view state so that one wouldn't show, but I'm still not allowed to create the second.
    I guess I could create a branch to two different pages, depending on radio button option the user selects, but the option box is one of a few other entries form I need of the user, the other being a few dates and selections from drop-down list box.
    I want to keep these elements form visible above the interactive report, and I do not know how if I'm leaving braching to different pages for interactive report.

    Hope this makes sense to someone...
    Thank you.

    The best way we found to include several Irs on one page is to copy... Either in the same page or on another page. When copying IR #2, we had the condition for IR #1 set to NEVER. Viewing the report of your choice can be done either by defining a list of radio with submit and conditional display for each report, or by allowing end users to customize the page, with a single report is displayed by default.

    I hope this helps.

    Vojin

  • Problem with calculation on update interactive report

    Apex 3.2

    I have an interactive report, that is editable, and the functions of grand.
    My problem is when users try the function of calculation on 2 columns, we get the
    "ORA-01722: invalid number."
    My report is generated using apex_item
    The code in the first column is
    eoline.plannedqty PLANNEDQTY
    second column depends on the CASE, so it's either
    APEX_ITEM.DISPLAY_AND_SAVE(2,eoline.orderqty)
    or
    APEX_ITEM.TEXT(2,eoline.orderqty,5,10,'style="text-align:right;" onchange="show(this);"')
    I tried to_char, to_number, but can't make it work.

    I missed something obvious

    Gus

    In other words:

    SELECT 1 + APEX_ITEM.DISPLAY_AND_SAVE(2,2)
    from dual
    

    Yields:

    ORA-01722: invalid number

    Why?

    SELECT APEX_ITEM.DISPLAY_AND_SAVE(2,2)
    from dual
    

    Yields:

    2
    

    Of course, on your screen, all you see is a number in a text box, but you're still emitting of HTML code. You can not expect from the Apex to handle this. The calculations just perform calculation asked on the values of your defined columns.

    Solution? Turn off calculations in your issuing html columns because it does not work like that.

  • Interactive report based on sysdate filter

    Hello

    I have an interactive report in an APEX 4.0 application. One of the columns in the report is a date field to date in the format "MM/DD/YYYY". I want to install a filter on the report so that the report displays only records where the date is the system date. How can I do? I don't want to install the filter on the side of the query.

    Thank you
    Machaan

    Machaan,

    You could do this with a filter of lines.

    (1) for the execution of your interactive report, go to Actions-> filter
    (2) type of filter, select the option 'Row '.
    (3) enter an expression such as: TRUNC (E, 'DD') = TRUNC (SYSDATE, 'DD')

    Obviously, your filter would replace 'E' in the above expression with the right letter for your specific date column.

    Joel

  • Question about updatable interactive report

    Hi all

    Database: 11g

    Apex 4.0.1


    I have a refreshable interactive relationship with the source from the following region:


    SELECT EmpNo, APEX_ITEM. HIDDEN (20, empno) as emp_id, ename, sal, APEX_ITEM. SELECT_LIST_FROM_LOV (21, NULL, 'EMP_REVIEW_LOV', ' class = "lov_select" "," NO", NULL, NULL, NULL, NULL, 'NO') as emp_review FROM emp

    Whenever a value is selected in the LOV, dynamic action runs and updates another table. It works fine but I also need to know the value for empno to use in dynamic action. Is it possible to met the empno of the line value in this scenario?


    Thank you

    ZKay

    I created an example now:

    https://white.maxapex.NET/Apex/f?p=116:2

    Credentials are as below:

    Username: guest

    Password: abc123

    Workspace: start766b

    On the page, you can select values from drop down: review, not reviewed, in future

    The selected value goes to the page P2_REVIEW element. I also want value for empno in the text P2_EMPNO element.

Maybe you are looking for

  • Satellite T110-107 - Touchpad does not properly

    I love my Satellite T110-107, but there are problems with the touchpad. (1) the mouse cursor does not move sometimes. With this one, I get to move taking both hands away from the laptop for a while.(2) the cursor of the mouse all of a sudden 'draws'

  • Mini bios password

    Can someone help me with the passowd of BIOS on a mini 1000.  I bought the computer on sale at auction of na and found that it was locked code is CNU9105JLW.  Thanks Craniack

  • Mac Book Pro and HP Envy 110F wireless printing problems

    I got my Mac book Pro for Christmas 2013 and initially had no problem printing wireless to my HP Envy 110F, but for some reason, I keep getting problems with printing to the envy of 110. We don't have printing problems with our Ipad for this printer.

  • The DDE network between two PCs running windows server 2003

    We seek to transfer data between two excellent sheets (Office 2003). Two excellent books are on different PCs running windows server 2003 and office 2003. The two PC's belonging to the same workgroup. One of them being run by Siemens PCs 7 process co

  • Windows Update is stuck on a certain update (KB971091)

    just installed visual studio 2008 yesterday and went to stop the computer today and this update won't complete installation. any help would be appreciated or if someone else has downloaded this update if they know how long must wait and the size of t