Interacive Reporting smartcut 11.1.2

Hi,
when I run a bqi remotely, it returns error because it does not change the hostname in the url of the smartcut.
how can I set the url dynamically?
Please help me,
thanks and sorry for my English.

@Jeo123:
http://www.oracle.com/technetwork/middleware/performance-management/documentation/index.html
The first link you listed doesn't include Financial Reporting Studio. That's exactly my problem. Most clients I work with have Essbase, Planning, EPMA, and FRS. These are the 4 basic components of Hyperion system.
@RaulRodriguez:
The reporting piece is under reporting and analysis:
http://docs.oracle.com/cd/E17236_01/nav/portal_4.htm
Thanks.....I actually found that on Google. But unfortunately, I'm on 11.1.2.1. And Oracle's site doesn't have a section set up for 11.1.2.1 like they do for 11.1.2.2. And the problem I have actually goes back to using "Usage Tracking" and setting up through BI+ server that you suggested last time. Since you said that certain method can only be done that way on 11.1.2.1, so I was looking for that doc. Otherwise, I could've used 11.1.2.2 instead.
Bummer.

Similar Messages

  • Show all rows in interacive report

    Hi there,
    I built an interactive report, when I run the report it shows just 15 rows with the ability to see the next 15 rows -
    Iam asking how to show all rows as a default whenever the user runs the report.
    Regards,
    Abdul

    I saw in another thread that the trick is to log out as the developer and close the browser. I tried that and now it appears that my change to 100 rows as the default report rows seems to hold when I log in just to the application in another browser. When I tried it without logging out, it did not seem that the default became active--even when going in through another browser. Seems like a bug that should be fixed??
    Pat

  • Interacive report---URGENT

    Hi,
    I have to create an interactive report.In the basic list i want to display material,plant,stock,value/unit,open orders/deliveries/free orders(VBBE-OMENG).
    open orders/deliveries/free orders will be decided by the indicator VBBE-VBTYP.
    I have to display total open orders/deliveries/free orders in basic list.
         After clicking either open orders/deliveries/free orders its breakage should be displayed in detailed list.
         E.g. In basic list ,if open deliveries are 10 then in detailed list,the breakage 334 should be displayed with the subtotal matching open order in basic list.

    hi Vishal
    Please explain whether currently in ur column (VBBE-OMENG) the quantity is qumilative of multiple orders / one order per line. Also provide me details whether in ur open order u wil b having the same material in multiple line items.
    u can display the details in the detailed list by using the AT NEW, AT LAST, AT FIRST, event with subtotals. try once.
    thanks

  • Apex 4.1.1 Difference in Saving Private Interactive reports

    Hi,
    our customers found a difference in saving reports (interactive report) and i am not sure if it is a bug or a feature.
    Environment
    Redhat Linux 5.8 (64bit)
    Oracle 11.2.0.3.0 64bit
    Apex 4.1.1.00.23
    Description:
    - If i change a saved report (move columns or change filter etc.) i go to the action menu choose 'save report' and my saved report are changed permant and in the session. Thats ok and are to be expected.
    - If i change a saved report and click on the link_ of the saved report (on top of the Interacive report, the dialog box seems to be the same), only the session version of the report gets changed!
    I have checked this several times with the view APEX_APPLICATION_PAGE_IR_RPT.
    Is this a bug?
    regards,
    Wolfgang

    Hi Wolfgang,
    The behavior you are seeing is not a bug, but rather designed behavior. The saved report link in the report settings is rename report link. If you hover over the link, Rename Report bubble displays. You can change the report attributes such as name, public and description. To save the report settings (filter, highlight, sort, control break, etc.), you need to click Actions > Save Report to save.
    Regards,
    Christina

  • Checkbox taking all the records irrespective of selection

    HI All,
    This is my code
    for i in 1..htmldb_application.g_f02.count
    loop
    insert into nam values(htmldb_application.g_f02(i));
    end loop;
    Here i'm trying to insert the selected things but its taking all the records whatever is displaying in the report
    Kindly help me to get rid of the issue
    And guide me how cai insert only checked in records

    hi
    I'm not a pro but maybe I can share some experience.
    First I would create a textfield for debugging.
    This helps to find out what data you are really working with.
    My textfield's name is "PX_SELECTED_ITEMS"
    I filled the textbox with a process in "On submit - After Computations and Validations"
    BEGIN 
      :PX_SELECTED_ITEMS :=
        HTMLDB_UTIL.TABLE_TO_STRING(HTMLDB_APPLICATION.G_F01);
    END;I'm not sure how your values are seperated.
    In my application I hat to replace the seperator from ':' to ','
    Therefore I created another textfield "PX_SELECTED_ITEMS_replaced"
    and added following code to the process:
    :PX_SELECTED_ITEMS_replaced := replace(:PX_SELECTED_ITEMS,':',',');Now I have two textfields wich should contain your selection.
    The second one ("PX_SELECTED_ITEMS_replaced") with the comma seperated data should be good for a "where-filter" in an SQL statement.
    Here is the PL-SQL-syntax I used for a standard SQL report:
    declare
      v_sql varchar2(32767);
    begin
      v_sql := 'select * from  my_table';
      if :PX_SELECTED_ITEMS_replaced is not null then
        v_sql := v_sql ||' where My_ID in ('||:PX_SELECTED_ITEMS_replaced||')';
      else
        v_sql := v_sql ||' where 1=0';
      end if;
      return v_sql;
    end;This Report should contain your selected items.
    Note: This does NOT work with Interacive Reports.
    I hope this helps you finding the issue.
    Edited by: pAT on Nov 26, 2010 4:45 AM

  • Jquery addclass +IR

    hello all,
    I'm changing the aspect of a interacive report with jquery's addclass.
    I've put the call on the onload section of the page and this works.
    The problem i'm facing is that the report looses it's class property every time it updates (due to the ajax resfresh).
    How or where should I put the call to the class changing code so the IR doesn't loose it's aspect?
    thanks in advance.

    Hi,
    It depends of Apex version.
    In Apex 4 you can use dynamic action "After Refresh".
    Earlier version you need do something like this
    Re: Apex 3.2 hook javascripts to IR and execute those when report is refreshed
    Regards,
    Jari

  • Open Interactive Reporting report using smartcut

    Hello,
    i was wondering if i can open an Interactive Reporting report from a link from a separate web server (not workspace).
    I know i can add username and password to my smartcut link to open my report directly. Is there a way to use encrypted password?
    thank you,
    daniele

    If you had more thoroughly read the docs, you would have found your answer in 2 forms in the v11.1.1.3 document on pages 85 - 87. The note on the bottom of page 85 talks about transparent access and where to get more info, and the HTML forms shown on pages 86 and 87 show how to define the username and password as hidden parameters on the form.
    If you want browser-to-web-server communications encrypted, you need to use SSL and set up the Hyperion configuration accordingly.
    Edited by: Mark Ostroff on Sep 30, 2010 2:14 PM

  • Report to report interace ( Need to drill down to Sales Order Transaction )

    Hi,
      Report to report interface is working fine when I am jumping from Cube to ODS( Example Sales Order item). However  now I want to jump from the ODS data in a query ( Sales order level) to the transaction system and want to view the sales order detail info
      What I did is define a REPORT TO REPORT interface in the BW from the from the 2nd query and defined the interface as the following
    Report type : Transaction
    Target system : choose the CRM system from the drop down
    Report    : CRMD_BUS2000121 ( as this is the transaction for sales order).
      The whole thing works fine and the transaction opens. But the way the transaction works is that you will need to go to the menu and then Open and put the Sales order number and can only display after that. This is not very user friendly and I want the user to directly launch the sales order transaction in display mode.. from BW.. Is it possible?
      Thanks
    Arunava

    hi Anurava,
    take a look this doc, if you haven't
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6eb89190-0201-0010-89bf-ad46d1503ef9
    as Ashish mentioned you need to maintain the 'detail' assignment, choose infosource '0crm_sales_order_i (i guess for your case), choose 'field table' for type, and field possibly OBJECT_ID or CRMT_OBJECT_ID ... you may get the field info by go to crm system, position on cursor the info and F1 ....
    Special cases: For most transactions sender-receiver assignments function without you having to make further specifications. However, it is necessary for some transactions to make detailled assignments. One reason for this may be that the transaction uses an unseen first screen and the parameter is not filled by the memory ID of the data element. After having created the sender-receiver assignment as described above, proceed as follows: ...
    1. Select your sender-receiver assignment ans choose Assignment Details.
    2. Select Table Field as the type. You are then able to make entries in the Field Name, Data Elements, Domains and Set/Get Parameter columns.
    3. Specify the field name, data element, domain, and parameter ID for the receiver transaction.
    You need to know this information as no input help is available. You can normally find the parameter ID in the ABAP Dictionary under data elements. If it is still not possible to jump to the transaction, it may be necessary to program a short ABAP start program. Read SAP Note 383077 (RRI: Transaction call unsuccessful) on this

  • Is it possible to Display BW Bex report iviews in Tabbed Interface?

    Hi,
      Is their a way to display BW BEx Report Iviews in Tabbed Interface?
      My requirement is to show four BEx Reports using 4 tabs on a page. Can we achieve this functionality in portal? If yes can some one guide me how to proceed?
    Regards
    Sai Krishna Reddy

    why not have a webtemplate with tabbed interace and use that webtemplate to create BWP iview?
    check out the following how to document on this subjec.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5074a890-0201-0010-a489-dd05902a28c8">How to Create Buttons and TabStrips in BI Web Applications</a>
    Regards
    Raja

  • Which URL to use to open a financial report from a Task list ?

    Hi,
    I've got a big issue in Hyperion Planning : I do not know which URL to use to open a financial report from a task list.
    If I use the Smartcut (given when you do a right-click on the report, then Properties), a tab is opening (normal behaviour), but another tab is opening under the tab, which is very ugly, and moreover which prevent from using the PDF/HTML display icons !
    Is someone know which URL to use to display correctly a financial report when opening it from a task list ?
    It's an emergency, please help !
    Thanks very much.
    Virgile.
    PS. : we use Internet Explorer 8 and we use 11.1.2.1 Hyperion Planning version
    Edited by: 808808 on Jan 5, 2012 3:41 AM

    Hi,
    OK, thanks, it almost works !!
    I've just a problem. 2 tabs are opening.
    One is opening correctly and displays my report. I can display it in PDF/HTML.
    But another tab is opening with this message : This window can now be closed since the application has been launched in a separate window. Note: Popup blockers may prevent this application from working properly.
    Do you know why this tab is opening ?
    Thanks very much for your help.
    Virgile.

  • User POV does not pop up from Report in task list

    Hello,
    I've created a report within Related Content in HFM and added it to a task list--the problem I'm experiencing is when I run the report the User POV does not pop up, rather it simply uses the default POV (ie, whatever is set up in data grids or process management)--this happens if I try to run it directly from Related Content or from the task list. My preferences within Financial Reporting have already been updated to 'On' to preview the User POV and if I run the report from Financial Reporting (ie, Explore) the User POV works fine--so, it seems like adding a report to Related Content disables the User POV from popping up. I'm running on Financial Reporting v11.1.2.1 and HFM v11.1.2.1.104.3701. I can't find anything about it within this forum, knowledge base or as a known issue in the ReadMe for the .104 patch set for HFM.
    Can anybody fill me in on if this is functionality by design or a defect?
    Best regards,
    Jason Call

    Financial Reports do not work as you might expect when they are used as a related content item. As you already have realized, you will not be able to adjust the FR POV items from inside of HFM.
    A 'work around' would be to link to the report and put that link in the Tasklist. This will then open the report 'normally' and you will get the POV functionality that you expect.
    To find the link to a report, open the report's properties and look at the 'smartcut' value. (That is a URL directly to the report)

  • Hyperion Planning - Link a web analysis report in a data form

    Hi all,
    is actually possible to link a web analysis report in a planning data form? I tried from a custom menu but discovered that isn't possible. Any other way?
    I'm working with Planning 11.1.2.1
    Thanks

    Hi Raffounz
    Indeed, it is possible to link a web analysis report in a planning custom menu.
    Follow this procedure :
    - From the explorer :
    -> Go to the folder where your web analysis report is stored
    -> Right click on the document and left click on "properties"
    -> Copy the "smartCut" link
    - From your planning application :
    -> Edit the menu where you want to link your webanalysis report :
    -> Create a URL item and past the link in the input field
    Cheers

  • Hyperion Smart Cut Session Issue streaming multiple reports at a time using

    This is a lengthly post with details, Please review with Patience:
    We are trying to integrate Workspace based web Analysis reports within our intranet portal, thru portlets (made from individual workspace smartcut link), so that users can customize their page as needed, Once they login thru intranet, Cookie is set and passed to succeeding smart cut links via secured http headers. This part is fine, but mainly running into issue with streaming several multiple web-analysis reports at a time,+ we are using Iframe to display and stream multiple individual reports on to one page, but unfortunately all Iframes are sharing one session rather than creating individual session, mostly because of limitation of current web analysis system architecture and IE browser behavior with sessions .
    Which Hyperion reporting tool does allow to stream multiple reports  at a time? ideally we want to create Iframe of each workspace report so that users can customize and pick portlets as needed. To stream multiple reports at a time.
    Problem Description: Hypeiron Web Analsysis, Smart cut reports incorrectly rendering images and intermixing dash boards on POV changes upon multiple reports being diplayed at one time thru Iframe's, issue seem to mostly relate to Hyperion using single session rather to multiple session when displaying several web reports at a time.
    Steps Needed To Reproduce:
    User logs into workspace.
    user click on expolore and able to view the report without any issues.
    When right on any of the report and select properties.
    Select the SmartCut url and paste it in the Internet explorer.
    The webanalysis report opens without any issues.
    Similarly user copies the smartcut url for a different report and paste the link on a different tab or new window of same browser.
    The report on the first tab gets over written of the report of the second tab of the browser.
    The issue happens when two different reports and opened on a browser with multiple tabs. The reports get over written.
    Oracle development answer:
    In the described scenario opening new browser window does not spawn a separate independent browser session. A new browser window is supplied with URL pointing to the same domain, so all browser cookies including the "ORA_WA_SID" (WA session cookie) are shared between the windows. But multiple application instances cannot run in the same browser session simultaneously because of session sharing. This is not actually a defect, but rather a limitation of current system architecture and browser behavior. And there is no way to fix it programmatically on the product side.

    Hi MeHyper,
    Your current arrangement puts most of the session handling and persistence on the client. This forces you to accept whatever the client decides to persist and propogate between browser elements (in this case iframes).
    My approach would be to:
    Consider coding your portlets to manage the sessions. Manage using a somewhat stateless strategy so that each request to the server requires a login and connect, retrieve, and disconnect. Each Iframe should access a different portlet url (or provide a different query) based on its content.
    This way, in theory, you can invalidate the sessions and related cookies and update the various report elements independently.
    Is smartview out of the question here?
    Regards,
    Robb Salzmann

  • Attaching a financial report URL to planning tasklist 11.1.2.3

    Hi I have tried in 11.1.2.3 to attach a URL (Smartcut of a financial report) to an item in a Planning tasklist.
    from there i got the following message:
    " EPM Workspace cannot function inside of a frame. Contact your system administrator."
    So i found a first workaround based on this article of the knowledge base
    How to Open Planning Task List and Menu Items (Financial Reporting or Web Analysis) Within a Workspace Tab (Doc ID 1339568.1)
    which suggests to encode the smartcut url and attach a customized version.
    This solution in my case worked for a couple of days and than not anymore: Now i get half of the initial message only:
    " EPM Workspace cannot function inside of a frame."
    and at times a pop up which wants me to leave this page to open the report. If i follow it the report opens on a new window and my planning/workspace application where i came from closes..
    I'm completely lost on this one and oracle support as well. Anybody discovered another way?

    Hi Celvin,
    i am a fan of your blog and i want to thank you for posting this here but it was DJSmeadly that gave me a push to try / test again in several ways.
    turns out that it works without any pop-ups and strange messages (not even to leave the page and so on) for me using this format:
    http://server.XX.XXXXXX.com:19000/workspace%2Fbrowse%2Fget%2FNameFolder_Budget%2FFinancial_Reports%2FTotal_Budget_Overview%2FBudget_Overview
    so thanks for responsing to this thread and giving the motivation to give it another try!
    Hope i can help more people as well

  • Hyperion 9 BQY SmartCut

    If I open my BQY through the SmartCut it opens in HTML always and the code that I have behind the report does not work. How do I get a SmartCut link to open in Interactive Reporting Studio. If I access the BQY through the workspace (which I have my preferences set to Interactive Report Web Client) everything is fine. It is just on the SmartCut link that it everything built in does not work. Thanks
    Steve Archer
    CHK energy

    From the hs_developer.pdf documentation.....Smartcut documentation
    bqtype
    Use bqtype to specify which application to use to display the Interactive Reporting document
    or job output. If bqtype is specified, the filename and mimetype variables are not necessary
    and are ignored.
    If bqtype equals plugin, the system checks that the user has permission to use the Interactive
    Reporting Web Client. If the user has permission, the Interactive Reporting document or job
    output is opened using the Interactive Reporting Web Client. If the user does not have
    permission, an error message is displayed.
    If the bqtype equals ihtml, the system checks that the user has permission to use Workspace.
    If the user has permission, the Interactive Reporting document or job output is opened using
    Workspace. If the user does not have permission, an error message is displayed.
    If bqtype is not set, the system checks if the user has permission to use Interactive Reporting
    first. If the user does not have permission, the system checks to see if the user has permission to
    use the Oracle's Hyperion® Interactive Reporting Web Client. If the user does not have
    permission to use either application, an error message is displayed.
    bqtype syntax:
    http://hostname:portNumber/workspace/browse/get/folderPath?bqtype=<plugin/
    ihtml>

Maybe you are looking for

  • Not able to form EoIP tunnel with anchor WLC

    Hi all, I have a WLC at a remote site that is supposed to form an EoIP tunnel with 2 anchor WLCs located at a data center. From the site WLC and the anchor WLCs, the mobility show UP on both ends. Also I can ping to the mobility peers from each end.

  • OS41: data modeler,  how to use it?

    Hi, I'd like to know how to use T-code OS41: data modeler, when do I need to use it? and How to use? Please kindly help. Thanks and Regards.

  • How to debugg a Web Service ? Any T-code Available?

    Hi all, I developed a ZRFC enabled function module that creates a Sales Order in CRM for both Normal Materials and Configurable materials. The RFC works perfect and if I test it in SE37 t-code I am able to generate the Sales order with all the Charac

  • Modifiying an swf layer with After Effect

    Greetings, I'm very new to after effects and have a question regarding an exsisting  project that has a swf layer. We want to increase the time play from 6 second to 48 seconds. No problem with that.. However within the animation there is a swf that

  • Focus Lost on Tree Cell Edit

    I am trying to force changes made in a tree cell edit when focus to that tree node has been lost(like on an enter button press) but it always reverts to the old value. i have tried adding a CellEditorListener to force an enter key press on the editin