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!

Similar Messages

  • 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!

  • 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

  • How to remove the edit icon in interactive report?

    Hi All,
    I am using the Customer Tracker 1.1 sample and I would like to remove the edit icon on the Customers list. (Instead I would like the Customer name to be the link itself).
    However, nothing I do on the reports properties seems to have any effect on this icon!
    I have even remove the A.ID column from the underlying SQL query but I still see the little pencil!
    Any ideas?
    Regards,
    Pawel.

    Sorry for the spam!
    I just discovered the whole new section in the Interactive Report - Link Column - just needed to exlude the link.
    P.

  • Changing the default edit icon of interactive reports

    Hi,
    I have tried to look around to find a place to set the default edit icon of interactive reports and I cant seem to find it.
    Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.

    bjarkekr wrote:
    Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.I would apply an override using CSS.
    Create a style sheet and include it in all required page templates:
    .apexir_WORKSHEET_DATA td[headers="LINK"] a img {
      display: none;
    .apexir_WORKSHEET_DATA td[headers="LINK"] a:link,
    .apexir_WORKSHEET_DATA td[headers="LINK"] a:visited {
      display: block;
      /* Change dimensions to size of your icon */
      height: 18px;
      width: 18px;
      /* Change URL to location of your icon */
      background: transparent url(/i/ws/small_page.gif) no-repeat;
    }This removes the edit icon specified in the IR attributes and replaces it by showing whatever icon you want as a background image on the link element. This allows you to change the icon universally for all IRs by making a simple change to the dimensions/background image URL in one place.

  • How to pass ITEM:VALUE pair in ICON view link of Interactive Report

    When Icon View is enabled in an interactive report, you can display graphic images (blob data that are stored in the database) in 3 different views.
    1) View Icons
    2) View Report
    3) View Detail
    When you click on the displayed image in views 1 and 3 you navigate to a form to manage the row data and the image. By default it only passes the PK id of the row.
    How do I pass additional ITEM:VALUE pairs when navigating to the detail form page? I want to pass &APP_PAGE_ID. to the form page as well.
    There is an attribute under ICON VIEW called "Link Column" but if I put the "item:value" pair in the fields for this item's "ColumnLink" attributes, there is no effect.
    Also for bonus points...
    how do you make the ICON VIEW attributes, "HTML ALT Text" and "HTML TITLE Text" dynamic e.g. &ITEM. doesn't work here.
    thanks in advance
    Paul P

    For your link column, parse a link column in your query like so
    apex_util.prepare_url('f?p=M:53:'||:APP_SESSION||'::::P53_IMAGE_ID:'||i.image_id)Scott

  • How to show an icon in an interactive report against rows using a criteria

    Hi,
    I have an interactive report with customer and revenue details (let's say based on Table_A data)... I want to highlight the customers (via ICON beside the names) that has some collections related issues...I've stored these customers in Table_B... Please advice...
    Thanks in advance...

    Modify the IR region's SQL query for the emp name column by adding the HTML code for the image.
    For example
    SELECT <column 1>
          ,<column2 >
        ,DECODE(    (SELECT count(1) from table_b B where B.empno = A.empno)
                           ,0
                           ,emp_name
                           ,'<img alt="special icon" src="i/myicon.png">'||emp_name
                       ) AS EMP_NAME
    FROM <table a> A
    Note: In the code above, I have used a decode statement and an inner SQL to fetch the value from the other table. Modify it as per you case
    You also need to change the emp_name column in the report settings to be shown as "standard report column" (instead of display as ..)

  • Interactive Report, Link Column, Link Icon problem.....

    APEX v3.2.000.27.
    I have an interactive report and in the "Link Column" section there is a "Link Icon", if I try to substitute using one of the Columns, #IMAGETOUSE#, it does not do the substitution....
    Has anyone ever seen this happen before? It does the substitution for #IMAGE_PREFIX#, but not for any column, no matter which column I use...

    Hi,
    The subsitute #IMAGE_PREFIX# is just the path of the image stored in apex installed directory. If you are trying to access the image that you have manually uploaded try using #WORKSPACE_IMAGES#. If you have a column name "COL1" substituting #COL1# in link text will display the value of the col1 in the report and it will have the url defined in URL section.
    Thanks,
    Manish

  • Is there a way to label icons in Interactive report search bar

    Is there a way to label icons, 'View Report' and 'View Chart' icons (the ones next to the go button) in the Interactive report search bar..
    We are developing a report for users to pull metrics. We have put in report view and chart view. But the use of the icons cannot be recognized quickly by the users, unless educated. Is there a way to label them with some text. Or is there any other way to improve this.

    >
    Please update your forum profile with a real handle instead of "878815".
    Is there a way to label icons, 'View Report' and 'View Chart' icons (the ones next to the go button) in the Interactive report search bar..
    We are developing a report for users to pull metrics. We have put in report view and chart view. But the use of the icons cannot be recognized quickly by the users, unless educated. Is there a way to label them with some text. Or is there any other way to improve this.They are actually already labelled&mdash;look at the page source&mdash;presumably for accessibility reasons. CSS styling is applied to move the label text to a position where it is invisible when viewed on screen. All that's required to show the labels is to override/customize the CSS so that the label text is visible and the buttons are sized to accommodate it.

  • Icon in interactive reports

    Dear gurus,
    I want to display the field seperatly for the first screen in the interactive report.
    can u suggest any idea.
    Regards
    R.Rajendran

    Dear Lakshmi,
    I have used the following syntax in my program. Please check and let me know if any correction.
    data : w_icon(18) type c value 'ICON_CREATE'.
    WRITE : /5 '|' no-gap,(12) 'Auto Total ','|',(11) mt_tvalAOE right-justified color 5 hotspot ,  w_icon as icon ,'|' no-gap
    Regards
    R.Rajendran

  • Can't see interactive report page pagination icon

    Version 3.2.0.00.27
    When my interactive report first appears, it displays "1-15" in the pagination region. It does not show an icon to let me display the next 15 rows.
    However, if I modify the report (as a user), and save that version (as "temp") so that I now have the "Working Report" and "temp" tabs, the pagination now includes the next page icon (i.e. 1-15 ->)
    What do I need to do to have the next-page icon appear in my default report?
    Thanks,
    -Ken

    Hi Sharmila,
    About privilege it4s ok, I have full control, all the permissions.
    When I do "Refresh Portlet Repository" it gives me this ....
    Portlet Repository Refresh Status
    Started By: RENATO
    Started On: August 27, 2002 09:38:17
    Completed On: August 27, 2002 09:38:36
    Refresh Status: Complete
    Refresh Result: Succeeded
    View Details:
    Error: Unable to perform query (WWV-10202)
    ORA-01722: invalid number (WWV-11230)
    No row returned.
    Could be this error the problem ?
    If yes, do you have any ideia about how to deal with it ?
    Thanks !
    Best Regards,
    Renato

  • Enabling Icon View in an Interactive Report

    Hi all
    I would have liked to add a screenshot to show what is exactly the nature of the problem, but since I cannot, I'll give as much details as I can.
    So, any way, in Apex 4, I enabled the "Icon view" in the "Interactive Report Attributes" of an "Interactive Report". Once I ran the application, I switch the view of the report to "Icon View" and then deactivated the "Search Bar" (in the "Interactive Report Attributes") in order to restraint the user's view to the "Icon View". Everything worked just fine, I got the application to load the icons and to display them with a cute text... but then, even if the report is displayed as a horizontal "list", I remain stock with some of the report's view borders, + when I scroll my mouse on one of the icons, it highlight all the icons of the row like it will do for an interactive report's line. So what I will like to do is to completely hide the reports border and to disable the mouseover option.
    I tried to resolve those two 'detail's by using the customizing options offered by Apex, but I couldn't find anything. I'm open to any suggestion...
    Thx
    Pierre
    Edited by: user3155246 on 15 sept. 2011 12:16

    user3155246 wrote:
    I would have liked to add a screenshot to show what is exactly the nature of the problem, but since I cannot, I'll give as much details as I can. You can do something even better: reproduce the problem exactly on apex.oracle.com to share it with the community at first hand...
    (And please update your forum profile with a real handle instead of "user3155246".)

  • Please, Wait - Processing Icon - for Interactive Report Query

    Is there a way to use the built in animation that displays a "busy or processing" animation when using an Interactive Form with a live dynamic query?
    For example, I built an Interactive Report using a query. However, I would like to display to the end user an animation while they wait for the query to load the updated data.
    I notice when interacting with the Interactive Report, there is an animation that displays when using filters, sorts and searching for data. How can I use this built in animation when querying data to build the report on initial load?
    Any direction on this is appreciated.
    Thanks in advance!
    Jason

    Hello Jason,
    Take a look at this thread to see if it answers your question.
    "Please Wait" message
    Thanks,
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • Interactive report column filters to display differently than column values

    Greetings...
    We use images a lot in our interactive reports to provide a visual representation to a status, or something locked for update, or what-have-you. By default, when a user clicks the column heading of a column which contains images, the drop-down list that shows up displays the actual images, which is nice for the user to identify exactly which thing they want to filter on. The problem is when the user selects on of the options in the filtering drop-down, the resulting condition that is displayed under the interactive report search bar is the HTML code of the image. I'd like something else to display there because showing the user the HTML code is atrocious.
    I didn't think what I want is possible, but then I came across the Page Locks page within ApEx (page 4000:291 in ApEx 4.0.1) which displays a list of all the pages of an application and whether they are locked or not. It also allows you to bulk lock or bulk unlock a bunch of pages. That page uses an interactive report with a column called "Status" which contains images that represent whether the page is locked or not. When you click the "Status" column heading to filter, instead of seeing the images of an open and closed lock, you see the words "Page Locked" and "Page Unlocked." And even better... when you select on of them, the condition that is displayed to the user is very user-friendly.
    Can someone tell me how this is done so I can replicate it in my own apps?
    Shane.

    Why not create the IR using the text you require e.g. 'Lock', 'Unlock' and then use JQuery to replace the text in the report with the image you want. All the filters should then show the plain text and the report will display the image. e.g.
    http://apex.oracle.com/pls/apex/f?p=46801:1
    Here's what I did:
    Firstly make sure the IR has a region template.
    Then create a Dynamic Action with the following attributes:
    1. Advanced
    2. Event: After Refresh
    3. Selection Type: Region
    4. Region: [select the IR Region]
    5. Action: Execute JS Code
    6. Fire on page load: [checked]
    7. Code:
    $('td [headers="TEST"]').each(function(index) {
      if ($(this).text() == 'Lock') {
        $(this).empty().html('<img src="/i/htmldb/icons/locked_small.gif" alt="Lock" />');
      else {
        $(this).empty().html('<img src="/i/htmldb/icons/unlocked_small.gif" alt="Unlock" />');
    });Where TEST is the column name.
    That's it, this may also be of interest:
    http://simonhunt.blogspot.com/2011/10/adjusting-interactive-report-column.html
    I hope it helps
    Shunt

  • Interactive Report

    How to create a classical report for this requirements,
    1) purchase documents and vendor.
    2) vendor performance report that lists vendor name, materials
    Supplied and actual delivery times, payments terms and prices
    Purchase.
    3) Requisitions with details like MRP controller, release date, unit
    to Measure along with the standard details
    4) list of customer number, Credit limit To the given Customer.
    Thanks and Regards,
    Sivaguru.

    Joel,
    I have checked the report attributes and the "Save Report" checkbox is checked.
    I as a developer, can save a default report selection and this is understood.
    The problem is, when signing in as a user, no save icon is visible.
    I thought maybe it was something with the install, so I created the Demo application and if I create an interactive report there, it works fine for the end user.
    They do act differently in development modes between the two applications.
    In Demo, if I save as a developer, "Save Report" choice, I get a window where I can name the report or select from drop down, "As default Report Settings".
    In my application, if I save as a developer, "Save Report*" choice, I get a window that just states:
    "The current report settings will be used as the default for all users" and my choice is Cancel or Apply.
    The choice in developer mode is also different, one has an asterisk and the other doesn't.
    I think it might have something to do with authentication?
    The Demo application prompts for user name and password and my application doesn't have authentication because user is authenticated done before getting into the application.
    Without authentication, it probably won't save reports for each user.
    I do have access to each users id, would need to know where I can use it to tell the application this and that they are authenticated already.
    Thanks for your help,
    Rick

