Interactive report features on slot-shaped table

Hello world

I need to have a search function on a report like the interactive report. On the interactive report, you can type a word/number in the search box and this word/number search. Then once the research is completed you can search again for a different word/number, narrowing down search you whenever you enter a new word/number. You can do until you have only one remaining line.

I need this feature in a tabular presentation, but I'm not sure how to write the SQL code.

Is this possible?

Thanks in advance,
N.S.N.O.

Hello

OK, I see what you mean... Here's how the IR done so

SELECT *
FROM my_table
WHERE ((INSTR(UPPER(column1),UPPER(:APXWS_SEARCH_STRING_1)) > 0
OR INSTR(UPPER(column2),UPPER(:APXWS_SEARCH_STRING_1)) > 0
OR INSTR(UPPER(column3),UPPER(:APXWS_SEARCH_STRING_1)) > 0
) and (INSTR(UPPER(column1),UPPER(:APXWS_SEARCH_STRING_2)) > 0
OR INSTR(UPPER(column1),UPPER(:APXWS_SEARCH_STRING_2)) > 0
OR INSTR(UPPER(column2),UPPER(:APXWS_SEARCH_STRING_2)) > 0
OR INSTR(UPPER(column3),UPPER(:APXWS_SEARCH_STRING_2)) > 0
))

Is that what you mean?

See you soon

Ben

Tags: Database

