Questions on Interactive Report Icons

When I created an Interactive Report, rectangular icons have been automatically created on the left side of the report on every line.
When clicked one of the icons, it displays the details of the line in vertical order.
Here are my questions:
1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?
2. How can I hide the icons?
3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?
Thanks,
Guy

Hello
1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?You can create another region, or page that will show your row description by identifier or rowid. You can do this by changing Link Column type to "Link to Custom Target"
2. How can I hide the icons?Go to Interactive Report -> Link Column -> Link Column change to (Exclude Link Column)
3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?The same as answer 1.
Best Regards, Kostya Proskudin!

Similar Messages

  • Two short questions on Interactive reports

    Hello,
    I have two questions on passing filter to an Interative report
    1) the text that I send to the filter can contain commas. Is it possible to work around this? (comma is interpreted as splitting the filter values)
    e.g. f?p=104:19:::NO:19,RIR:IR_BUS1_NAME,IR_IS_OPEN:*Corporate, Other and Eliminations*,Yes
    %2C%20other%20and%20eliminations,No,Yes
    --> in this case it get messed up when passing to the IR page.
    2) anyone know if it is possible to send a IN parameter to an interactive report?
    Brgds
    Christian

    1 \value\ should do the trick
    2 Yes, I think so (only done it with ordinary reports and too lazy to check right now!).
    Build your string of value1,value2.. in an item then use the &ITEM. syntax in the SQL
    HTH,
    Chris

  • Interactive Report Icons

    Greetings.
    I am using APEX 4.0.2
    I have an interactive report. When I try to change it to Icon view, I receive the following error:
    ORA-20001: get_dbms_sql_cursor error ORA-00936: missing expression
    Is there something I am doing wrong?
    Regards,
    Bill Chadbourne

    Hello
    1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?You can create another region, or page that will show your row description by identifier or rowid. You can do this by changing Link Column type to "Link to Custom Target"
    2. How can I hide the icons?Go to Interactive Report -> Link Column -> Link Column change to (Exclude Link Column)
    3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?The same as answer 1.
    Best Regards, Kostya Proskudin!

  • Interactive Report - Icon View - Dynamic Columns per Rows ?

    Hi all,
    We use the icon view functionnality in Interactive Report.
    Is there a way to display the 'columns per row' attribute as an application item and set it dynamical via PL/SQL ?
    Any suggestions?
    Thanks in advance for advices,
    Regards,
    Grégory

    Hi,
    Apex 4.0 interactive reports and images (Scott's thread)
    Have some useful information and pointers to the solution you are looking for.
    I hope this help.
    Thank you,
    Ranish

  • Basic question in interactive reporting

    Hi
    I'm a kid in IR, I installed IR Studio 9.3.1 , and I even installed IR web Client from workspace, Can anyone tell me how to login in to web client, I mean I need web address. If my question is wrong ...let me know how IR works , where you develop(I guess obviously in studio) , is there any webadress like planning.
    I appreciate if any one give some basic Idea.
    Thanks
    M.V

    You do not need to "log-in" to webclient. As I suppose (you installed webclient) you are allready logged in to workspace and you only need to import an interactive reporting document (bqy) into workspace. after that you just have to rightclick on the file in your workspacefolder and choose if you want to open the document in html or in webclient. when you choose the client, the plugin will open and you can use many of the functions you also have in the studioclient. in html you only have very few options of editing.
    regards,
    Marius
    Message was edited by:
    user619911

  • Question on Interactive report on Apex 4.1

    Hello
    I have a page that I am linking with an interactive report. To the second page I need to pass the filters that is/are chosen in the interactive report. How do I access the filters that are created in the interactive report at run time?
    Is there a way to access the item "Row Contains" that is there in the interactive report?
    Thanks
    aks

    http://stewstools.wordpress.com/2009/02/19/get-ir-where-clause/

  • Question on interactive report

    hello sir in interactive report in output we click on customer feild it open a secandary list. it display a data.if customer is not having any order,then it show some message. tell me how i wil do it

    Hi,
    Try this..
    DATA: BEGIN OF ITAB1 OCCURS 0,
    KUNNR TYPE KUNNR,
    END OF ITAB1.
    DATA: BEGIN OF ITAB_DETAIL OCCURS 0,
    KUNNR TYPE KUNNR,
    VKORG TYPE VKORG,
    END OF ITAB_DETAIL.
    ITAB1-KUNNR = '123'.
    APPEND ITAB1.
    ITAB1-KUNNR = '1234'.
    APPEND ITAB1.
    ITAB_DETAIL-KUNNR = '123'.
    ITAB_DETAIL-VKORG = '1000'.
    APPEND ITAB_DETAIL.
    LOOP AT ITAB1.
    WRITE: / ITAB1-KUNNR.
    HIDE ITAB1-KUNNR.
    ENDLOOP.
    AT LINE-SELECTION.
    LOOP AT ITAB_DETAIL WHERE KUNNR = ITAB1-KUNNR.
    WRITE: / ITAB_DETAIL-VKORG.
    ENDLOOP.
    IF SY-SUBRC <> 0.
    MESSAGE S208(00) WITH 'NO RECORD FOUND'.
    ENDIF.
    CLEAR: ITAB1-KUNNR.
    Thanks,
    Naren

  • Question on Interactive Report feature sorting

    Hi,
    I have about over 10,000 records and used the interactive report feature on Apex. For some reason, on the timestamp column, I tried to resort in the latest date and it only shows the latest date of last year and didn't show the latest date of 2010. I tried changing the timestamp column to sort by descending, and it doesn't show any latest date in 2010, only 2009.
    Could this be an issue with the interactive report issue.
    Thanks,
    Michael

    Hi,
    If you have default 10,000 row limit in interactive report , sorting work only for that record set.
    Increase rows that report show, or you can use ORDER BY in report select to get e.g. 10,000 latest row.
    Br,Jari

  • Question - Resetting Interactive Reports on Different Pages

    Hi,
    I currently have 5 pages, each with an Interactive Report. Page 1 contains column links with filters to the other 4 pages.
    Once a user has clicked a column link with the relevant column filtered on the Interactive Report on the other page, the only way I can see for the user to reset each Interactive Report is to manually reset the report on each page.
    Is there any way to perform the "RIR" or "CIR" clear cache setting on all the Interactive reports for a delimited list of pages via one button click?
    Thanks in advance,
    - Stuart

    Hi Simon,
    The scenario could be that the user clicks on 3 different column links on page 1 and the Interactive Reports on those linked pages are filtered. The user is happy with the information and decides that he/she wants to look for completely different data within the Interactive Report on page 2 (3 or4).
    When they go to that page, it is still filtered based on the column link. To reset the report, they need to manually select Reset from IR menu. This would need to be done for each of the other pages with previously filtered reports.
    The Reset I am looking to perform is almost like when each page is visited. It would be similar to performing a clear page cache on multiple pages and you pass the page number as a parameter from one button click using a PL/SQL block. i.e.
    BEGIN
    APEX_UTIL.CLEAR_PAGE_CACHE('1');
    APEX_UTIL.CLEAR_PAGE_CACHE('2');
    APEX_UTIL.CLEAR_PAGE_CACHE('3');
    END
    Ideally, if there was some way to do something similar for all or specific Interactive reports then it would reduce the number of clicks made by the user.
    The application is to be aimed at users, who need to get information with as few clicks as possible.
    - Stuart

  • 2 questions on interactive reports

    Hi,
    As topic says I have to questions about IR.
    Im building an IR from an apex_collection.
    1. Is it possible to dynamicly set the header values in the IR? As I have different data in the collection it would be nice to set the headers to something depending on the data viewed.
    2. Is it possible to ommit columns that has no value? The apex_collection contains 50 columns and sometimes I would use most of them, at other times I would maybe only use two and would want the rest to be shown.
    Hope this is possible.

    I did some more testing.. And as soon as I select more than 15 columns from the collection the error occurs.
    I have put another man on the problem, and hopefully he will be able to solve it. It is most likely a database problem. I will try to give feedback on the error.

  • Dear abapers, i have a question in  interactive reports

    i display all the customers in basic list.
    when ever i  double click on a single customer in basic list it has to take me to the transaction code xd03 and  display all the bank details relavent to that customer(probably the 4th screen in xd03').
    note: i had used set parameter id field fieldname., call transcation xd03 and skip first screen.----- it just skips the first screen and displays second screen.
    but i need the bank transactions screen.

    Hi,
    chk out these program..
    EXAMPLE 1:
    TABLES : zcust_master2.
    DATA : wi_zcust_master2 LIKE zcust_master2 OCCURS 0 WITH HEADER LINE.
    DATA fld(30).
    SELECT * FROM zcust_master2 INTO TABLE wi_zcust_master2.
    WRITE :/ 'CUSTOMER IDENTIFICATION NUMBER' COLOR 5.
    LOOP AT wi_zcust_master2.
      WRITE : / wi_zcust_master2-zcustid HOTSPOT ON.
    ENDLOOP.
    HIDE : wi_zcust_master2-zcustid.
    START-OF-SELECTION.
      SET PF-STATUS 'ZBANKCUSTRTRIAL'  .
    AT LINE-SELECTION.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'SUBMIT'.
          GET CURSOR FIELD fld.
          IF fld = 'WI_ZCUST_MASTER2-ZCUSTID'.
    SELECT SINGLE * FROM zcust_master2 INTO wi_zcust_master2 WHERE zcustid
    = sy-lisel.
            WRITE :/ wi_zcust_master2-zcustid,
                     wi_zcust_master2-zcustname,
                     wi_zcust_master2-zaddr,
                     wi_zcust_master2-zcity,
                     wi_zcust_master2-zstate,
                     wi_zcust_master2-zcountry,
                     wi_zcust_master2-zphone,
                     wi_zcust_master2-zemail,
                     wi_zcust_master2-zfax,
                     wi_zcust_master2-zstat.
            LEAVE TO LIST-PROCESSING.
          ENDIF.
        WHEN 'BACK1'.
          LEAVE PROGRAM.
    ENDCASE.
    EXAMPLE 2:
    report  z_aru_interactive.
    *& TABLES
    tables :zcust_master2.
    *& INTERNAL TABLES
    data: wi_zcust_master2 like zcust_master2 occurs 0 with header line.
    *&  DATA DECLARATION
    data: chk1 type c,
          fldname(30), fldval(50).
    select * from zcust_master2 into corresponding fields of table
    wi_zcust_master2.
    loop at wi_zcust_master2.
      write : / chk1 as checkbox,
          sy-tabix, sy-vline,wi_zcust_master2-zcustid.
      hide : wi_zcust_master2-zcustid.
    endloop.
    *&      Form  disp1
          text
    form disp1.
      window starting at 25 5
             ending at 150 15.
      do.
        clear chk1.
        read line sy-index field value chk1.
        if sy-subrc ne 0.
          exit.
        else.
          check chk1 ne space.
          select * from zcust_master2 into corresponding fields of table
                  wi_zcust_master2 where zcustid = wi_zcust_master2-zcustid
          loop at wi_zcust_master2.
            write :/ wi_zcust_master2-zcustid,
                     wi_zcust_master2-zcustname,
                     wi_zcust_master2-zaddr,
                     wi_zcust_master2-zcity,
                     wi_zcust_master2-zstate,
                     wi_zcust_master2-zcountry,
                     wi_zcust_master2-zphone,
                     wi_zcust_master2-zemail,
                     wi_zcust_master2-zfax,
                     wi_zcust_master2-zstat.
            modify current line :
              field value chk1 from ' '.
           FIELD FORMAT chk1 INPUT OFF.
          endloop.
        endif.
      enddo.
    endform.                                                    "DISP1
    ***line double click ****
    at line-selection.
      check sy-lsind = 1.
      window starting at 5 4
             ending at 85 20.
      write: /  'THE USER DOUBLE-CLICKED A LINE IN THE REPORT'.
      write: /  sy-lisel.
    CLEAR : it_test-code, it_test-name.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      uline.
      skip.
      skip.
      write : / 'Below from Get Cursor Field...'.
      get cursor field fldname value fldval.
      condense fldname.
      condense fldval.
      write : / 'You have clicked ', fldname, ' & its value is ', fldval.
    *function key press F6
    at pf06.
      perform disp1.
    Hope this helps u,
    Regards,
    Arunsri

  • Apex 3.1. Interactive Report. Questions and Problems.

    Hello!
    First of all I'd like to say Interactive Report is a really really brilliant feature, it covers exactly that points which we were missing in previous releases of Apex. Only this single feature makes Apex 3.1 release most significant for us since may be HTML DB 1.6. So much much thanks!
    So I have some questions about Interactive Report (IR):
    1) About "Save Report" feature. It is possible there to save own version of report layout or overwright the default settings. There is also possibility to completelly disable this function. So the question is it possible to disable only the ability to overwright the default report but give the ability to save own reports. It would be reasonable since too smart or too dum users can break the default layout of report and break the work for other users which don't use this function at all. At the same time the possibility to save own reports
    is absolutelly perfect
    2) Search. I'm from Germany and we have some national non-english symbols. The IR can't perform seach correctly if we use words with such symbols. Example word "Bestätigt" is interpreted by IR as "Bestätigt". At the same time the words are correctly displayed in reports and in interface. We have correct NLS_LANG, we have imported the lang_de.sql , and our own self-made search on simple reports works ok. What's to do?
    3) Charts in IR. Is there some data volume limits for Chart in IR ? sometimes we get the message "Loading XML...100%" during chart rendering and then happens nothing. In log file of Apache there is no any error messages...
    Thanks in advance,
    Alex

    Hi Alex,
    Glad to hear you're putting interactive reports to use, we put in a lot of time trying to get them right (at least for their first release).
    1) The "Save As Default Report Settings" option is only available for Developers, so you can only see it if you already see the developer toolbar at the bottom of the page. Standard end-users can't see this, so they can't save over your default report settings.
    2) That's right, the character set of the DAD needs to be AL32UTF8.
    3) A maximum of 1000 chart points will be returned, but you should not get this error. Can you describe the columns you are charting and the chart settings?
    - Marco
    Message was edited by:
    MAdelfio

  • Interactive Reporting 11.1.2.1 Questions

    I have a few questions regarding Interactive Reporting 11.1.2.1 after being unable to find anything out researching extensively here and in multiple blogs, search engines, readme's, admin guides, etc.
    I have not had training in IR yet....my going to training is dependent on several things, one being able to use the IPad with these IR reports.
    - I noticed I am only able to create a database connection file through the desktop IR studio client interface. For the web client, no luck. Would this be correct?
    - Would viewing IR reports and drilling into dimensions work through Workspace on an IPad? Or is there another way to view IR reports on an IPad?
    Any info provided would be extremely helpful and appreciated.
    Thanks- C

    FYI, Safari is not a supported browser for 11.1.2.2 and before. If I recall when I last tested it - I believe I was able to log in, but none of the objects or menus worked, so you could't do anything.
    Financial Reporting is supported, in the latest release (11.1.2.3.):
    Apple:
    iOS5, iOS6:      Financial Reporting only support Native Browser only     
    Android:
    3.x, 4.x:      Financial Reporting only support Native Browser Only     
    Not 100% sure what that exactly means and will have to setup an environment to test.
    It also seems the documentation is supported on Safari though.
    Regards, Iain
    Added FR details: on May 22, 2013 4:01 AM

  • Interactive report and default-filter

    ahoj!
    i have a question regarding interactive reports and default-filter for a date: is it possible to use the current date for the default-filter? apex need 'dd.MM.yyyy' for the filter... already tried to_date(sysdate, 'dd.MM.yyyy')
    thx in advance,
    christian

    Hi,
    I've just been trying the "in the last" option and had no problems for any number that I entered. Are you just entering 1 into the box? What error do you get?
    I've loaded the page with Debug switched on, and get:
    select
           null as apxws_row_pk,
           "DATE_ID",
           "ATD_DATE",
           "CHECK",
           count(*) over () as apxws_row_cnt
    from (
    select  *  from (
    select
    apex_item.checkbox(1, DATE_ID) "CHECK",
    "DATE_ID",
    "ATD_DATE"
    from "#OWNER#"."ATD_DATES"
    )  r
    where ("ATD_DATE" between systimestamp - (1 * :APXWS_EXPR_1) and systimestamp)
    ) r where rownum <= to_number(:APXWS_MAX_ROW_CNT):APXWS_EXPR_1 would contain the value 1 as that is what I've entered for the filter. My report's sql statement is just the innermost nested select statement, the rest has been added by the IR functionality and the filter.
    Andy

  • Interactive reports help

    Hi all
    I have some questions about Interactive reports 3.1 . I'm not sure if IRR have this capability but I know I am having a hard time setting it up for a user. So if anyone knows if this is possible it would be a great help
    First I need to create a IRR that is grouped by Vendor/Year. Other column would include project and contract amount.
    I filtered the report using date between 01/06 -12/31/07 - easy enough
    The purpose of the report is to show the total spent on contracts for the year 06 compared to 07 . The user would select the years to compare in the future.
    I can break on vendor and aggregate the sum of the contract amount but I can not seem to
    a) get a grand total of all contracts
    b) break on year
    I tried the compute action item but was lost.
    The user may accept two separate reports by year (2007,2006) but I will need to sum the contract amount by vendor and then I'll need a grand total.
    Is either way possible with IRR?
    Thanks So much
    Moe

    Dimitri
    Thank You for your reply
    We are trying to make it easier for the user to generate these reports on demand. Once the IRR report is done it will be downloaded to pdf so the totals will need to be part of that report.
    As basic example, the user chose contracts awarded to vendors for the year 2006 only by using a filter. ( no compare) They would expect to see a subtotal of the contracts by vendor
    Vendor: Acme (break on vendor)
    contract1 500.
    contract2 500.
    Total of contracts to Acme = $1,000
    Vendor Genx
    contract12 500
    contract13 500
    Total of contract to Genx = $1,000
    Grand Total of contracts awarded for 2006 = $2,000.00
    Then I thought the user could use the save report feature to save the one for 2006 and create another one same format for 2007 and use that to compare years.
    If I'm missing the obvious I apologize
    Moe

Maybe you are looking for

  • Enter parameters and then click on the option to fill out data

    I have a form for entering a start date and end date then click Open report button. The use wants to add a default option on this form to pull out data based on a condition (i.e., only class 1, 2, and 3 to be pulled out by default). If uncheck the op

  • Graph not rendering at refresh

    Hi everyone, I have a problem with a graph (a pie graph) I created with datacontrols: When I load a page, I'm able to see it, but when I change of page and come back, it doesn't appear. The usual message "Fetching data..." appears like always, but th

  • Adobe CS6 Master Collection problem installing

    Hey , I Have a Mac OS X Version 10.6.8 , everytime i try to install the program i keep getting the same message. your installation encountered errors. Installer failed to iniialize. this culd be due to a missing file. More troubleshooting tips: 1.res

  • Can't open file type

    hi there, I have a Nokia lumia 800 and I cannot download apps to it as it always states can't open as Windows doesn't support file type. I am trying to download apps which state they are for my phone. please help.....

  • How can a Backgroundprogram(non focused) recognise key inputs

    Please help me to solve the following problem!! I want to have a java program which is able to work with keyboard inputs although it isn't focused. For example you start this program and another application(which is focused). The program running in t