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

Similar Messages

  • Variable or Substitution String in Interactive Report Filter

    Background: I have an application that has a number of customized Interactive Reports where the Filter on the reports is set to a custom company name. When I install the application, I do not want to go through the reports and change the filter for the new company's name. The filters I need to change are all set by LOVs.
    Question: Is there a way that I can do one of the following:
    - associate a Filter with a Variable or Substitution String such that I can set that variable or string on login and then the user always sees the correct Filter displayed in the Interactive Report?
    - or is there a code method to update a sql apex table behind the scenes to reset the Filter to the new value. So that I could run that after installation as part of a customization / set-up time?
    System Info: 4.1.0.00.32
    Thanks,
    Stephen
    I used the IR_FILTER function, and while it allowed for a new filter to be set. It did not save the filter after logout or for other users accessing the Primary report. I could not find a SAVE Interactive Report function. So, my question still stands on looking for a method to set and save Filters programatically.
    Edited by: slsmith on Apr 19, 2012 8:07 PM

    Hi,
    I don't have access to an Apex 3 environment to check this, but I think that the Apex 4 Interactive Reports save the filters slightly differently and an attempt to mimic that functionality using IR conditions would fail.
    The only alternative I can think of right now is to have an additional column that returns 0 or 1 - eg:
    SELECT FIELD1,
    FIELD2,
    FIELD3,
    CASE WHEN (FIELD1 IS NULL OR FIELD2 IS NULL OR FIELD3 IS NULL) THEN 1 ELSE 0 END INCLUDE_NULLS
    FROM YOURTABLEand then apply a filter to INCLUDE_NULLS = 1
    Andy

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

  • 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

  • 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 Reports - SQL Source Question

    Background
    Apex 3.1 is installed on Oracle 10g instance on local machine but all data is stored on a remote machine on Oracle 9 & 10 instances.
    This data is also used by another piece of software, which directly manipulates the data.
    The Apex Application that I am developing is to be used as a Quick Find/KPI Reporting tool and is setup to utilise DBLinks and Synonyms.
    Within the remote data, we have a mapping table that contains user specific alias' for field names, which the users set using the other piece of software. There can be up to 5 mappings per table field each defined as LNG01, LNG02,etc.
    In order to provide the same field Alias' in the Apex application, I have created a PL/SQL function to return the field alias and return a string value containing the final SQL.
    Problem
    In standard reports, this would work correctly as you could return a SQL statement in a string and it handled it with no problems.
    However, due to Interactive Reports not supporting this, I have tried to find code to pass in the string SQL Statement to return a TABLE or PIPELINED datasource.
    The string SQL statement will vary for each time it is used so the string SQL statement is effectively built as dynamic SQL
    This causes as problem as I will never be able to define the ROWTYPE for a type TABLE variable as the field names will not be constant.
    Can you tell me if there is any way to create a SQL source that could be used for the Interactive Report based on dynamic SQL?
    Alternatively, if you can provide any alternatives to finding a solution I would be most grateful.
    Apologies if this question has been posted before.
    Thanks in advance.
    Stuart

    Stuart,
    You could:
    1) Create page items, one for each dynamic column header (e.g. P1_OBJECT_NAME_HEADER, etc).
    2) Create a page process, to run when the page is loaded, that populates each item with the appropriate text. This can pull the column header text from your remote source.
    3) Use a static query as your interactive report source:
        select objname,
               objuniqueid,
               objtypecode,
               objsitearea,
               objdesc,
               objdesc2,
               objlocationid,
               objcommission
          from cdoweb_om4) Edit the interactive report attributes -- use APEX substitution string syntax to reference the item values (e.g. "&P1_OBJECT_NAME_HEADER." without the quotes) instead of static column headers.
    For more information on using substitution strings:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/concept.htm#BEIFGFJF
    - Marco

  • 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

  • PDF from Interactive Report - general question

    Hello,
    I read in another post that there may be plans to make it so that PDFs downloaded from an Interactive Report will include the formatting in the report. Is this true? If so, will it work with the Apache FOP?
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

    No Christina,
    First I went under report attributes on Interactive reports under download
    Download formats:
    CSV and PDF
    I checked both. CSV format is fine. PDF format is corrupt.
    Next I then went in using the below:
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31rpt.htm
    It tells me I don't have a print server defined. I am trying to get the INLINE method to work.
    I see in the ADMIN there is a print server configuration section though it is not totally clear as I would think that you would get the default print configuration as you would with any other PDF docuement.

  • 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

  • Interactive Report CSS question..

    Hi all..
    APEX: 4.1
    BROWSER: IE 7
    Database: 11g
    Please help me with this CSS issue.
    I have a interactive report which is too wide for the region.
    I am using the following CSS to have a scroll bar for that region,
    if it grows more.
    Region Header:
    <div style="overflow:auto;overflow-y: hidden;">
    Region Footer:
    </div>Please check the following page.
    http://apex.oracle.com/pls/apex/f?p=41803:4
    workspace:kumar2003
    Username:test_user
    password:test
    application:41803
    Page: 4
    I have the following issues with the report.
    1) If you scroll the report, ""OBSERVE THE ""GO AND ACTION"" BUTTONS"" of interactive reports.
    Even those button are also moving and messing up the look of interactive report.
    Is there anyway to keep the buttons in the same position?
    Different issue:
    2) Instead of a scroll bar on the bottom of the region, Is it possible to
    ""grow the width of the region"" untill the report grows?
    what CSS changes in the region level that i need to do?
    Please help me

    kumar wrote:
    Yes jari... we are doing the app for IE 7.
    It seems even in the other browsers(not 100% sure), the go and action button are moving..
    Is it the browser issue?
    Do both the following issues are browser related?
    1) If you scroll the report, ""OBSERVE THE ""GO AND ACTION"" BUTTONS"" of interactive reports.
    Even those button are also moving and messing up the look of interactive report.
    Is there anyway to keep the buttons in the same position?I've viewed this page on a range of browsers on Windows XP and OS X. The region scroll bar only appeared on:
    <li>IE7
    <li>Opera 10.10 (without the crazy button shenanigans)
    There's no region scroll bar in:
    <li>IE8 (even in compatibility mode)
    <li>Firefox 3.5/5.0/8.0
    <li>Opera 11.60
    <li>Chrome 16.0
    <li>Safari 5.1
    Given (a) this is what I would expect from the CSS; (b) the corrections to the rendering in later IE and Opera versions, it is apparent that the presence of a scroll bar on the <tt>div</tt> is an IE7 bug (and thus so is the button glitch, as it follows from the scroll bar).
    <tt>overflow</tt> requires that an element (or an ancestor) have a specified dimension. On your page none of the elements have a dimension that that would cause <tt>overflow</tt> to clip the element and show scroll bars.
    Form region and report region template stops expanding when it reaches to a point.Due to the <tt>max-width: 1920px;</tt> property on the page <tt>body</tt>.
    Is it possible to ""grow the width of the region"" (Report region template or form region template) as the report grows?What exactly is the requirement? Is this example really representative of your data&mdash;that is, one row of multiple columns containing text unbroken by any white space? If so, what is the nature of this data? If not, provide a more realistic example.

  • Interactive Report Download Link Question

    I have an interactive report where I have outer joined to a table that contain blobs that I want the user to be able to click a link to download. I have a custom procedure that works with the download link. However I can't figure out how to get the download link to only appear for the records that actually have a file (since it is outer joined, only some of the records have a blob file associated with them).
    Click this link to see a screenshot of the report example.
    The existing column with the download link was created as a column link, where I specify the url (to my custom download proc). The problem as you can see is that it puts the download link in that column for every row, whether there really is a file to download or not. I'd rather only have a download link where there is a file to download for that record (see the My File column).
    Thanks in advance for any help on this.

    HOT TIP
    If you are passing parameters into your download procedure in the URL then the users will be able to hack the URL and download information they shouldn't be able to. More worrying, if you have granted execute to public (which I think you have to) on the Procedure then information can be downloaded without the user being authenticated.
    The solution is to have a page in the application with an On Load - Before Header process that calls the procedure, with some hidden items as parameters for the procedure. You can then evoke the procedure by branching to the page in the usual way and setting the page items in the URL. This will also allow you to add the additional Apex security features such as Session State Protection (Page requires a Checksum). Remember to revoke the execute privileges from Public.
    Change the report link to:
    SELECT some_columns,
      NVL2(my_file,'Download',null) link
    FROM your_table Then use the 'column link' region to create the link in the usual way and set the Link Text to #LINK#. If you have set the target page to require a Checksum this will then be added without having to code it into your sql.
    I hope that makes some sense?
    Shunt

  • Quick Interactive Report Question

    I am testing Apex 4.1 on the oracle webisite
    In order to use the download options of pdf or rtf on an interactive report, do we need BI Publisher.
    I have tested the download email option and it seems to work, but with the subscription option, but I am not recieving an email.
    Gus

    Gus,
    If you want the pdf/rtf in custom format then you need BI Publisher, if just downloading i dont think so.
    Subscription:
    Make sure you enable subscription under
    Report Attributes->SearchBar->Subscription
    then under Add Subscription make sure you fill in all the fields, i use this feature for almost all my applications, it sure does work.
    Kumar

  • Another Interactive Report Question

    Hi guys!
    Is it possible to create link which filters Interactive Report? I would like to create a report on one page which contains all the user saved interactive reports and then if another users clicks one, page changes to a page with an interactive report and the saved report opens?
    With regards,
    PsmakR

    I'm referring to this help text in Advanced attributes - "If saved versions of the report exist, this specifies if they should be displayed as tabs. Turn tabs off if you want to create a separate page with a list of reports.". This is my goal - separate page with reports with on click page redicrection to saved report.
    Im looking through help file and found this:
    Report ID Item
    This attribute enables you to send a user directly to a saved view of the report that they have saved. You specify an item whose value stores the report ID of the saved view. Report ID's can be retrieved from the APEX_APPLICATION_PAGE_IR_RPT view.
    Has anyone played with this? Is it working?
    Please help...
    With regards,
    PsmakR

