Saving private interactive report overwrites the primary report

Hi,
Having this issue in Apex 4.1.1 and 4.2 (haven't tried it in versions prior to 4.1.1 yet).
So I got my standard IR, and trying to create a private report with control breaks, aggregations.
Once I save it as a private report, It applies the same on my primary report.
It's no big issue as I can flip back to Primary report and delete the control breaks, aggregations but is some kind of bug? Ideally it shouldn't modify my primary report unless I try to save it as "Default Report Setting".
Cheers.

Hi,
Try switching back to your Primary Report in the list of reports then choose Reset in the actions menu. This should then reset it back to your original report.
Thanks
Paul

Similar Messages

  • How to print out multilingual reports from the main report using Xliff temp

    Hi all,
    How to print out multilingual reports from the main report using Xliff temp?
    When I want main report call subtemplate and finish xliff tranlation
    <?for-each@section:INVOICE?><?end for-each?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if trx_number = 142 call Finnish translation and if trx_number =144,
    call English translation.
    <?for-each@section:INVOICE?><?end for-each?>
    <?if:TRX_NUMBER=’142’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    <?if: TRX_NUMBER=’144’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Does anybody know what could be wrong?
    BR
    Kari

    Thanks Amit,
    I have two layout, main-layout and sub-layout
    Main layout call subtemplate
    I have registered layout and xliff-file
    Main template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_MAIN.rtf      English
    SUB template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_SUB.rtf      English
    Translatable Template
    File Name           Language      Territory
    XXNS_INVOICE_SUB.rtf      English      United States
    Available Translations
    Language Territory Progress
    English Finland Complete
    If main report call subtemplate and finish xliff tranlation
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    .....end if;
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    .....end if;
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Do you it's set up problem or program problem
    BR
    Kari

  • 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

  • Crystal 6.0 : How to hide the Page footer and Page Header of the Main Report on the Sub report.

    Post Author: pranay
    CA Forum: Crystal Reports
    Hi ,
    I have a Main report and a Sub report .  When a subreport spans across multiple pages , the page header and page footer of the main report gets displayed along with it . I want to hide the Page Footer and Page Header of the main report when a sub report is displayed . Is there any way it could be acheived in Crystal Report 6.0.

    I am assuming you are talking about the JSControl dropdown menu navigation. The easiest way to hide Community pages is to disable the Below Banner View for that navigation scheme, although it also disables the Subcommunties, Related Communities and Go up to Parent Community links. If you still want these in below the banner menu you could not display Community Pages in the "In this Community" tab and only leave the "Community Members and Knowledge Directly" link in there.
    You would think that it would be better to remove the "In this Community" tab althogether but it is tricky to remove it due to the fact that there needs to be a default horizontal menu displayed all the time. Not all Communities will have a Subcommunities or Related Communities tab so these communities would not display any below banner menus at all if there is no "In this Community" tab, which could be confusing.

  • Running a report into the 9i Report Server

    We were using the 6i Reports Server.
    We now are trying to use the 9i version.
    Also from Windows, we decided to use Linux ES 3.0..
    in the windows version of the Reports Server there was
    an exe file RWCLI60.EXE, which we called with a parameter
    file, and it produced our report on the browser, in
    an HTML format or PDF.
    How can we present a report on the Web with the 9i
    Report Server ? Does 6i and 9i use the same process
    on the Report showing ?
    What is the $ORACLE_HOME/lib/librw90.so ?
    is it the "executable" in Linux that does this ?
    Or the process is completely different?
    Excuse my long question, its just that im new in the
    9i, and have many worries if its compatible with
    our old report-showing mechanism..
    Pls help, regards,
    John,
    Greece

    Ji J g a,
    I need some help with reports. I am new. Could you tell how can I call reports from forms? What do I need to provide for 'myrepserver' parameter? This is an urgent requirement for me. It doesn't look like any one is reponding on this forum. Please help. Thanks,
    L

  • [Extend DBI] specify the drill-down report for the custom report column

    Hi,
    I realized two custom reports by using the extend DBI tools:
    1st report displays the sum of invoices amounts grouped by Operating Units.
    2nd report display the details of invoices for all Operating Units
    In the 1st report I specified a link on the column Operating Units to drill-down at 2nd report.
    The problem is how specified the drill-down link so that the 2nd report display only the detail of invoices for the selected Operating Unit?
    Thanks.

    Adding the time dimenstions like Year, Quarter, Period, Week is quite possible.
    Steps would be:
    1. make sure your data source (Table/View has these columns). If you don't have them you can generate them by joining the date of the data table with FIII_TIME_DAY.
    2. Map these new columns to appropriate Dimesnions. (Lile Enterprise Year, Enterprise Quarter etc.)
    Once you have done these two your report will work for the Time Dimensions.
    I dont think its possible to get the Prior Period functionality unless you use a generated datasource.
    Regards,
    Sudeep

  • I don't have all the reports in the Crystal Report Gallery

    I cannot find all options in the reports gallery (ex: drill down reports). I'm using crystal report under VS 2005. can anyone tell me how I can fix this problem ?

    The DrillDown report expert is only available from the full versions of Crystal Reports.  You can still manually create drilldown type reports by utilizing groups/subreports.
    -MJ

  • Canceling Financial Reports Crashses The Financial Reports Server

    Hello Gurus -
    We have a couple of financial reports(11x version) for one of the ASO cube (11x essbase version).
    We are noticing that when the users run the reports and then hit "Cancel" button it actually ends up in crashing the Financial Reports Server. So, far we have asked teh users to not to cancel the reports. But we were wondering if anyone else is facing similar issue and possibly have a workaround or a solution?
    Appreciate any suggestions/help.
    Regards

    Ouch, drilling to level 0 from where the user chooses, is a hard task.
    It may be time to review the user requirements and the determine if another method might be more useful - either different reports or reports with expansion allowed.
    For example if they are reviewing all of their cost centers to see which ones are above/below target - maybe think about reports which show the highest above/below, or even think about using Web Analysis to present a drill-able dashboard for users.
    If they are keen on having the same report, you could look at changes to the store/dynamic calc/aggregations. Although to do it based on one report requirement could cause issues elsewhere.

  • SRM 7.0 Reports in the "SRM Reports" transaction on the portal - need BW?

    We have an SRM 7.0 sandbox and noticed there is a transaction called "SRM Reports".  When we try to run the reports listed we get the error "Page not found or not available".
    I am wondering if BW is required to run these reports?  If not has anyone else run into this error?

    Hi,
    Yes - The reports assume existance of a BW system to query from.
    Regards,
    Jason

  • Saving a interactive form into the application

    hi gurus,
    I have developed an application which contains interactive form design by getting values from the back end r/3 system.
    The PDF is being populated by getting the data from the back end.Now my problem is that I need to open this PDF in an external window.
    Earlier I have embed this interactive form in a view and the view contains the PDF, now the PDF should be opened in a external window and does be in the view.
    So I thought of saving the file into the src/mimes/components and then call the PDF on file download.
    Can you help me in this issue.
    Thanks and regards,
    kris

    hi,
    Canyo check the following link
    SAP Interactive Forms by Adobe

  • If I check the sum box on a report item, the words "report total:" appear..

    I would like it to read: Report Total With capital letters.
    Any up would be appreciated.

    Hello,
    Take a look at the "Display this text when printing report sums" setting in the Report Attributes.
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Saving an interactive PDF at the client

    I have the LiveCycle Designer and have created an interactive form. I want some of my staff to be able to save the document on their computer, but they only have reader. Apparently this can be accomplished with the reader extensions, is this  part of x pro, or do I have to purchase it. Also there is another option to make the PDF Reader Enabled. I have looked in acrobet for the advanced tab and can't seem to find where to do this. Could someone please advise as to what I need to do and where I need to go to get this done. Itn is most frustrating. Thanks for your help.

    Thanks Paul,  could you please let me know how I would go about doing this in acrobat Pro.
    sean

  • IR Saved Report  - Download to CSV downloads Primary Report

    Hi there
    I'm using Apex 4.1, I login to my Apex application NOT using the developer interface (the developer buttons are not visable at the base of the page) as an end user would see.
    If I run an IR report and then create a filter on the Primary report the report runs OK. I then click Actions -> Download and then Download the report output to a CSV file (correctly filtered) to a Excel spreadsheet. I then Save this report giving the report a Name and Description. I then logoff from the Apex application. So far so good.
    I then login back on to my Apex Application. When I choose and run the Saved Report (described above - not the Primary report) the saved report runs correctly (applying the correct filter condition), HOWEVER when I then click on Actions - Download I seem to get the Primary report downloaded as a CSV file into my Excel spreadsheet - the filter condition that is applied to the saved rerport is ignored for the Downloaded CSV file. The File Downloaded is a new CSV file generated in Apex as reported in my Firefox 'Downloads' list.
    Does anyone know if this is a Bug or have I not set up the IR correctly.
    Thanks in Advance
    Edited by: boketi on Aug 13, 2012 3:18 PM

    boketi wrote:
    Hi Mehabub,
    Many thanks for the quick response.
    Did you test this in version 4.1 of Apex? I logged on to Oracle's 4.2 Early Adopter Beta Site and did the same and the IR works fine! Maybe it's a strange problem in 4.1 although I doubt it as with such a problem there would be a lot more noise on this forum. Could this be related to the 'theme' that I'm using? As the theme I'm using was origionally developed for Apex 3.2 and I don't think IR reports were around in 3.2?There is a good chance that it has to do with the theme or the upgrade from Apex 3.2. Interactive reports existed in 3.2 also user defined reports. But a lot of changes were made to the IR logic since 3.2 (introduction of multple standard reports, etc.).
    I just tested your case in my Apex 4.1.1 version in an application that was also upgraded from 3.2. And the data was stored correctly into a csv file.
    But it is useing one of the standard themes that was also updated.
    Did you set the compatibility mode of your application to 4.1?
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#AEAPI2329
    begin
       apex_util.set_compatibility_mode(<application id>, '4.1');
       commit;
    end; Just because the environment is Apex 4.1 does not mean you application runs in 4.1. mode.

  • How to develp a subreport in the same page of the main report and processed when is called

    SSRS 2012
    Hi guys,
    I am developing a report that includes a subreport.
    therefore The report is made up by 2 sections:
    1) Show a grid (several rows - may be 100 or more - and some columns). It represent high level info  (Each row represent a specific item)
    2) The user click on a Row/column (eg: Item1, to see details that must be shown as graph.
    Here the problem: Searching info about SSRS reporting for subreports, drilldown, nested report and so on, no ones accomplish the requirements for the following reasons:
    1) Subreports: NOT open in the same page. The user must <go back> to see detail for other items, such as Item 2....
    2) Nested and DrillDown: Process data as the Main report (they are hidden and displayed after user action). In my case this leads to performance problem, because: if the main report has 200 objects (it means 200 graphs processed and hidden at the same time
    for the main reports).
    3) DrillThrough and Subreport: The detail data are processed only when the user select the interested item in the main report. Here the problem: the report is shown externally.
    Please, it there any possibility to have a subreport (or anything else) to be executed in the same report as the main report and processed only when the user make action?
    Thanks for your help.

    Hi Fasttrack2,
    According to your description, there is a main report with more than 100 rows of summary information, when users click the item of the row, the report need to jump to detail information shows as graph. The problem you are facing is that you are not sure
    subreport, drilldown or drillthrough report should be used? You hope to set display detail information in the main report and keep high performance of report.
    In Reporting Services, each subreport instance is a separate query execution and a separate report processing task. Subreports are recommended when there are just a few subreport instances. We should not use subreports inside a group when there are many
    group instances, instead, consider using drillthrough reports. Drilldown reports process all data even when the data is first hidden. In order to improve the performance of the report, we can split drilldown reports into parameterized drillthrough reports,
    because Drillthrough reports do not run until a user clicks the drillthrough link in the main report.
    In this case, we can consider using drilldown or drillthrough report. In drilldown report, when we click a plus or minus button to expand or collapse a section of a report, the detail data will be displayed in place. By using drillthrough report, when we
    click the link in the main report, the detail data will be displayed, we can come back to the main report by click return button in the drillthrough report.
    Reference:
    Troubleshooting Reports: Report Performance
    Drillthrough, Drilldown, Subreports, and Nested Data Regions
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Is it possible to use the JAVA Report Engine SDK to modify DESKI reports?

    Post Author: Nadine
    CA Forum: JAVA
    Hi, is it possible to add a complex filter to a DESKI report using the JAVA report engine sdk?
    In the developer tutorials for this API, I've only found references to WEBI in terms of modifying reports, though it seems to be possible to view DESKI reports with this sdk.
    I am a bit confused in terms of the scope of this API and how I would use it in regard to DESKI.
    Many thanks for any suggestions!
    Nadine

    Post Author: Ted Ueda
    CA Forum: JAVA
    Current (XI R2) version of ReportEngine API only supports refreshing/viewing functionality for Desktop Intelligence documents.  Document modification/creation is only supported with Web Intelligence documents.  Queries aren't modifiable for Deski using ReportEngine API - you can only do so using Desktop Intelligence Reporter SDK, which is COM based.Sincerely,Ted Ueda

Maybe you are looking for

  • ITunes U video URL must point to a static file?

    Hi, I'm the administrator of Cinémathèque française's iTunes U account. Until now, we hosted our videos on a server where they could be accessed directly as a static file (i.e. the .mp4 file). We recently decided to host our videos on Vimeo Pro. Vime

  • My movie won't download!!! Help me please!!!;(

    Well I bought the Harry potter movie and I was at my house but then my family left so we went to my aunts house and it stopped but I still had wi-fi but once we went home it said iTunes error tap to retry so I've tapped and tapped but it always says

  • HT1351 Why do I have ! next to some of my songs and they dont sync?

    Why do I have ! next to some of my songs and they dont sync?

  • JMSCorrelationID and JMSMessageID

              I'm trying to create a producer that sends multiple PTP messages and receives multiple           replies. It will need to correlate the requests with the replies. I'm finding           that Weblogic JMS is not setting the JMSMessageID, whic

  • Export produces 1 second shifts

    I am exporting from iMovie 6, .dv to Mpeg-4. When I do, I'm getting a little shift in the video about every second. How do I fix this?