New features for each version of  Hyperion major planning

Good morning,
I'd like to work on the list of the new features for each of Hyperion Planning major version release: 9.0, 9.1, 9.2, 9.3, 9.3.1. But if there's already available guide/ chart for this, I'd love to refer to that particular documentation.
Thanks a lot and have a nice day
Adrian

Please check the Release content document - Release 12 Financial Applications, which gives the new functionality of the GL module and there is no doc number for this document, I can send it by email if you want.
Srini C

Similar Messages

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • LR beta released - new features for ACR 7

    I was just reading about the LR beta for version 4: http://www.dpreview.com/articles/7481161037/lightroom-4-public-beta-whats-new
    Although I'm not a LR user, I was excited to see the new editing features, as they will be essentially the same as the next version of ACR that will be part of PS CS6 (all guesswork on my part of course, but as Adobe has always done this previoulsy I don't think it's much of a leap of faith to make). A few features and changes that stood out for me:
    They've re-vamped the basic tools, and have a new Process Version 2012;
    Localised adjustments now allow you to adjust white balance and noise reduction;
    Curves tool allows you to work on individual RGB channels.
    This looks set to be a major upgrade IMHO.
    M

    I've been testing new features for a while
    I'm quite satisfied with a new automatic recovery procedure. Just that ... it will probably raise new posts about mismatching between camera profiles and in-camera jpegs, because when a photo has blown parts, recovery kicks in automatically. Also, in some (rare) cases I would just want to have it off ... so maybe having a whites slider with 'auto' check box or something similar would be a better solution ... Anyway, finally I can say that dealing with highlights is now even better than in Canon cameras / software, which have similar solution for at least 5 years ...
    Since R and B channel, that can be blown by WB, are now also recovered, resulting hue of blown parts is now different than with PV2003/2010. If G and B are blown, resulting hue is around 200 deg (instead 180 previously), which looks more natural for parts of blown sky. If R and G are blown, resulting hue is around 40-50 (instead 60 previously), which is ok for blown areas around sun in sunset photos etc but ... in some rare cases there can be blown foliage colors and it doesn't look particularly good when blown green turns light brown ... So a slider to deal with hue in blown parts for brush tool would be fine somewhere in the future, because painting that areas with some color doesn't produce desired result ...
    Getting rid of defaults from the past (brightness +50, contrast +25, blacks 5,. medium-contrast curve) is also nice, as it didn't make any sense with camera profiles
    I'm also glad that clarity is now usable for me, so I don't have to apply wide radius USM in PS anymore ... The same with highlight & shadows tool, that is now implemented here ... etc ...

  • 1 master, many versions, 1 preview for each version?!!

    One of the advantages of non destructive editing is to contain the increase of disk space required for having multiple versions of 1 master file (which is the one that takes most of the space on the hard drive). All this may vanish!
    With aperture 1.5 you run the risk to have one preview for each version and, consequently, many enormous files piling up. Even if you do not actively create previews, they are created each time you run a slide show, and this takes up time and space!!
    Did they find a new strategy to make you have bigger and bigger libraries and buy bigger and bigger disks?
    Any way to avoid previews at any time?
    maxbor

    I think the previews make sense when either you want to share your photos with iLife or iWork, or when you have your raw files in an external HD.
    This is how I'm minimazing the use of previews, just to share with iLife my favorite pics:
    In preferences, I switch off "New Projects Automatically Generate Previews", "Share Previews With iLife and iWork" is on.
    In the projects panel, I select the first project, I click on the wheel on the top right corner of the projects panel and untick "Maintain Previews". Continue doing this with every project.
    Now I create two smarts albums, one with all the images rated 4 or 5* and other one with images rated 3* or lower. I go to the 4/5* one, select all the images there, right click on them and select "Update Previews". I go to the 3* or lower album, select all the images, right click on them and "Delete Previews".
    From now on, all I have to do it's everytime I'm done with a project, in its browser I search for 4* or better rated images and "Update Previews".
    No more waste of HD for pics I will never share with iLife or iWork.

  • 11g new features for dba

    can anyone share document or link regarding
    11g new features for dba
    i am searching in the net

    http://tahiti.oracle.com/
    click on your version (11.1 or 11.2) you will see the docs
    Edited by: Bawer on 17.01.2013 10:13

  • New features for Oracle Assets in Apps 12i

    What are the new features for Oracle Assets in Apps version 12i?
    where can i find User Guide for FA in Aps 12i?

    You could check Appendix A of the Oracle Applications Upgrade Guide for 11i to Release 12:
    http://download-east.oracle.com/docs/cd/B34956_01/current/acrobat/r12upg11i.zip
    Assets module is discussed on page A-2.
    Also, you can find the Fixed Assets Users Guide for R12 at the link that hsawwan provided.

  • FillBy always fills in the same row in data grid view. How to make it fill in a new row for each click of the Fillby Button? VB 2010 EXPRESS?

    Hi there, 
    I am a beginner in Visual Basic Express 2010. I have a Point of Sale program that uses DataGridView to display records from an external microsoft access
    database using the fillby query. 
    It works, but it repopulates the same row each time, but i want to be able to display multiple records at the same time, a new row should be filled for
    each click of the fillby button. 
    also I want to be able to delete any records if the customer suddenly decides to not buy an item after it has already been entered. 
    so actually 2 questions here: 
    1. how to populate a new row for each click of the fillby button 
    2. how to delete records from data grid view after an item has been entered 
    Thanks 
    Vishwas

    Hello,
    The FillBy method loads data according to what the results are from the SELECT statement, so if there is one row then you get one row in the DataGridView, have two rows then two rows show up.
    Some examples
    Form load populates our dataset with all data as it was defined with a plain SELECT statement. Button1 loads via a query I created after the fact to filter on a column, the next button adds a new row to the existing data. When adding a new row it is appended
    to the current data displayed and the primary key is a negative value but the new key is shown after pressing the save button on the BindingNavigator or there are other ways to get the new key by manually adding the row to the backend table bypassing the Adapter.
    The following article with code shows this but does not address adapters.
    Conceptually speaking the code in the second code block shows how to get the new key
    Public Class Form1
    Private Sub StudentsBindingNavigatorSaveItem_Click(
    sender As Object, e As EventArgs) Handles StudentsBindingNavigatorSaveItem.Click
    Me.Validate()
    Me.StudentsBindingSource.EndEdit()
    Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
    End Sub
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    'TODO: This line of code loads data into the 'MyDataSet.Students' table. You can move, or remove it, as needed.
    Me.StudentsTableAdapter.Fill(Me.MyDataSet.Students)
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Me.StudentsTableAdapter.FillBy(Me.MyDataSet.Students, ComboBox1.Text)
    End Sub
    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
    Me.MyDataSet.Students.AddStudentsRow("Jane", "Adams", "Female")
    End Sub
    End Class
    Get new key taken from
    this article.
    Public Function AddNewRow(ByVal sender As Customer, ByRef Identfier As Integer) As Boolean
    Dim Success As Boolean = True
    Try
    Using cn As New OleDb.OleDbConnection With {.ConnectionString = Builder.ConnectionString}
    Using cmd As New OleDb.OleDbCommand With {.Connection = cn}
    cmd.CommandText = InsertStatement
    cmd.Parameters.AddWithValue("@CompanyName", sender.CompanyName)
    cmd.Parameters.AddWithValue("@ContactName", sender.ContactName)
    cmd.Parameters.AddWithValue("@ContactTitle", sender.ContactTitle)
    cn.Open()
    cmd.ExecuteNonQuery()
    cmd.CommandText = "Select @@Identity"
    Identfier = CInt(cmd.ExecuteScalar)
    End Using
    End Using
    Catch ex As Exception
    Success = False
    End Try
    Return Success
    End Function
    In closing I have not given you a solution but hopefully given you some stuff/logic to assist with this issue, if not perhaps I missed what you want conceptually speaking.
    Additional resources
    http://msdn.microsoft.com/en-us/library/fxsa23t6.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Create new session for each window opening

    From a jsp page i open a page called student.jsp by clicking on students admision no.Therefore lots of pages can be opend in new windows with relevent student details.
    but when i click on the link i called a servlet, get relevent details and redirect to student.jsp. The problem is ,all opened windows have same session id and there are session conflicts.
    How can i create new sessions for each page thru the servlet or is there any other alternatives

    I actually was working on a problem that was similar to this, and the problem is with how each web-browser works with sessions...
    Each browser window (Except in one case with IE) will use the same session in each window.
    However, you might be able to use URL-Rewritting to manage your sessions and get around using cookies for for session tracking. I personally haven't tried this, but I'm betting that it will work.
    Best of Luck,
    Nate

  • If i want to contact apple with an idea i have for a new feature for the iphone how would i do this?

    if i want to contact apple with an idea i have for a new feature for the iphone how would i do this?

    A quick google search would have revealed the answer.
    http://www.apple.com/feedback/iphone.html

  • I look for integrated in the legend bloc of diaporama, a widget such as "Accordion" for, with a click, or passing with mouse, open a new legend for each photo. I tried with "Accordion" of Muse, it does not work. I tried copy/paste, mais no result. The wid

    Question.
    I look for integrated in the legend bloc of diaporama, a widget such as "Accordion" for, with a click, or passing with mouse, open a new legend for each photo. I tried with "Accordion" of Muse, it does not work. I tried copy/paste, mais no result. The widget disappear in bloc legend. disparaître. Have you one solution?
    Thank you,
    Loïc

    Accordion or Tabbed panel should to it, with click and open container.
    Please provide site url where this does not work, also if you can provide an example where we can see the exact action then it would help us.
    Thanks,
    Sanjit

  • New features for BSP since release 7.0

    Hi all!
    Could anyone just tell me what exactly are the new features since the 7.0 release for BSP-Programming (if any exist) or tell me where to get that information (am a little confused again searching through the SAP-Site-Universe).
    Thanks in advance and regards
    Jan

    Hi Jan,
    there aren't any new features for BSP in 7.0, as there is no further devolpment for the BSP framework.
    Regards,
    Rainer

  • New feature for Preview - Where to submit?

    I have a thought for a new feature for Preview that I wonder how many people would say it is worth submitting to Apple, and if so, then where and how do I send it to them?
    The problem I face is that I get a lot of PDF forms off websites (usually financially related) that are not created with proper form fields, so I am forced to print the form off and use my "chicken scribble" handwriting to fill it in, then I usually try to email it back, but sometimes I have to fax or mail it.
    Well, the thought I had was, "Why can't I use Preview to select a font, click on the page with the Text tool and start typing in what I need?"
    Ideally it would be good to be able to save the document with your "overtyping", but I understand that some PDF files are protected, so how about saving just the stuff I have added as to a PDF file that when I open that, it opens the original (blank) form as well?
    Surely I'm not the only one that has to fill in PDF forms. Anyone else think this is a worthy addition to Previews already good capabilities?
    If so, how do I pass this idea onto someone that cares?
    Cheers,
    Mark

    Welcome to the Forums!
    It is a good suggestion. FYI, Acrobat Professional can do this (not the free reader, of course).
    Thanks also for understanding that this is not the place for suggestions to Apple!
    There's no specific feedback page for Preview, so you should submit to the general OS X feedback page.
    Links to other feedback pages (for your future ideas) are here.
    Hope this helps...

  • New features for oracle 10g DBA

    hi all,
    i want to download new features for oracle 10g dba in free, but i cant found it free.so if somebody know anylink which provide it free or if somebody have it.plz let me know.i need it on urgent basis.
    Ihsan DBA from Pak

    http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14214%2Ftoc.htm&remark=portal+%28Getting+Started%29
    Could you not download from here?

  • 1Z0-045: Oracle Database 10g: New Features for Oracle 8i OCPs

    Hi,
    I was looking for right reference book for the 1z0-045 upgrade certification. I could not find any reference book that is related to this certification. Only one book have found out on Amazon site, which is "OCP Oracle Database 10g: New Features for Administrators Exam Guide (Oracle Press) (Paperback)" published by McGraw Hill.
    But this book does not show exem number 1z0-045 anywhere. So I am not sure, is it a right book to buy.
    Please let me know if any one has any knowledge about that.
    I appreciate for your information.
    Thanks
    Amit

    The book you mention is for those individuals who are upgrading their 9i OCP to the 10g OCP. Since you are apparently upgrading from 8i OCP, there is possibly a gap in your learning. You might want to take a look at OCP Oracle9i Database: New Features for Administrators Exam Guide (Paperback) which explains the new features for Oracle 9i to someone coming from an 8i background. No additional exam would be needed in your case but this book may help to fill out your knowledge a bit. You could also take a look at http://download.oracle.com/docs/cd/B10501_01/server.920/a96531/toc.htm if you would rather not buy an additional book.
    Tom

  • Where are the all-new features for China?

    Hello.
    I just upgraded from 10.7 to 10.8 and while going through the feature list I wanted to look more closely at the all-new features for China. However, it looks like most them are not there.
    OS X Mountain Lion brings all-new support for many popular Chinese features and services. The dictionary app now includes the Standard Dictionary of Contemporary Chinese. Improved text input makes typing in Chinese easier, faster, and more accurate. With eight new fonts, your writing can appear formal, informal, or fun. Mail works with QQ, 163, and 126. Baidu, the leading Chinese search provider, is a built-in option in Safari. Now you can post to the web right from the app you’re in. Post videos with Youku and Tudou. Post to Sina Weibo, the popular microblogging service. And share easier than ever. All these new services are easy to set up on your Mac.
    I've not been able to find anything about the new services that OS X integrates with. For example, in Safari I can only choose between Google, Yahoo and Bing. In QuickTime Player I can only upload to YouTube and Vimeo, and the only microblogging service I can add is Twitter.

    Z. Zepto wrote:
    Is it impossible to use the those features without making the computer chinese?
    I forgot, yes, you can you can always add an account for a specific service in the Messages, Calendars & Contacts Preferences pane.

Maybe you are looking for