Questions about the icons for interactive report

When I created an interactive report, rectangular icons were created automatically on the left side of the report on each line.
When you click on one of the icons, it displays the details of the line in vertical order.

Here are my questions:

1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?
2. How can I hide the icons?
3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

Thank you
Guy

Hello

1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?

You can create another region, or the page that will show you your line of description of identifier, or rowid. You can do this by changing the column type of link to "target of the link to Custom.

2. How can I hide the icons?

Access the interactive report-> column-> change of link column link (link column exclude)

3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

The same as answer 1.

Best regards, Kostya Proskudin!

Tags: Database

Similar Questions

  • Problem with the cascading for interactive report selection list

    Hi all.

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored


    My Sql query for the report:

    select 
    apex_item.hidden(1, a."DATA_ID")DATA_ID,
    apex_item.select_list_from_query(10,
      b.WAVE_GROUP,
     'select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group',
     'onchange="f_set_casc_sel_list_item(this,f11_'||LPAD (a.DATA_ID, 4,'0')||')"',
     'YES',
     '',
     '- Select Group -',
     'f10_' || LPAD (a.DATA_ID, 4, '0'),
      NULL,
     'NO'
     )WAVE_GROUP,
    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user where groups = '||b."WAVE_GROUP",
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )WAVE_USER
    from "DWD_WAVE_MASTER" a, dwd_wave_assignment b
    where a.data_id = b.data_id
    and b.wave_id = 'wave_1'
    

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user',
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )
    

    Can someone please help!

    Thank you

    Nabila

    The nabila Islam wrote:

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored

    My Sql query for the report:

    1. Select
    2. apex_item. Hidden (' 1, a. "DATA_ID DATA_ID").
    3. apex_item.select_list_from_query (10,
    4. b.WAVE_GROUP,
    5. "select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group,"
    6. "onchange =" f_set_casc_sel_list_item (this, f11_'|) LPAD (a.DATA_ID, 4, '0'). ") » ',
    7. '' YES. ''
    8. '',
    9. -Select Group «-»,
    10. "f10_" | LPAD (a.DATA_ID, 4, '0'),
    11. NULL,
    12. 'NO '.
    13. ) WAVE_GROUP,.
    14. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    15. "SELECT user name d.
    16. |' username r FROM dwd_user where group = ' | b."WAVE_GROUP."
    17. '',
    18. '' YES. ''
    19. '',
    20. "- Select user -",
    21. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    22. NULL,
    23. 'NO '.
    24. ) WAVE_USER
    25. of 'DWD_WAVE_MASTER' a, b dwd_wave_assignment
    26. where a.data_id = b.data_id
    27. and b.wave_id = 'wave_1. '

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    1. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    2. "SELECT user name d.
    3. |' username r FROM dwd_user ",
    4. '',
    5. '' YES. ''
    6. '',
    7. "- Select user -",
    8. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    9. NULL,
    10. 'NO '.
    11. )

    What is the data type of DWD_WAVE_ASSIGNMENT. WAVE_GROUP? If it is not a number, then it must be enclosed in quotes when it is used as a literal:

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    
    ||'username r FROM dwd_user where groups = ' || dbms_assert.enquote_literal(b."WAVE_GROUP"),  
    
    '',
    'YES',
    '',
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
    NULL,
    'NO'
    )
    
  • contains the clause in the search for interactive report of a clob column

    Hello

    I use the Version APEX 4.2.4.00.08

    How to use an interactive report contains the when searching a clob column so that it uses the CONTEXT index?

    Thank you

    Chandra.

    I wrote it in the SQL used for IR

    I created an APEX application that stores all our it's the HOWTO documents. (word, excel, pdf)

    ctx_doc.snippet creates the HTML code.

    select D.doc_id
      ,D.doc_filename
      ,dbms_lob.getLength( D.doc_blob ) as download
      ,decode( :P12_SEARCH, null, '-- nothing --',
             ctx_doc.snippet( 'IT_DATA.DOC_CTX_IX' -- my Oracle Text index name
                                 , D.doc_id, :P12_SEARCH )
       )
       as snippet
    from it_data.documents D
    where :P12_SEARCH is null
    or contains( D.doc_blob, :P12_SEARCH ) > 0
    

    MK

  • Create null values in the database for interactive report link column values

    Hello

    I'm pretty new to APEX and tries to create an interactive report with the form. This report examines essentially for more information for a particular employee. If the employee has any information in the table, the report presents information with a button change beside him. If there is no record in the table for this employee, a create button appears. Now when you click create, a new creation page. This page contains the employee number as a single display field with the value from the previous page. This value is displayed in the page, but it is not in the database. Create the page has view-only number and a couple of other columns. The other columns get inserted into the table with an empty number!

    Can someone please? Looks like the page keeps the value zero for the number of the employee who came during the search of the interactive report. Hope I made myself clear, being the newbie hope I haven't used any incorrect terminology.

    Thank you!
    Robet

    Without the DB column, apex will not determine which DB column the data in this field are mapped to (it would be quite impossible to guess the destination since the name of the element column).

    If you want to assign to the previous element of the page, use the default section

    return: P1_EMP_NUM

    By default the value Type: body of the PLSQL function

    and configure the attributes of source as I said before

  • Questions about the call for a process of a web site

    Question regarding the appeal process.  I'm new to this part of the technology and I don't know that many would know how it works.  We have a Workbench process that must be called from a remote web site.  The process could take a parameter... That is to say an ID.  The process will then query the database and return a Boolean value to the site and then this site might perform a specific operation.   My question is, are there examples out there that someone could provide which can show how this can be done?  What do I need in my site (I don't know how to configure the buttons create OnSubmit processes and very familiar with javascript, html)?  I think that, somehow, it can be done with SOAP or REST?  Thank you very much in advance for any help.

    You just need a form in HTML with elements (for example textbox - string, file - document etc.) with the same name as the name of the process input parameter and the action attribute of the form must be URL REST of process-oriented.

    For example: for a process(short-lived) having REST URL: Http://localhost: 8080/rest/services/WatchedFolder...  with a parameter in the XML and the document as an output variable, we will use the HTML code below:

    Call REST sample endpoint

    http://localhost: 8080/rest/services/WatchedFolder... method = "post" enctype = "multipart/form-data" >

    Chose a file to send to the process.

    file:

    When you click on submit, the output document would be opened in the browser automatically after submitting the form.

    -Wasil

  • Question about the preconditions for duplication of data Active 11.2

    DB version: 11.2.0.3

    Since Oracle Doc

    http://docs.Oracle.com/CD/E14072_01/backup.112/e10643/rcmsynta020.htm

    + The source database must be mounted or open. If the source database is open, then archiving must be enabled. If the source database is not open, then he must have been closed systematically. +

    I'm a little confused about the last sentence on the "Source DB must have been systematically closed"...

    1. for Duplication, the source DB must be at least in the State of EDITING. Right?

    2. the last sentence means that DB should not have been brought to MOUNT State after a SHUTDOWN ABORT. Right?

    Source DB must have been systematically closed

    Rep. : You need to close the database using stop immediately. Then put the database into the mount status.

    Concerning
    Asif Kabir

  • A question about the sections for the value/element pairs

    Hi Oracle Texters,

    In Oracle 11 GR 1 material with an index of context, is it possible and if so, how, to implement the sections for:
    <a>
         <item>name</item>
         <value>fred</value>
    </a>
    <a>
         <item>nickname</item>
         <value>trooper</value>
    </a>
    So, something like: (this syntax is probably wrong, but gives the gist of what I'm trying to do)
    (name within item and fred within value) within a
    Returns a line, that there is a 'name' and 'fred' in one section "a".

    But I don't want to return a row the following:
    (name within item and trooper within value) within a
    As "trooper" is a "nickname" not a "name".


    When I create sections of the area 'a', 'item' and 'value' two of these expressions return a line.

    If this is not possible, or how to get the result, please do let me know.

    Thank you very much
    Gary.

    Published by: GPN on February 21, 2011 20:24

    It works for me, as shown below. Please post one copy and paste a complete course of code that does not work for you, including the creation of table, inserting data, preferences, index and queries. Please provide the smallest reproducible test.

    SCOTT@orcl_11gR2> select * from v$version
      2  /
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    
    5 rows selected.
    
    SCOTT@orcl_11gR2> create table test_tab
      2    (test_col  clob)
      3  /
    
    Table created.
    
    SCOTT@orcl_11gR2> insert into test_tab (test_col) values (
      2  '
      3       name
      4       fred
      5   
      6   
      7       nickname
      8       trooper
      9   ')
     10  /
    
    1 row created.
    
    SCOTT@orcl_11gR2> begin
      2    ctx_ddl.create_section_group ('test_sg', 'basic_section_group');
      3    ctx_ddl.add_zone_section ('test_sg', 'a', 'a');
      4    ctx_ddl.add_zone_section ('test_sg', 'item', 'item');
      5    ctx_ddl.add_zone_section ('test_sg', 'value', 'value');
      6  end;
      7  /
    
    PL/SQL procedure successfully completed.
    
    SCOTT@orcl_11gR2> create index test_index
      2  on test_tab (test_col)
      3  indextype is ctxsys.context
      4  parameters ('section group test_sg')
      5  /
    
    Index created.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              '(name within item and fred within value) within a')
      5              > 0
      6  /
    
    TEST_COL
    --------------------------------------------------------------------------------
    
       name
       fred
     
     
       nickname
       trooper
     
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              '(name within item and trooper within value) within a')
      5              > 0
      6  /
    
    no rows selected
    
    SCOTT@orcl_11gR2>
    
  • Question about the care for Portege Z30A tool batteries

    Hello

    I used some thinkpads with the function to take care for the conditioning of the laptop battery.
    A useful feature is to disable if you plug the power adaptor so charged above for example, 75% of battery charge.

    It monitors the condition of the battery and advises when a cycle of preparation is necessary.
    Is there a such use for the Porteges or should I use a third party program?

    How about BatteryCare utility?

    It is a free utility that helps you keep your laptop in good condition battery.
    It monitors the battery discharge cycles and helps to increase independence and improve life expectancy. In addition, it provides detailed information battery and monitors the battery discharge cycles.

    But Toshiba also provides own software called Toshiba PC health monitor.
    It gives you a graphical overview easy to read things like the temperature of the portable computer, the fan speed and the condition of your battery.

  • Question about the app for iPad retina

    Hello.

    I searched on this subject, but everything I found was opposed to what I was looking for.

    I developed an application (AIR 3.7.0.1530, Flash CS6), full resolution: 2048 x 1536.

    While I'm checking this app on iPad 2, it works very well and shows everything because I set stage.scaleMode property of ScaleMode.SHOW_ALL. Even if it's a bit ragged, but I am satisfied with the quality.

    What I can't find is, if I download it from the App Store, it will be available for the iPad 2 as well or it can be installed on the iPad retina display?

    Thank you.

    Hey Yusuf,.

    As far as I know any application created in the AIR will work on any device you set in the

    UIDeviceFamily

    Of the application descriptor, if you '2' in there (if you already iPad which means this is already install), this means so that it runs on all iPads little matter how your application actually looks at the screen.

    ------

    While it is fine, running a 2048 x 1536 on an iPad 1, 2 application or Mini will drastically effect the performance of the application, it can even crash on iPad memory 1 if there are too many things on the screen. Is generally good practice to create applications that can evolve around the appliance connection dynamically to the resolution correctly well.

    Anyway to answer your question directly:

    Your application will be available for all iPads. (unless you lock the version iOS to 6 +, which means the iPad 1 is not included)

    Hope that helps,

    O.

  • about the scripts for AWR report data!

    Hi all.


    The oracle's 10 g 2.

    I would like to extract the following data by issuing a query, and not by AWR report.

    ----------------------------------------------------------------------------------------------
    1 load of overall profile cache
    ~~

    2. global Cache efficiency percentages (target local + remote100%)

    Access - local cache buffer %: 99.91
    Access - remote cache buffer %: 0.07
    Access - disk buffer %: 0.02


    3. global Cache and messaging statistics - Enqueue Services
    ~~

    ----------------------------------------------------------------------------------------------

    What is the data dictionary (DBA_HIST tables *) for the above data?

    You will be greatly appreciated if you give me an example of a query for them.

    Thanks in advance.
    Best regards.

    You can get the SQL code of sprepins.sql in $ORACLE_HOME/rdbms/admin

    Concerning
    Vincent

  • Question about the earphones for sansa fuze.

    Hey,.

    I'm looking for a new helmet for my sansa fuze. If there is someone who can help me with this do it please. I found a page on amazon.com

    Here is the link to this page:

    http://www.Amazon.com/s/ref=nb_ss_e_0_9?URL=search-alias%3Delectronics&field-keywords=Sansa+headphones&Sprefix=Sansa+HEA

    Can someone help me please by suggesting a good headset for my fuse sansa at a reasonable price

    There are tons of recommendations already on this forum for the headphones and earphones.  Using the search will give you access to them... BUT... take a review or a recommendation with a very large grain of salt.  Headphones or earphones are the most personal part of the audio chain, and everyone has their own "vision" of what makes a great set.  I can love, you hate him.  No a pair of headphones will be perfect for all applications.

    I use a set of Grado GS 1000 when I want to extract every bit of sound information of the "rocket"; I use the Sennheizer 201 or 202 for general use (meaning: good, but not fantastic sound) and a pair of headphones marshmallow JVC to talk radio applications.

    These are my preferences; yours may be completely different.

    I'm sure that the recommendations are abound, but the only one who really knows your ears and your preferences is Y-O-U.

  • Questions about the icon?

    Hello

    IM new to photoshop and the blow like a compass icon keeps popping up. Sorry I'm sure its something very simple, but I can't go around it.

    Thank you

    Philippe

    Screen Shot 2015-11-24 at 12.51.36.png

    Hi Philippe,.

    Greetings!

    This occurs when you click the display rotation tool.

    Shortcut is the r button.

    Concerning

    Jitendra

  • Question about the clause for the EVE of BACKUP command

    Hello

    I would like to know the exact difference between BACKUP CONTROLFILE CURRENT and BACKUP CONTROLFILE CURRENT for INTELLIGENCE in Oracle 11 g. I searched the docs and My Oracle Support OTN, but still I have not found an answer. I would be grateful for any explanation or references.

    Thanks in advance.

    Hello

    Allows to consider from scratch,

    What is a controlfile :--> its a small binary file that records the physical structure of the database.
    The control file includes:
    The name of the database
    The names and locations of the partners of the data files and redo log files
    The timestamp of the creation of the database
    The current sequence number
    Control point information

    Now, down to backup controlfile--> will have the exact backup of the controlfile used by the database (including the role of the database) Please note that this controlfile cannot serve as a controlfile standby when you try to use it it will return the error

    Backup controlfile as Eve--> will anything similar as for the previous command except for the role of database that are not primary indicator but would be pahysical Eve, all other information would be same.. like with it it will not be an exact replica of the primary database.

    It is the only difference from what I understand concepts.

    Regrads

  • Add columns in the area of interactive reports

    Hello Experts,

    I will add a column more in the interactive area, but is not thinking about the main screen of the report...

    I only add a column in my query and set the position in the report area but still its not shown on main screen...

    Please help me...



    Thank you

    Xandot wrote:

    I will add a column more in the interactive area, but is not thinking about the main screen of the report...

    I only add a column in my query and set the position in the report area but still its not shown on main screen...

    After adding new columns to existing NPA, you must select them for display as developer and Save the new report as the default main.

    Please see the documentation for interactive report.

  • An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    The error was: "an existing connection was to be closed by the remote host".
    (0 x 00002746 WSAECONNRESET error code)

    The query was for the SRV record for _ldap._tcp.dc._msdcs. HAMI. LOCAL

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Forums TechNet Windows 7 Technet.

    Here is the link:
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this helps

Maybe you are looking for