Maybe you are looking for

  • Help on how to remove case on iPhone 6 Plus

    Hello, I bought the "Barely There" case from Case Mate for my iPhone 6 Plus, and the buttons on the side are terrible. So, I've found a new case I want to switch over to. The problem is, I can't get the case off. When I do get it to move, the phone s

  • Fujitsu-Siemens Myrica V32-1 DVI-D

    Hi all, I tried to connect this LCD-TV to a Mac mini using the DVI-D connection without success. VGA works fine. I suspect a problem with HDCP, which the Myrica V32 supports/needs on its DVI-D port. Any suggestions or do we have to wait for another v

  • CRS Historical Reporting - printing failure !

    Hello All, I am getting consistent failures for my users when they try to print from UCCX 8.5 CRS Historical Reporting.  From document ID 108553, and other references, I have set the shared memory to 1 from default of 0 in hrcconfig.ini, still no joy

  • HT201412 My apps are all unresponsive like my PDF Printer, Evernote, Skrappy. I can't open the apps.

    Why all my apps like PDF Printer, Evernote, Skrappy are not working? If I tap the icon it doesn't do anything. They are all unresponsive. I restarted my IPad se veral times already and they still unresponsive.

  • Sto excise invoice for plant

    Hi I am creating sto between plant for a company code I  create a po for stowith doc type  UB maintain all setting as invoicing tab in not coming in po ( i think its sap stanterd) where i will maintain excise value for that sto material and how I sho