FSG - Need to determine the first periode value in year

Hi
can anyone help me please
i need to create a column or row in FSG with the first period balance value in years
for example of the template is:
parameter period is Mar-12
Amount
Balance of Jan-12 10,000
Balance of current period 12,000
thanks
Lim Johny

Hi;
What is EBS version?
Please review:
     How to Create FSG Report to show a Row Only if the Balance is Debit or Credit [ID 754162.1]
     How to Create a Row Set, Column Set, or Content Set report [ID 108305.1]
     FSG Functional Troubleshooting Guide [ID 136328.1]
Hope it helps
Regard
Helios

Similar Messages

  • Need to display the first 5 values of a Multi value parameter in SSRS report

    Hi All,
    I have SSRS report with multi value parameter. I need to display the parameter selection values in a text box. I've more than 50 records in the multi value parameter list. I've included the code to display "All" if I choose "select
    all" option otherwise it will show the selected values. But, I need to change the logic. I have to show only the 1st 5 records if I choose more than 5 records.
    How can I implement this?
    I have used the below code
    =iif(
    Parameters!Country.Count = Count(Fields!Country.Value,
    "Country")
    ,"All"
    ,iif(Parameters!Country.Count>5
    ,"Display the 1st 5 values"
    ,Join(Parameters!Country.Value,",")
    Regards,
    Julie

    Hi Julie,
    Per my understanding that you want to always show the first values from the param country to a textbox when you have select more then five values from the dropdown list, if you checked "select all", textbox will display "All", if
    you select <=5 amount of values. it will display the selected values, right?
    I have tested on my local environment and that you can create an hide parameter(Param2) to display just the first five values from the Country and when you select more then five values from country you will get the Join(Parameters!Param2.Value,",")
    to display.
    Details information below for your reference:
    Create an new DataSet2 which the Param2 will get the values from:
    SELECT     TOP (5) Country
    FROM        tablename
    Create an new param2 and hide this parameter, Set the "Available values" and "Default values" by select the "Get the values from a query"(DataSet2)
    You can also Specify first five value for the "Available values" and "Default values", thus you will not need to follow the step1 to create the dataset2
    Modify the expression you have provided as below:
    =iif(Parameters!Country.Count = Count(Fields!Country.Value, "DataSet1"),"All" ,iif(Parameters!Country.Count>5 ,Join(Parameters!Param2.Value,","),Join(Parameters!Country.Value,",")))
    Preview like below
    If you still have any problem, please feel free to ask.
    Thanks, 
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Script Help required to Auto-populate the Time Period Value

    Hi Experts ,
                    Time Period object was defined in System
    I have a collection M_ED_SYS_CE with M_ED_YR as collection field .
    M_ED_YR field is a Time Period Picker (i.e. values are like "Year 2011" , Year 2010)
    my requirement was to auto-populate the M_ED_YR collection field with Time Period object . No manual Interruption
    Also I need to increment and auto-popualte & set  the Time Period values for all  existing M_ED_YR Collection fields .
    Can any one please clarify if TimePeriod objects defined in System is of VLV type or String Objects
    Any suggestions are highly Apprecaited .
    thanks in Advance
    Tayi

    REsolved

  • Get the first item value of previous record in a multi record block

    Hai,
    I have a multi record block with four items.I should get the first item value of the previous record so that I can increment its value in the current record.
    Thanks.........

    If you want a distinct value in each row or to be able to retrieve the records in the same order they were written then you should use a sequence.
    If you want to retrieve the records in the same order they were created in the block then you will need a diffferent solution to the one you outline here since a user could enter a new record between two others.
    I posted this a while back in response to someone who was using a sort_key item and resetting it for each row when a new record was inserted:
    If you make the sort_key bigger then you have much more room to insert new rows in between existing rows without having to reset all the sort_keys.
    Eg. you have rows with sort_keys of 129282000000000000 and 129283000000000000 (you can have more zeros if you want) and you want to insert a row in between. if you're using oracle forms then the user would have to click on the first of these rows and then do 'insert'. in your insert process you would store the sort keys of the current record and the one below, create a blank record in between and set the sort_key of that record to the average of the other two. you will be able to insert many new rows in between the original 2 before running out of space in the sort_key field.
    the method above is not sufficient, there are some other cases to consider:
    1) when the user is on the last record of the block then you will just create a new record with sort_key set to a greater number than the row before. you can have the sort_key defined as number(38) and to safely allow you to enter 1000 rows each new row would normally be 10E33 greater than the previous one.
    2) when the user is entering the first record then just set the sort_key to 10E33.
    3) on the off-chance that you do insert a great number of records and cannot insert another in between then you would need to alert the user, process the records so that the sort_keys are evenly spaced and requery the block. this processing could be scheduled nightly to make this eventuality even less likely.
    4) make sure the user cannot run the default 'clear_record' procedure. this would break my method as well as yours!
    James.

  • How do I ungroup the pages in my doc, I need to move the first to the end, and it shows me all the pages are in a group

    On Pages:  I need to move the first page of my document to the end, and it shows me all the pages are in a group.  How do I ungroup the pages in my doc. 

    Hello there, linafrompereira.
    The following portion of the online Pages Help for Mac provides information on grouping items in Pages:
    Layer, group, and lock objects - Pages Help for Mac
    http://help.apple.com/pages/mac/5.2/#/tan5eab46568
    Group and ungroup objects
    Shift-click to select multiple objects.
    In the Arrange pane of the Format inspector, click Group (or choose Arrange > Group from the Arrange menu at the top of your computer screen).
    To ungroup an object, select it, then click Ungroup or choose Arrange > Ungroup.
    Tip: You can Control-click objects, then choose Group or Ungroup from the shortcut menu. You can also add these buttons to the toolbar: Group and Ungroup.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Need help with the session state value items.

    I need help with the session state value items.
    Trigger is created (on After delete, insert action) on table A.
    When insert in table B at least one row, then trigger update value to 'Y'
    in table A.
    When delete all rows from a table B,, then trigger update value to 'N'
    in table A.
    In detail report changes are visible, but the trigger replacement value is not set in session value.
    How can I implement this?

    You'll have to create a process which runs after your database update process that does a query and loads the result into your page item.
    For example
    SELECT YN_COLUMN
    FROM My_TABLE
    INTO My_Page_Item
    WHERE Key_value = My_Page_Item_Holding_Key_ValueThe DML process will only return key values after updating, such as an ID primary key updated by a sequence in a trigger.
    If the value is showing in a report, make sure the report refreshes on reload of the page.
    Edited by: Bob37 on Dec 6, 2011 10:36 AM

  • How to remove only the first .Period in a file name using CL.

    Hello!
    So, I've used code similar to this before to remove special characters.  It works for a period . as well, but, of course removes ALL periods.
    file=/Users/niles/Desktop/.test.txt; echo $file"${file//[\\.]/}"
    How do get a reult that only remove the first period . and leaves the rest?
    Thanks!!

    touch .test.txt .t.e.s.t.t.x.t
    # Test it.
    $ for FILE in .test.txt .t.e.s.t.t.x.t
    do
    echo ${FILE} `echo ${FILE} | sed -n 's/^.//p'`
    done
    .test.txt test.txt
    .t.e.s.t.t.x.t t.e.s.t.t.x.t
    # then change the filename.
    $ for FILE in .test.txt .t.e.s.t.t.x.t
    do
    mv ${FILE} `echo ${FILE} | sed -n 's/^.//p'`
    done
    $ ls -l t*
    -rw-r--r--  1 andya  501  0 Apr 23 21:32 t.e.s.t.t.x.t
    -rw-r--r--  1 andya  501  0 Apr 23 21:32 test.txt

  • Need to know the list of values (default one) for PAYMENT_STATUS

    we need to know the list of values for PAYMENT_STATUS in IBY_PAYMENTS_ALL
    (R12)
    presently the payment_status shows as follows.
    SELECT DISTINCT PAYMENT_STATUS FROM
    iby_payments_all
    PAYMENT_STATUS
    FORMATTED
    INSTRUCTION_CREATED
    REMOVED_INSTRUCTION_TERMINATED
    REMOVED_PAYMENT_STOPPED
    REMOVED_REQUEST_TERMINATED
    simillerly,
    Need to know the list of values for PAYMENT_INSTRUCTION_STATUS in IBY_PAY_INSTRUCTIONS_ALL
    (R12)
    PAYMENT_INSTRUCTION_STATUS
    CREATED
    CREATED_READY_FOR_PRINTING
    FORMATTED
    FORMATTED_ELECTRONIC
    PRINTED
    TERMINATED

    There is nothing called "service packs" for an Oracle database. That is an MS thing.
    I guess you mean patchsets which are available in Metalink as mentioned.

  • I need to determine the fields on a selscreen at runtime

    Hi Team ABAP,
    I need to determine the fields on a selscreen at runtime.
    That means FM´s like DYNPRO_FIELD_GET, are not doing the i need.
    If a field is made inactive or invisible in PBO (at selection Screen Output) i dont Need/want this in my Analysis.
    Maybe i better state what i want to achieve.
    I want to rightclick a selscreen-field, and then use the upcoming context menue to make it dissappear.
    For that i added a pf-status to that selscreen.
    In sy-curow i get which row the user clicked on (for example take 5), so now i need to find out which selscreen field is displayed in row 5.
    So i can create the customizing entry for this field.
    Maybe someone has an idea for me, i dont need coding, i can do that myself.
    Thanks for reading
    regards
    Florian Kemmer

    Well Anyway, it took me a Little but i figured it out.
    following code does the trick for me:
    [code]
    Tables phelp.
    IMPORT phelp FROM MEMORY ID 'PHELP'. [/code]
    i do this in the Event AT_SELECTION_SCREEN OUTPUT.
    Then in phelp-dynprofld i have the actual field i clicked on.
    And even if i totally misunderstood you you helped me a lot focusing my thoughts on the right way.
    Before your answer i didnt think about that while pressing F1 it works and i only have to find out how they do it.

  • I bought by mistake the 9.99$ creative suit along with the 19.99$ one. I need to cancel the first, how is it done?

    I bought by mistake the 9.99$ creative suit along with the 19.99$ one.
    I need to cancel the first and stick nwith the second, how is it done?

    Cancel the Cloud http://forums.adobe.com/thread/1439535?tstart=0 may help

  • CWB-Need to change the eligible salary column from yearly to monthly

    Hi All,
    I need to change the eligible salary column from yearly to monthly at Employee Allocation from Compensation Workbench.
    Kindly help me guys
    Regards,
    Sajid

    You can change the activity reference period in the Plan Form - > Not In Program tab from annually to monthly. However, it will impact all the calcuations as it will use monthly values for everything. Please be careful of this. I would suggest testing this (along with posting back the increases to ensure they are annual amounts) before proceeding with this.

  • I logged in to pay my bill via the app yesterday and my stored form of payment was gone. Since I wasnt at home I didnt have access to my checking account now nor a credit card. This is the first time in 14 years that my online account has had this issue a

    I logged in to pay my bill via the app yesterday and my stored form of payment was gone. Since I wasnt at home I didnt have access to my checking account now nor a credit card. This is the first time in 14 years that my online account has had this issue and NO my stored card is not expired. My payment is now going to be late and i was going to get a new phone oin the Edge plan too. Am I going to get charged a late fee and does tgis affect my eligibilityafter 14 years of on time payments! And why did you wipe out my stored payment info?

    Ratwurkz,
    Oh my goodness! That is not what we like to hear. Were you able to log in online not through the My Verizon App? Did it show the card available in there? Is this the same card that you have used for past payments? Let's look a little closer.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • How to determine the correct K value within a grayscale image, quick?

    I frequently need to know specific grayscale values from grayscale images for further use in other applications.
    Problem: When opening the Color Picker the picked grayscale value is separated in CMYK. But I need it in K only.
    I actually have a workaround by comparing the RGB values while zeroing the CMY values and altering the K unless I found the correct value.
    Anyone knows an easier way to get a correct grayscale value in K (out of CMYK), quick?
    And btw. the K from the info panel does not show the correct value I need to know.

    Hi ,
    Please configure the steps in SPRO ..
    Product Costing Controlling -> Cost Object Controlling -> Product Cost by Order -> Period end closing -> Work in Progress
    Configure all the steps , it needs to be ideally done by the FICO consultant , please revert back or search SDN regarding issues in configurations
    Regards
    Sarada

  • Function which determines the selection period dropdown on MSS Reporting

    Hi
    I need the function which detemines the dropdown of the selection period on the MSS reporting screen on the Portal.
    I know that function: HRWPC_GENERAL_KEYDATE_GET determines the default keydate.
    Can anybody please assist?
    Regards
    Margariet

    Hi
    Is there anybody who can assist me with this please?
    iet
    Regards
    Margar

  • How to Determine the first day of the current Fiscal Year

    I am a SQL Server developer who is trying to to learn Oracle SQL. I am trying to write a query that will 1) determine the month number and if the number is 10, 11, or 12, will return '01-Oct-' of the current Calendar year. If the month number is between 1 and 9, it returns '01- Oct-' of the last Calendar year (YYYY = current Calendar year minus 1 year).
    I was playing with the EXTRACT function to get the year and month, but was unable to formulate the '1-Oct-YYYY' where YYYY is the current or previous calendar year, depending on whether the SYSDATE falls before or after 1-October.
    Could anyone point me to an example of how to do this in Oracle?

    We can use "add_months" B-)
    select column_value,
    extract(year from add_months(column_value,-9)) as y,
    add_months(trunc(add_months(column_value,-9),'yyyy'),9) as oct
    from table(sys.odciDateList(
    date '2009-01-01',date '2009-09-01',
    date '2009-10-01',date '2009-12-01'));
    COLUMN_V     Y  OCT
    09-01-01  2008  08-10-01
    09-09-01  2008  08-10-01
    09-10-01  2009  09-10-01
    09-12-01  2009  09-10-01

Maybe you are looking for