JS Callback after Interactive Report Change

I'm using jQuery to attach some events to rows in an Interactive Report. When you filter / sort / whatever, the DIV that contains the report is refreshed through AJAX. Unfortunately this removes my events. I've tried the "live" event in jQuery 1.3 as well as the LiveQuery plugin with no luck. As a simple example, lets say I run the following code on document.ready:
$('table.apexir_WORKSHEET_DATA td').css('color','red');Is there some callback I can use to run that code again whenever the Interactive Report is refreshed?
Thanks,
Tyler

I don't know enough about jQuery to answer you question effectively, however, I will frequently put JavaScript functions into the footer of the page that fire conditionally based on the value of a page item - the function could fire after the page's refresh was complete, if a page item was set to '1' say, and then it could set the page item to '1' if it wasn't when the page first loaded. Probably won't do for you, but it might if jQuery will work in that context...

Similar Messages

  • Interactive reporting in crm 7.0

    Hi,
    Before upgrading existing crm 5.0, we are studying features and functionalities on crm 7.0 ides system. we are on reporting functionality. we have following doubts, request to please help us:
    1. on ides 111 is a default client created for reporting purpose. do sap create the same client in new installations also or we create any client in crm 7.0 system dedicated for reporting purpose?
    2. once we will upgrade crm 5.0 to crm 7.0, do we need to create any client for the same purpose?
    3. in theory (CRM Interactive Reporting - C41) there are 2 type of clients: CRM interactive reporting and BI interactive reporting. What is the difference except the use based on data volume?
    4. after interactive reporting in crm 7.0, is crm 7.0 completely removing the use of bi system?
    Thanks,
    - gaurav

    What was the problem???

  • Changing value of input field in interactive report

    Hi all,
    I have created interactive report. On 3rd list, i had calculated total for netwr filed and it is displayed at bottom.
    netwr field on list is editable. If value in netwr changed by user , value for total should be changed on same list.
    Can anybody help me out?
    Thanks and Regards,
    Rakesh.

    Hi Rakesh
    Within the third alv's usercommand, Try this code.
    FORM user_command1 USING r_ucomm LIKE sy-ucomm
           rs_selfield TYPE slis_selfield.
        CASE r_ucomm.
             WHEN 'EDIT'.
                 <code>
                 CALL METHOD <alv_instance>->refresh_table_display
                     EXPORTING
                     is_stable = <third_alv_internal_table>
                     EXCEPTIONS
                     finished = 1
                     OTHERS = 2.
      ENDCASE.
    ENDFORM.
    This will refresh the internal table each item a edit operation is done, after this write the code to find the sum.
    Thanks and Regards,
    Rinzy Deena Mathews

  • Interactive Report - Display New/Changed Columns

    Hi,
    when I add or change a column in Interactive Reports, APEX doesn't show me the new column automatically.
    Everytime the user log in, he has to go on "Actions" and "Select Columns" manually, otherwise the new/changed column won't be displayed.
    How can I do that the column is displayed automatically after login?
    I am using APEX 4.0.2.00.07.
    Regards,
    Marc

    Either you, as a Developer, can save the report as Public.
    Or an aithorized user can save the report as a General/Shared Report.
    Or the user can save the report as a Private one.
    Pick the columns you/user wants to see. Then [Action -> Save]

  • Changing fonts and layout of Interactive Report

    Can we change the layout and fonts and colors in an INteractive report?
    Can we apply a report template to an interactive report?
    Edited by: SaintMahatma on Feb 23, 2009 1:48 PM

    I did it like this and it worked.
    <html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">
    <head>
    <title>#TITLE#</title>
    <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_3/theme_3_1.css" type="text/css" />
    #HEAD#
    <STYLE type="text/css">
    .apexir_WORKSHEET_DATA td *{
    background:#ffffff;
    border-top:1px #fff solid;
    border-bottom:1px #ccc solid;
    font-size:11pt;
    padding:3px 9px;
    empty-cells:show!important;
    </STYLE>
    </head>
    <body #ONLOAD#>#FORM_OPEN#
    It's a hard to read the apex_3_1.css because it's all written in one line. So it's a good way to copy the file into an Editor and add additional breaks after each ";"

  • Users unable to change their interactive reports

    What tables and fields control what user can change the report? a bit of history: Due to the terrible bug that plauges apex where user created interactive reports dont get promoted with code changes when promoting from dev to prod environments, we had to figure out a work around so that the users tabs and filters would show up. Now, several weeks after fixing this in the main table(APEX_030200.WWV_FLOW_WORKSHEET_RPTS), the users are now trying to modify the reports but apex just gives the spinng/hourglass when the user clicked the update/save button and it never comes back. Down at the bottom in of the screen apex reports that "error on page". Thats all we have to troubleshoot as far as feedback error messages.
    We have a work around where the user makes changes to their report and then saves it as a different name(they've been adding a "1" on the end). This workaround is making them upset and I suspect its just a flag in some table's field that needs changing. Anyone know/experience this from the install/report bug?
    Thanks,
    Dave

    I am running into almost the exact problem. My version is that there is one eul default for every user and no matter how many they have access to, the tools\options\eul tab does not allow them to change the eul. I am still searching for an answer if I find something I will post it for you.
    Thanks,
    Shelby

  • Interactive Report - is there a way to find and change if necessary the unique column.

    While creating an interactive report I accidently entered the wrong "unique column" on the sql query page.  Is this a big deal and how can I find and change if necessary.
    Query Builder
    Link to Single Row View
    Yes
    No
    Uniquely Identify Rows by
    ROWID
    Unique Column
    Unique Column

    33ac2d45-960f-45af-acba-507f01d18e08 wrote:
    Please update your forum profile with a real handle instead of "33ac2d45-960f-45af-acba-507f01d18e08".
    While creating an interactive report I accidently entered the wrong "unique column" on the sql query page.  Is this a big deal and how can I find and change if necessary.
    Query Builder
    Link to Single Row View
    Yes
    No
    Uniquely Identify Rows by
    ROWID
    Unique Column
    Unique Column
    Yes. You can change this using the Uniquely Identify Rows by/Unique Column properties in the Link Column section on the Report Attributes tab of the interactive report definition.

  • How to change font size in Interactive report

    Hi I am using Apex 4.02 version I need to get all reports into single page but it displayed excess the page limit. Example If report having more than 15 columns it should display in single page so I tried "break" option in all report column headers still it exceed the page. Can any one help me for this ..?
    How to reduce the font size or table width in Interactive report?
    Thanks
    Edited by: Sara254 on Jul 9, 2012 11:29 PM
    Edited by: Sara254 on Jul 9, 2012 11:30 PM

    Hi,
    you can do this in your style sheet.
    Look for class .apexir_worksheet_data and change the font-size.

  • Changing the default number of rows displayed in a interactive report

    Hi,
    I have a sql query based interactive report but i cant change the default number of pages i.e 15.
    is there any way to change the number of rows displayed.
    Thank you,
    rakesh

    Hi,
    That was very useful document that you shared, yes that is correct we can so it this way but there is another way doing it where in if you go to the report attribute section and in that there is Layout and Pagination and under
    that you can fix the number of rows, and over there we can also accept values from page item such as if the page item value changes the number of rows displayed in the report changes dynamically.
    In my report i get only pagination but not a option for layout.
    Any help will be appreciated.
    And also where i can get the links to the similar document that you have shared ?
    TY
    rakesh
    Edited by: rakesh119 on Apr 30, 2013 12:10 PM

  • Using HTML,how to change the color of column data in an interactive report?

    Hi,
    I want to change the color of data of a column in an interactive report.
    I want to do it by HTML.
    I have tried the code
    <style type="text/css">
    #apexir_EMP_MANID{color:blue;}
    </style>
    But it changes the color of the heading of column only. Not the data.
    Plz can anyone suggest me something ?
    Thanks in advance

    Hi Vaibss!
    Is it that what you're looking for?
    Color Coding (Post number 5)
    regards

  • 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 change the color of 1px_trans.gif image of interactive report

    Hi All,
    Iam using interactive report in apex3.2
    I need to change the color of 1px_trans.gif or remove the image in search tool bar
    where we can change.
    pls tell me .......
    Thanks & regards
    Balu..

    I need to change the color of 1px_trans.gif or remove the image in search tool bar 1px_trans.gif is transparent and doesn't have a colour. It is used as a shim image&mdash;an outdated way of controlling the dimension(s) of some element(s). It's intended to be invisible. Giving it colour will cause it to become visible, resulting in all sorts of unexpected and unwanted lines (or worse, solid areas of colour) appearing throughout applications.
    What do you think you want to do? (Whatever that is, it will almost certainly not be achieved by changing the colour of 1px_trans.gif...)

  • Column name change in Interactive Reports

    Hi,
    I am new to Interactive reporting. We have a report that is resulted from Essbase query. Now in the report, we want to change the column names which are basically the essbase dimension member name. Is it possible to chang ethe names per our requiremnet?
    Please help.

    Hi again,
    I think that you may have posted your question in the wrong forum. This one is for Oracle Application Express and maybe that is the reason why you didn't understand my response. If your issue involves Hyperion Interactive Reporting Studio or Hyperion reporting in general then you should ask in this forum instead:
    Hyperion Query and Reporting
    Covers Hyperion Interactive Reporting, Hyperion Financial Reporting, Hyperion SQR Production Reporting, Hyperion Web Analysis, and respective administration/development topics
    Sergio

  • Change standard rows (15) in an interactive report

    Hello,
    I want to change the default value for rows in an interactive report (15).
    It should be displayed in principle always 50 rows. I have unfortunately found no setting which I can change that.
    A search on the net and forum brought no help.
    Can someone help me maybe?

    Ah. Try this -- it was a surprise to me.
    Edit the report but this time click the "Saved Reports" tab at the top. Select your report. Click the report checked box -- I don't know if this is necessary. Then in the "Actions" > "Rows Per Page", what number is highlighted? Highlight 50. If the selector doesn't go up the 50, increase the Maximum Rows Per Page back on the "Report Attributes" tab. The saved report should now be set to 50 lines per. Login in again and restart your report.
    Finally - maybe,
    Howard

  • In an interactive report, after going to 5th list, can you come back to 2nd

    Hi guys,
           I am having a simple doubt, can you clarify me.
    In an interactive report, after going to 5th list, can you come back to 2nd list? how?

    HI,
    Write this under at line selection.
    Atline-selection
    case sy-lsind .
    when 1 .
    when 2 .
    when 3 .
    when 4  .
    when 5.
    sy-lsind  = 2 .
    when  12 .
    when  13.
    endcase .
    Thanks
    Mahesh

Maybe you are looking for

  • Invalid column name exception

    I am receiving an Invalid column name SQLException. I initially thought it was a problem with the computed fields, but was after making the usual changes to the model implementation the exception is still occurring. I can run the SQL statement in SQL

  • No sound with Keynote?

    Hi, I just tried to view the MacWorld Keynote and cannot get sound. I have an Intel MacBook with the latest updates. -Dan Uff

  • Oracle 10.2.0.4 downgrade to 10.2.0.1 easiest way ?

    Hello all, I would need to downgrade my database ( 10.2.0.4 ) to the previous 10.2.0.1 , is there a simple way or is it really teidious. Much appreciated

  • No access to Management Studio

    I installed Microsoft SQLServer 2008 Express and I can only access Two functions: Import Export Data and Configuration Tools. There is no Management Studio

  • No Internet Broadband Connection Fix

    For about 3 weeks I have had intermittent problems connecting to the Internet.  My BT hub always showed 3 blue lights and my PC and laptop both showed I had good connections with the hub.  Calling BT in India didn't help much.  Then I tried unpluggin