Similar Questions

  • APEX interactive report on a global temporary table

    Hello
    I tried to build an interactive report on a global temporary table (starry on commit), which is created with a cron every hour. Problem is that the sql to create the temporary table runs about 10 minutes, putting thus the sql directly in the page makes no sense.
    When I create the report, he sees all the columns, but no data. I can query the good data from sqlplus or through sqldeveloper. I'm doing something wrong?

    THX,
    Dennis

    Hello

    How to fill collection?

    Check APEX_COLLECTION procedures
    CREATE_COLLECTION_FROM_QUERY_B
    CREATE_COLLECTION_FROM_QUERYB2

    http://download.Oracle.com/docs/CD/E17556_01/doc/apirefs.40/e15519/apex_collection.htm#CJAHBBGD

    Kind regards
    Jari

  • 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

  • Horizontal scrollbar for slot-shaped table

    Hi all

    I'm bring Page where are the two regions.

    Two regions are side by side.

    Second half of the page contains a table that is based on a table that has 80 columns, I use the theme "" Productivity Applications - 26 * ' "

    Version of the APEX is 4.2. Problem is Iam not able to scroll horizontally to see all the columns.

    Can someone let me know how we can add horizontal scroll bar to a tabular presentation so that I can go through all the columns.

    Thank you

    Ch.

    Change defination report

    put

    in the header of the region

    at the foot of the region

  • Counter for slot-shaped table

    While I've used the plugin counter for items on the page successfully, I would use it for tabular forms of tabular/manual form for the same application to ensure consistency in the application.

    Since the meter APEX plugin does not work for tabular forms, I tried to reproduce the function using the jQuery plugin. Also, I checked js and css library are included. The page contains an element of the P1_SPINBOX page that uses the meter plugin.

    For example, I changed the report as a table to use class = meter:
      apex_item.text(10,C006,0,null,'class="spinbox" style="text-align:right"') as "SAL",
      apex_item.text(11,C007,0,null,'class="spinbox" style="text-align:right"') as "COMM",
    I added the plugin meter jquery in the property page:
    // Create group of settings to initialise spinbutton(s). (Optional)
          jQuery(document).ready(
             (function($){
            // Initialise INPUT elements as SpinBoxes: (passing options if desired)
         $("INPUT.spinbox").spinbox;
         })
    (function(){apex.jQuery("#P1_SPINBOX").spinbox({"min":0,"max":100,"step":10});})
    );
    It still does not work. What should I do to get the function of counter for the number of columns in the form of tables?

    APEX 4.1
    10.1.2 Oracle database

    I put an example on the APEX. ORACLE.COM.
    Workspace: EDIAZJORGE
    Application: Example application (1550)
    User: TEST
    Password: test
    Password:


    Robert
    http://apexjscss.blogspot.com

    Hi Robert,.

    I changed your javascript in the service and the Global Variable declaration in commenting on the counter for P1_SPINBOX.

    // Create group of settings to initialise spinbutton(s). (Optional)
          jQuery(document).ready(
             (function($){
            // Initialise INPUT elements as SpinBoxes: (passing options if desired)
         $("input.spinbox").spinbox();
         })
    //(function(){apex.jQuery("#P1_SPINBOX").spinbox({"min":0,"max":100,"step":10});})
    );
    

    It seems that counters now work on SAL and COMM columns in tabular form.

    Kind regards
    Erik-jan

  • Dynamic action on slot-shaped table

    Hello

    can someone please help to create dynamic action in the form of tables.

    (1) on page load if the State is 'No' and sysdate is between Nov1st to 30 Nov. User can change the status of and 'Yes' and status Date changed to Nov. 1.

    (2) when the user attempts to change the status of 'Yes' to 'No' and sysdate is between Nov1st to Nov 30, then the status Date changed to Nov. 1.

    Otherwise if sysdate is between Dec1st to Dec30th then Status Date changes to Dec1st.

    Apex. Oracle.com

    w/u/p: nani5048/test/test

    App: 92603 and page 2

    I don't think it's possible with a pure dynamic action
    It takes a bit of javascript or jQuery

    I modified the application, see for yourself

    concerning

  • Problems with slot-shaped table and set the values of column

    Hello

    I have a problem with a tabular presentation.

    I have two tables

    P_detail and table v_master

    columns of v_master:
    v_id
    v_Name
    v_info

    columns of p_detail:
    P_ID
    p_master_fk
    p_name
    p_info

    I want to have a tabular presentation where I can store permanent data retail values. That's why I want to keep the default main column join the detail columns.
    In SQL, I can do this with an outer join:

    SELECT m.v_name, d.p_master_fk, d.p_name, d.p_info
    OF v_master, p_detail
    WHERE v_id = p_master_fk (+)

    I get the lines that exist for the master data and can add values for the columns of detail. I removed the "add lines" because that makes no sense, because the amount lines are already offered at the opening of the tabular presentation.

    Now, I want to get/save the v_id (main table) in the p_master_fk column value

    How can I do this?

    Thank you and best regards,
    Matthias

    Hello

    One approach is to use a database instead trigger. If you define a database view using the query:

    SELECT m.v_id, m.v_name, d.p_id, d.p_master_fk, d.p_name, d.p_info
    OF v_master m, p_detail d
    WHERE v_id = p_master_fk (+)

    Then, create a trigger on the view that will insert in the detail table if d.p_id is null and update the secondary table if d.p_id is not null instead.

    The Apex tabular form is then based on the view (with identifiers like hidden columns) and all treatments multirow Apex should work without modification.

    Rod West

  • Lov on slot-shaped table

    I need to create a lov on a tabular presentation, using the same table as the form and the need to ignore the line where love will be open.
    How can I read where clause that it ignores the line?

    What is the kind of thing you mean?

    http://Apex.Oracle.com/pls/OTN/f?p=579:29

    This is the code I used:

    select
      ename,
      APEX_ITEM.POPUP_FROM_QUERY(3,job,'SELECT DISTINCT(job), job FROM emp where job !='||nvl(job,99)) test
    FROM emp
    

    Shunt

  • Column based on slot-shaped table

    Hello everyone,

    I have a tabular layout with the SQL as source of the region:

    Select
    'EMPNO ',.
    'EMPNO' EMPNO_DISPLAY,
    'ENAME ',.
    "JOB."
    "SAL."
    "COMM"
    NVL(SAL,0) + nvl(comm,0) total_sal,
    "DEPTNO".
    of ' #OWNER # '. " EMP.


    When I run the shape first, it happens with all the lines showing total_sal column as well. But when I change the values for the columns sal and comm, the total_sal does not change unless I submit the values. Is there a way to change the value of total_sal before submitting changes to the database?

    Thank you

    do the column readonly instead of disable.

  • To create an interactive report in the apex by selecting from multiple tables

    Hi, I am creating an interactive report by selecting from multiple tables.

    SELECT w.FIRST_NAME as name, w.SURNAME as name, i.ROAD Road, i.DATE_OF_INC as DATE_OF_INC, S.STATEMENT as a STATEMENT OF Declaration

    JOIN THE

    WITNESS w

    ON w.witness_id = s.FK1_WITNESS_ID

    JOIN THE

    Incident I have

    WE

    i.incident_no = w.FK1_INCIDENT_NO

    JOIN THE

    user_station ps

    ON ps.station_id = i.nearest_station_id

    JOIN THE

    the user in.

    WE

    in. STATION_ID = ps.station_id

    WHERE po.officer_id = 1

    by I continue to encounter this error "the report query requires a unique key to identify each row. The supplied key cannot be used for this query. Please change the report attributes to define a unique key column. "ORA-01445: cannot select ROWID from where sample, a join without key preserved table view '

    So I googled around and found that in the attibutres tables report, I need to change the "LINK" COLUMN so first, I changed "Link to custom target", but the report is so I changed it to "Exclude link Clolumn" again, the report didn't report and I STILL got a blank page with only the tabs.

    I wonder you can not create a report by selecting from multiple tables?

    If you can please I need your help.

    Thank you

    You can, but in this case, it might be easier to build your report tables that are joined Oracle views and then build your report out of the newly built sight...

    Or wrap a selection around your selection with joins, and then make the where clause on the external selection...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Interactive report - search column header list does not display all the

    Hey everybody,

    I'm under 4.2 APEX.  On a page, we have a configuration of interactive report.  Assume that the table has several lines (> 50 000).  If I click on the header of any column, it gives me the normal capacity of IR integrated sorting ascending or descending.  It also lists what I think distinct values in this column are (don't know if it's really separate or not, I'm just guessing here).  And it has a search/filter box which allows you to search these values "distinct."

    My problem is, this list is not complete.  It seems that it is limited to a number that is hardcoded somewhere (somewhere between 500 and 1000).  I don't see all the settings that allow me to configure this behavior.

    Of course, we can use the 'main' search bar and have it search for all lines, however there is a particular requirement for this filtering feature to work with the full list as well.

    Thoughts?

    Thank you!

    Post edited by: kop_pa (fixed typo)

    By default this LOV stores 500 records.

    http://docs.Oracle.com/CD/E37097_01/doc/doc.42/e35125/ir_using.htm

    If you change the column definition for the coumn under set the Filter Type of column to one of the other options like 'User defined list of values to exact match filter' from the list of values.  You can then specify the query used to generate this list.  You could use something like that I have listed below to grab the first 20000 records.

    Select *.

    from (select name

    the employee

    em order by name)

    where rownum<=>

  • building a search page that would lead to an interactive report

    I am a beginner in the APEX...

    Recently I've been able to build an interactive report from a sql query, and it worked very well...

    Because my table has thousands of lines, users first want the possibility to filter using a normal search with a few fields fields, then redirect that results in an interactive report...

    So my first page contains several text boxes where users can enter their search criteria and a "submit" button...
    On the presentation of the key, I should call the interactive report on the next page where users can still refine/filter or use all of the interactive report features...

    My question is how can I pass this string to search from the first page to the interactive report page? How can I handle the case where users enter no value on some text boxes...

    Thank you

    Praveen,

    Yes, it should work. Or you can use:

    SELECT *
    FROM emp
    WHERE (:P1_DEPARTMENT_ID IS NULL OR department_id = :P1_DEPARTMENT_ID)
       AND (:P1_DEPARTMENT_NAME IS NULL OR department_name = :P1_DEPARTMENT_NAME)
    

    Just to let you know, if it's ok to remove all filters AND filters are rather basic, Sven suggestion might be the way forward.

    Kind regards
    Dan

    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/apex/

  • Interactive report deleted when downloading style

    Hi guys,.

    I have an updated interactive report in place that has several custom reports built in with aggregate functions, of control breaks etc. on individual reports.

    When I use the e-mail feature when downloading a custom reports, the attachment that is sent does not mentioned above styling and is just the full dataset of default report sent.

    Is there anyway that I can get individual reports with control breaks to be sent by e-mail using the standard APEX interactive report features?

    Thanks in advance,

    Chris

    Apex v4.0.0

    Oracle 10g

    Suggestion, since 5 APEX is to be released soon... I HIGHLY recommend to make your instance of the APEX to a SUPERIOR version, since it has been a while since 4.0 was released earlier...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Interactive report and branch back JS error

    I get errors in applications where I combine search engine with interactive report.

    Search form, I got hit research and management in the definition of application when this button is clicked.

    After that, I show area with interactive report (condition is "request = Expression 1"), but after that I'm getting various JavaScript errors when I start using report functions.

    One of them is:

    http://shrani.si/f/37/fv/4NxVgKRO/ireporterror.png

    I get this error when start using the interactive report features (Select column, filter, download,...).

    I tested in all browsers (IE, Chrome, Firefox).

    I created a sample application:

    Test of IReport

    http://Apex.Oracle.com/pls/Apex/f?p=23423423:1

    Workspace = carine

    User name = [email protected]

    Password = carine

    The problem is with the type of condition on the report. You sense that she only show when the query is set to "Search FOR", but this causes calls ajax to failure - where the javascript errors. It's a little a thorny problem honestly. It's probably because ajax calls do not have this defined demand value (they probably their own value request to work, more a request value is not persistent in any case) that they simply can't.

    To work around that, I copied the page to page 5 and used instead something to test in condition. Then knit popups and you don't get more of these javascript errors.

  • Default icons only for the interactive report

    Hi all

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.


    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    958442 wrote:
    Hi all

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '958442 '.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.

    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    It also helps explain what you tried (even better, Show us what you have tried on apex.oracle.com).

    You can view the IR to the default icon via a dynamic Action: + {: identifier of the thread = 2187972} + (obviously using "ICON" rather than "RETAIL"...)

    However, do you really intend to make use of other interactive report features? It seems that the report display is controlled by custom buttons, rather than shares of IR (filters, control breaks etc.). If this is the case then a standard report based on a custom template may be a better option than to try to work around all that offer interactive reports.

