is it possible to reproduce the supporting details for all the months in a form?

Hello
We have planning 11.1.1.3 form. We enter the supporting details in a month. is there a way to reproduce this support in detail to all the other months in the same year and different years a form?

Hello
We need exactly the same thing recently and triggered a SR Oracle on this subject. Unfortunately there is no way out of the box for this solution. Custom solutions might need you to restart the schedule service it will probably affect you the tables of database of planning through a custom code.

See you soon,.
Alp

Tags: Business Intelligence

Similar Questions

  • SQL in Question actually. Select the items for all 12 months

    I am creating a notification request where I SUMMARIZED all of the amounts in the database for all 12 mount and come up with a result even if it isn't a amount totaled. I created a table called monthsInYear that has the ID (unique identifier) 1-12 and the months of Jan - Dec. I want SUM to the amount per month and arrived to the top with 12 results (one per month).

    I tried the query below, but sometimes with only 1 month and all amounts amounted to him.

    March484714.13

    I use:

    SELECT monthsInYear.month, IFNULL (SUM (income.amount), 0) AS amount

    OF monthsInYear

    Income ON EXTRACT(MONTH FROM income.dateAdded) = monthsInYear.monthID LEFT OUTER JOIN

    WHERE income.orgID = 10031

    AND the YEAR (income. DateAdded) = '2011'

    ORDER BY EXTRACT (MONTH FROM income.dateAdded) CSA

    Can someone tell me what I am doing wrong. I much prefer something like:

    January 3000

    February 3000

    March 4000

    April 0

    Maybe 5000

    June 6000

    July 5465

    ....

    But when I run the present, it gives me total for only the months which have in total and not 0 for those that go up as null. Any ideas?

    ....

    Also tried

    SELECT m.month, IFNULL (SUM (i.cost), 0) AS amount

    I have getExpenses LEFT OUTER JOIN monthsInYear m

    ON m.monthID = EXTRACT (MONTH FROM i.dateAdded)

    WHERE orgID = 10031

    AND YEAR (i.dateAdded) = '2011'

    GROUP BY m.month

    ORDER BY EXTRACT (MONTH FROM i.dateAdded) CSA

    There are two problems. First of all, in your join tables are reversed. A LEFT JOIN returns all the records in the left table (spending) even if there is no matching record in the table to the right. What you want, it's the opposite. If the month table should be on the left side of the JOIN:

    ...

    OF monthsInYear m LEFT JOIN getExpenses i m.monthID = EXTRACTION (i.dateAdded MONTH)

    Second, when there is no corresponding record in the expense, the column values will be null. So as soon as you use one of the fresh fields in your WHERE clause, that is to say

    WHERE i.orgID = 10031

    AND YEAR (i.dateAdded) = '2011'

    ... these missing documents are deleted, because a null value is never equal to what it is. So you are denying the outer join altogether. You must move these conditions in the JOIN clause instead:

    SELECT m.month, IFNULL (SUM (i.cost), 0) AS amount

    MonthsInyear LEFT OUTER JOIN getExpenses m I have

    ON m.monthID = EXTRACT (MONTH FROM i.dateAdded)

    AND i.orgID = 10031

    AND YEAR = 2011 (i.dateAdded)

    GROUP BY m.month

    ORDER BY m.month

  • Is it possible to reproduce the EPM on Server1 to server2 to Server1-acting?

    It's too complicated for me and I really need that all you experts help on that. We have 'just' the essbase Server installed on a Linux RHEL 5 machine. EPM applications (Foundation Services, R & A) are on Windows 2008. If Group of our Linux operating system applied a patch of 2.5 - 107 glibc on our Linux dev server. Since then, we have not been able to load the data to the cubes essbase and Oracle acknowledged that upgrading to glibc 2.5 - 107 on RHEL 5 will make questions in this Doc support * ' Dataloads Essbase and calculations hang or Spike CPU to 100% after application of Linux operating system Package (glibc - 2.5 - 107) [ID 1531236.1]. * While the only proposed solutions were to downgrade glibc version or upgrade to a newer version of EPM asked us to the OS group if glibc could be downgraded. Obviously, they felt it would be very complicated and cannot be done (just as I feel about my tasks). We are planning to upgrade to a newer version of EMP, but it's not going to happen until the second quarter.

    My question is now that the dev server is disabled in some aspects of that our management came up with the idea to build a new server with the correct software reproducing (with glibc version), one on the dev of disabled. And once it's in place it should migrate applications on the new server. Is this possible at all? If this is not the case, what is the way forward. It will be easier to get a new fresh server and then reinstall the essbase server, and then configure it with the same scheme used on disability. My direction is not having to reinstall the product. I have really no idea on the way forward, and I'd appreciate any help. If they don't give me a new fresh server and instead of giving me a disabled dev server replication server must be reconfigured again the new server. Please suggest how we can move forward on that.

    Thank you for taking the time to read.

    If you go to the bottom of the new Essbase road facility, then you can point to existing shared Services and add a new instance of Essbase or you can keep them separate, any route you will be able to migrate existing applications. In any case, it is enough to me hope it is successful.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Is it possible to have two different detail for an element of the app pages?

    That's what I need:

    1. a detail page with limited, public information.

    2. a page of details all the information, in a secure area.

    Thanks for your help!

    Diego.

    You can do this by using the liquid markup.  Just do something like this

        {% If globals.user.isLoggedIn-%}
       DISPLAY HTML SECURE AREA
        {%-%}
       DISPLAY HTML PUBLIC
        {endif %}
  • Trim() function does not not in ExtendScript. Is it possible to reproduce the operation?

    The error message says that trim() is not a function. I apply this function to a string.

    Assuming you mean by cutting the removal of whitespace in start and end:

    function trim (str) {
        return str.replace(/^\s+/,'').replace(/\s+$/,'');
    }
    

    Peter

  • Is it possible to take the fields on a form and display on a form is submitted?

    I have created a form in MUSE and takes advantage of the information that was entered and present back to the sender of the information they sent in the confirmation form.  I don't know how to do this in MUSE.

    Hello

    If you host your site on Business catalyst, then it is possible. It's not a way in Muse to do.

    Kind regards

    Aish

  • Is it possible to define the validation on a form field with data from another field in Adobe Acrobat?

    Thanks in advance for any help and advice. I am defining a validation for a field that ensured that the amount entered is 25% from another domain. I tried implementing a validation, but were unsuccessful. Can anyone offer any idea or solution? Thank you!

    You will need to use a script to do it. Something like this should do it:

    If {(event.value)

    Event.RC = true;

    var v1 = + this.getField ("NameOfOtherField") .value;

    If (event.value +! =(v1*0.25)) {}

    App.Alert ("the value entered must be 25% of the value of NameOfOtherField.");

    Event.RC = false;

    }

    }

    (This will check if the value is exactly 25% of the value of other... If you meant something else, please specify)

  • Is it possible to buy a subscription only for a few months or is it mandatory to buy at least a full year.

    Hallo

    Hello

    Cloud creative app single subscription and all apps subscription is available with a monthly package without an annual commitment. All other plans are with annual commitment.

    You must select a monthly purchase of the subscription. Please refer to the following link for more details creative cloud pricing and membership plans | Adobe Creative Cloud

    Note: prices are higher for monthly plans compared to the subscriptions that run a monthly payment with annual commitment.

  • EN is not pulling Supporting detail

    Hello

    For some reason, the FR is not showing in the report support detail.

    I have a connection planning, enabled 'View supporting Detail' for row in FR. I can see the detail of support in the form of planning data. But in FR, it does not show.

    Kind regards

    Brig.

    I could solve by restarting the service FR. We are on version 11.1.2.2. Found an article for this issue but related to the 11.1.1.2 version. The article is detailing support for new members is not shown on reports of Financial Reporting (RF) (Doc ID 985122.1). According to the article, it has been resolved in 11.1.1.3. Not sure why we had the same problem in 11.1.2.2.

    Kind regards

    Brig.

  • Hello is possible to get a free license for a month for adobe photoshop cc because I went on vacation and I did not have the opportunity to test?

    Good evening would it be possible to return a free license for within one month for Adobe Photoshop CC because I went on vacation and I do not have has the opportunity to test?

    Hi tay-fun@livefr,

    We are sorry but it is not possible to reset the trial but you can try and use it on another machine with a different identifier (if possible) Adobe.

    -Pierre

  • Configuring the desktop for all users

    When you use Windows 7, is it possible to put up desktop shortcuts for all users who like to log onto the computer, it was in XP? Thank you!

    C:\Users\All Users\Bureau. You can copy shortcuts out there, and it will be displayed on any connected user.

  • Can I copy the contents of a form field to another field with toggle checkbox?

    Would it not possible to copy the contents of a form field to another field in the form once a checkbox is disabled?

    I have several form fields that require form-fill to enter their initials.  Rather than repeat this 20 - 30 times on a form, they would like to be able to write their initials somewhere and that their initials copy in another form with a checkbox Toggle field.

    So, I have a field called 'initial' and each of the original boxes are "init_entry1" "init_entry2" etc.

    The boxes for these areas are "check_entry1" "check_entry2" etc.

    This would be possible with scripts?  Or are there better ways to accomplish the initial AutoComplete with a checkbox toggle?

    You can use a code like this in the MouseUp event of your box:

    If (getField("Check_Box1").value! = "Off")

    getField("Text2").value = getField("Text1").value;

    else getField("Text2").value = "";

    Of course, you have to adapt the names of the fields.

  • Is it still possible to get the 64-bit Windows Vista support?

    Hello!

    Well, I have a copy to authentic detail, under license of Windows Vista Edition Home Premium. He put 32 bit media. But at the time when Vista comes out, I could order the 64-bit Vista Home Premium support which I use today with the same license key that came on the parcel.
    About a year ago I bought the Windows Vista Express upgrade, which is valid for a Home Premium to Ultimate upgrade. But the disk is 32-bit only! So, I was wondering if it is still possible to get the 64-bit separately, support only this time, for the edition of Vista Ultimate? I ask this question because I would like to upgrade to Vista Ultimate, but still run on 64-bit, since I can't spend 64-bit Home Premium to Ultimate 32 - bit.
    I know that it may be too late now, given the fact that Windows 7 is already out and Windows 8 is in its phase of consumer preview now. But I am not really interested in upgrading to one of them at this stage. All I really want is just to upgrade to Vista Ultimate, but I need the 64-bit support, since I already have the license key.
    Maybe that Microsoft may allow me to download an ISO image of the Vista Ultimate 64-bit? That would be good enough for me, I don't care for the physical disc, it is not really necessary. I could get some pirate site or something like that, since I already own not one but two licenses, but I don't want that.
    Thanks in advance!

    The disks are probably non-destinee resale and this may explain the color.

    The Express Upgrade product key is specific to an upgrade from Home Premium to Ultimate.  The product key with the expedition is probably a full license key.

    > By 'Matrix Vista upgrade', you mean upgrading one bit-version to the other, like 64-bit to 32-bit or 32-64, right?

    N ° upgrade matrix tells you if an upgrade installation is allowed or a custom installation is required when moving from one edition of Windows to another.

    > Also, if I use a key Vista Home Premium that I have today to install Home Premium and then upgrade to Vista Ultimate, what happenes to my old key? The old key become invalid/replaced by the new key that I got the update? I mean where I want to go back to the old edition, I've had to go back to Vista Home Premium, I reuse this old key?

    You can use the old key to return to the old edition.  However, you can not use the key to install the old edition on a different computer.  The old key is bound to the key to upgrade.

    > "" If a user is running a 32-bit version of Windows, a user can only be upgraded to another 32-bit version: upgrade from 32 bit to 64 bit requires a clean installation. ""

    Now you are confusing a "install update" with an 'upgrade license '.  A retail upgrade license is valid to move from a 32-bit edition to a 64-bit edition, but an upgrade installation is not allowed and a custom installation is required (due to the change in the number of bits of the installation).

     
    > And now Microsoft will probably speed up the versions of Windows, with new versions coming out every two years or more, or has done.
     
    Not true.  Microsoft has been on a cycle of three years for a long time.  There is no speed upward.  Vista has been delayed for two years, when Microsoft declared a moratorium until security problems in Windows have been fixed (XP SP2 was the result).
     
    > I don't know about Windows 7. I don't know if I'll get it or wait for Windows 8. I hear a lot of misfortunes for Windows 7
     
    I don't know where you got this info.  Windows 7 is much better than Vista or XP.  Vista is the one that is panned by critics as a real dog.  Try Windows 7 and you will never look back.
     
  • Copy the text of the planning cell and the supporting details

    Hello

    I need copy the supporting details and the text in the cell of a scenario to one another without copying the data.

    Is it possible to do outside the "Administration-> copy data" option in planning?

    Is it possible by accessing repository tables? If so someone please tell me the names of the tables in the repository where this information is stored?

    Thanks in advance...

    Hello

    What version you are, if it's 11 then you can try using lcm.
    It can be done with SQL queries, but it can be a bit messy, have a read of this [post | http://forums.oracle.com/forums/thread.jspa?messageID=3300400] it should help you if you want to go this route.

    Ok?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error: "it is not possible to disable the connection at this time. "This connection may be using one or more protocols that don't support Plug-and-play, or it may have been initiated by another user or the system account.

    Original title: unable to disable my lan connection

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • I turn off my connection to the local network, it is showing message.

      It is not possible to disable the connection at this time. This connection may be using one or more protocols that don't support Plug-and-play, or it may have been initiated by another user or the system account.

      Please answer soon

      You have problems with programs

    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hi MVTDA,

    You can try the following methods and check to see if it helps:

    Method 1:

    a. Click Start and select run, type cmd and click OK.

    b. type net stop cryptsvc and press ENTER.

    c. type ren %systemroot%\System32\Catroot2 oldcatroot2, and then press the Enter key.

    d. restart the computer.

    e. open new command prompt and Type net start cryptsvc, and press ENTER.

    Method 2:

    If the same problem persists then you can try to uninstall the network drivers and check.

    a. click the Start button. Select run, type devmgmt.msc and press OK.

    b. Select the network card and right click on it.

    c. now, select Properties.

    d. in the Properties window, on the driver tab, click Uninstall.

    e. After you have uninstalled the drivers, restart the computer.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • Spaltenbrowser

    Wie kann man die Reihenfolgen of the Spaltenbrowsers in allen Playlists too equal all lassen? Z.B. name, Künstler, Dauer, Album, comment, year, Genre usw. Oder muss ich das really as jede einzelne list neu gestalten? VG Jenny

  • Firefox, always on top, no alt - tab to other open windows/applications

    I've updated to 11.0, windows vista. I have not noticed or I have this problem before the update. for example if I have firefox open and click on my calculator, the only way that I see it's to minimize firefox. I can't alt - tab to it nor can I click

  • 34461a timeout

    I'm controlling the Agilent 34461 A DMM via USB.  I use the example VI that accompanies the DMM drivers: "Agilent 3446 X series acquire Multiple.vi.  Sometimes the DMM is unresponsive and I get an error of waiting-1073807339 period.  When this happen

  • Radeon HD 6490 m and the completely gone my computer Pavilion DV6 Catalyst Control Center

    Hello I use a HP Pavilion dv6-6041tx laptop with Win7. I recently tried restoring my AMD display since a recent update driver, so I used the method that I used to install it: http://www.hardwareheaven.com/Mobility-Radeon-drivers-support/206549-ATI-Ca

  • A web service for windows authentication

    Hello I have a number of web services on a windows server. These web services are for a program client (in vb.net), access and retrieve data. This client program are launching for the PC of the individual user. The above configuration is in a windows