Maybe you are looking for

  • GETTING DATA FROM ODS BY USING A FUNCTION MODULE..

    Hi Frnzs, Here is my issue..Plz go thru it.. I  have a function module (YFSF_ICR_GET_EXCHG_RATE_ODS). the function performs the current logic without any changes, that is reading SPOT rates for actuals (the planning cycle is empty) or S rates for for

  • How to change the Mesure Group ID, without losing the existing partitions in cube developement

    Hello all, I am creating my cube and i created measure groups and partitions for those Measure Groups. The problem is now i want to change the measure group id. but when i do that, i am losing my partitions and aggregations on those partitions. is th

  • LabVIEW Instalation problem

    Hi, I'm having a huge and urgent problem... I'm a student and I'm at a company that gave me LabVIEW 2012 to install in my computer, my problem is the following: My CD's have written "NI Developer Suite 2012" I play the CD and it keep's saying it is 2

  • Scheduler and timezones

    We have a number of different databases for different countries around the world, but they all run on Windows servers that are set to use unadjusted GMT (so no daylight savings time kicks in as far as the OS is concerned). I want to schedule a job so

  • URL in UWL

    Dear Experts, How to diplay a URL as a hyperlink in UWL (under Notification); currently the URL is displayed as a text. Regards, Kanthimathi