Maybe you are looking for

  • Disabled applications with marked cross circle around him

    I got the application Parallels on my Macbook Pro. Suddenly, an update alrert came when I tried to launch parallels. I hit accidentally YES. It was updated and now I need to enter the activation key once again, that I do not have access to. So, I tri

  • New folder: "All bookmarks" appeared. Cannot get rid of

    It contains a live copy of all my favorites. Inside, there is another folder "All bookmarks" and another and another.What is it? How can I get rid of him? I'm afraid that if I delete it, all my favorites will disappear.I can't move it like I can othe

  • Crack/tear on a ThinkPad L440

    Dear community of Thinkpad I have something strange with my ThinkPad L440. During the closure of the screen, the left hinge did a crack/tear in the plastic cover at the back, near the air inlet and the port of the charger. Does anyone have the same p

  • Lenovo Y460 RAM

    My Y460 works under Windows 7 x 64 and is currently set to use a High Performance graphics card (i.e. ATI Mobility Radeon HD 5650). How is it that 4 GB of RAM, only 3.80 GB is deemed usable?

  • Control Panel does not open

    That being said, I have scanned for viruses and spyware (as suggested on other sites). Still nothing. HERE'S WHAT OF ODD.After a reboot and the control panel will not be opened (as well as My Documents, search, Recycle Bin, my computer, etc) I have r