Change of Month names as per selection

We have the following requirements:
1. Change of Month names as per selection of Month / Year e.g. If the user select April 08 then the column name should be April 08, at the same time the next column should be April 07.
2. Next there are two in -line totals as per different logic as recurring rows. e.g Row header is Total and it totals the items in the column, next row header is Comparable total and it is based on checking the adjacent column values for doing the total.
Is this feasible and can be done using BI Publisher? If you have any alternate way of doing it using OBIEE also , please share.

1. YOu should use AGO function (something like AGO (measure, fiscal_month, 1) ) and Variable to define your column's name
2. maybe you should look into RSUM and I think you can build this logic in the BMM layer.
Good luck

Similar Messages

  • Change of Month names as per selection of Month / Year

    We have the following requirements:
    1. Change of Month names as per selection of Month / Year e.g. If the user select April 08 then the column name should be April 08, at the same time the next column should be April 07.
    2. Next there are two in -line totals as per different logic as recurring rows. e.g Row header is Total and it totals the items in the column, next row header is Comparable total and it is based on checking the adjacent column values for doing the total.
    Please let us know if this is feasible and can be done using BI Publisher. If you have any alternate way of doing it using OBIEE also , please share.

    Hi,
    The parameter / prompt used is for month which can have values from JAN , feb, MAR, APR,....... DEC. and the other PROMPT being YEAR e.g. 2006, 2007, 2008.
    The Column Name of the Report SHould get changed as April 08 if selected as month APril and year 2008.The subsequent column of the report should be April 2007. The same applicable for selecting any month/ year
    Layout of Report as below
    SALES
    || April 08 || April 07
    Shop1 100 200
    Shop2 300 100
    Thanks
    NJ

  • Changing the computer name in SAP R/3

    Computer Name of the SAP R/3 server has been changed after the full installation of Oracle 9i and SAP R/3.
    How to change the computer name after the SAP R/3 can start-up sucessfully?

    Hi
    it is not possible after installing R/3, you cannot change the host name , as per my understanding because when you install it generates a solution manager key based on host name SID and instance number.
    Regards
    Subhash

  • HT1451 when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    Same way you select multipl items anywhere else.
    Hold ctrl and click the items you want.
    If they are in consecutive order, click the 1st then Shift click the last.

  • SAP QUERY - Name of field selection change

    Hello, something strange is happening when I change the title of a query.
    The name of the first selection field stay with that name.
    Do you know why?
    Thanks
    Dora

    Sorry....
    The behavior is that: in SQ01, if I change the title of query, save and execute the query,  the first selection field stays with the name of the title.
    Ex:
    Also if I go to change the name of the selection fields, save and execute the query the title of the query stays with that name...

  • I just started up with my IPod, I download music to my library and I accidently changed the artists name in an entire category.  I can't figure out how to undo it. I read the edit help stuff but I can't select the item I need to edit

    I just started using my IPod and I downloaded my library.  I accidently changed the artist names for an entire genre category and I can't undo it.  I read all the edit help stuff and I either can't select items to edit or I'm an idiot and I can't figure it out.  I keep trying and I get a pop up that asks me if I want to change multiple items.

    Did you ever resolve the iCloud problem.I am in the same position and its driving me mad!!! If you have a link to an solution I would appreciate it.

  • Change my camera name according to combox selection

    I filled a combobox with Camers names like this:
    for(var i:Number=0; i<=Camera.names.length; i++)
        cboCam.addItem( { label: Camera.names[i], data:i } );        
    I want to change my camera name according to combox selection like this:
    Camera.getCamera(String(cboCam.selectedItem));
    but it gives me null.Can u help me?
    thanks

    You can also use index as String, which may be safer option in some cases
    Camera.getCamera(String(cboCam.selectedIndex));

  • Up until approx 2 months ago I could select video clips downloaded from my camera and e-mail them.Iphoto9.4.3. This no longer works.  I have tried dragging to my desktop and exporting to my desktop.  I am not sure what has changed.  Any ideas?

    Up until approx 2 months ago I could select video clips downloaded from my camera and e-mail them from Iphoto 9.4.3. This no longer works.  I have tried dragging to my desktop and exporting to my desktop.  I am not sure what has changed.  Any ideas?

    Simply, sharing video via email is not advisable.
    Many email services have an attachment limit of 20mb and some a limit of 10mb. As emails are sent through an array of relays, the effective limit is the smallest file size allowed on any of the relays.  That means that video is rarely suitable for emailing.
    Then there's the whole issue of Codecs and not all machines will have the codecs to play all videos. Plus, folks with slower connections can find it very inconvenient to download large video files.
    Finally, sharing video from iPhoto via email is not supported. All that gets you is the Movie thumbnail. If you feel you must share via email then you'll need to export the video first, and attach that. Use the File -> Export command and set the kind  to Original.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.
    Other than that your options include:
    Upload it to a sharing site like YouTube or Vimeo and email a link - these will allow the recipient to view the material online. That will avoid the codec issues mentions, and the person can still download the video file if they wish.
    Upload it to sharing services like Dropbox or YouSendIt and email a link. This will require that they download the material to their machines to view.
    Regards
    TD

  • Changing the table name while drill down at the dashboard query

    I have a DAY fact table that has about 1B rows.
    The purpose of this table is to store on hand quantity for each item per day.
    On the presentation layer I have a dashboard that will display average on hand qty per year and then user can drill down to quarter/month/week and then by day level to see the actual value at evey level.
    Its hard to run aggregation on fly as all my 3 TEMP tablespace 32gb each filled and then I get error can not extent TEMP file.
    So I thought I will do the aggregation at the database level and store the aggregated data in another table. So at first dashborad will read this new aggregated table to display qty at yearly. As soon as user drill down to quarter the dashbord should query the actual DAY fact table by filtering for specific year and quarter.
    IS it possible? Can I change the table name while I drill down to lower level?
    Thanks in advance.

    Hi use,
    Yes. This is possible in OBIEE. You need to use Action Links to have navigation between reports. The main idea is to have 2 analysis. One with your aggregated data by year (using your aggregated table), and another one with the rest of the hierarchy and data (using normal fact table)
    You add an action link on this report, that can navigate to the second report. showing "the details" (in your case would be the rest of the time dimension).
    Please refer to http://www.rittmanmead.com/2010/07/obiee-11gr1-action-framework-and-conditions/ for actions links.
    Another way is to create 2 analysis, then go to the 2nd analysis, and filter the column year as "Is based on results of other analysis" and you select there the first analysis. In this case when you click on the year in the first analysis, this value will be passed to the second analysis so you can filter the rest of the hierarchy based on the year you clicked on the first analysis.
    If helpful, assign points.
    J.

  • How can I change a State name in iphoto map?

    A few months ago, changing a location of a group of photos, I really changed a state name.
    The image shows the name State "Casa David i Mireia" where should say "Catalunya" that is the real name.
    How can I change that name. I have opened a case in Apple Support, but the solution to reinstal the app have not worked for me.
    Thank you for your help
    Jordi

    Thanks for your help!
    The problem is that I think that I changed the "default" name for the state where the photos were taken. I have 50 differents locations, that are all correct, and photo per photo, I can modify the original location, but only at "local" level.
    How can I change the name displayed in State section as "Casa David i Mireia" for "Catalunya" that is the real name for the State where the photos where taken?
    I don't if this post is comprehensive. I'm not sure.
    Thanks for your time!
    Jordi

  • Changing the network name on my wireless router?

    I bought my linksys router a few months ago and did all the setup stuff that day, including changing the network name from the default. I want to change the name to something different, but when I went to the setup address, there was no box in which to put the new network name [I was on the Basic Wireless Settings Tab in the Wireless section]. Help please?
    Solved!
    Go to Solution.

    What is the model number of the router?  Access your admin pages again and select wireless tab and then select the MANUAL button.  There you will find what you seek (SSID).
    Message Edited by sabretooth on 01-25-2010 10:32 PM

  • Period number to be displayed as month name

    Hi,
    I have Fiscal year/Period defined in the column section of the BW query.  Currently the column will be displayed for example: Period 01, 2009, Period 02 2009 and etc.   Our users are asking to display the month name instead of the Period#.  Is it something can be handled within the query definition (or) via the BW query user exit. 
    Thanks in advance for any response.

    Hi Venugopal,
    Fiscal period is not always the same as calmonth.
    For eg - In India, you have April as the 1st fiscal period of this year.
    Hence, it does not make sense to have month names for fiscal period.
    Also in FICO you may have special periods..ie periods after period 12.( eg period 13 to 16) you wont be able to map them to a particular month in some cases.
    If you want to display month name in your column selections, use 0calmonth object with text display.
    However, this would mean you are view a dataset as per calmonth and not as per fiscal period.
    Check if this is acceptable for your business requirement.
    Lastly, you can always have a formula, to check the value and put texts instead.
    ( if fiscal period is 02/2009 then month is feb ..(based on the country).
    Hope it helps,
    Best regards,
    Sunmit.

  • Dynamically change the column name....

    Hi,
    I am facing a problem in displaying name of the columns dynamically as a parameter selected from the dashboard prompt.
    I have some facts which contains data according to the selected month (From Prompt).
    As of now the column names are:
    Curr, Next1, Next2, Next3 which displays the data for the months accordingly to the selected month from prompt.
    Data is coming correctly but on the report the column name are displayed as Curr, Next1, Next2 and Next3 which I want to be displayed as the month name for which it contains data.
    How can I do that? I have tried presentation variables to be used in custom heading but that is only as string.
    Thanks in advance !!!
    Regards,
    S Anand
    Edited by: S Anand on Nov 20, 2009 2:29 AM
    Edited by: S Anand on Nov 20, 2009 2:29 AM

    My scenario is little different, let me explain:
    My columns will remain same but values changes (based on column formula) according to the selected prompt value
    If I select 'Oct' from prompt then
    Curr will contain data for 'Oct' only
    Next1 will contain data for 'Nov' only
    Next2 will contain data for 'Dec' only
    Next3 will contain data for 'Jan' of next year only.
    Later if I select 'Jul' from prompt then
    Curr will contain data for 'Jul' only
    Next1 will contain data for 'Aug' only
    Next2 will contain data for 'Sep' only
    Next3 will contain data for 'Oct' only.
    I don't have different columns for each months but the columns are capable to reflect data for any month.
    So, how can I reflect the column name as month name for which that contains data.
    Regards,
    S Anand

  • Sort By Month Name in Crosstab report

    Hi,
    I have one cross tab report in which in Datapoint I have one column which shows Month Details. When I run the reports the heading of Column comes as Month Name (ie Aug, April, Dec,.....) . Can you please help me to understand how can it be done it displayed in sorted month according to Month Name (ie. Jan, Feb, Mar, Apr.......). As per one of the Thread I tried to use to_date(Column_name) but it does not work as Column name is char column and cannot be converted to date.

    Hi ,
    What if you use the following ...in bold?????
    SQL> select ename,hiredate from emp;
    ENAME      HIREDATE
    SMITH      18/12/1980
    ALLEN      20/02/1981
    WARD       22/02/1981
    JONES      02/04/1981
    MARTIN     28/09/1981
    BLAKE      01/05/1981
    CLARK      09/06/1981
    SCOTT      18/04/1987
    KING       17/11/1981
    TURNER     08/09/1981
    ADAMS      21/05/1987
    JAMES      03/12/1981
    FORD       03/12/1981
    MILLER     23/01/1982
    14 rows selected
    SQL> select hiredate , to_number(to_char(hiredate,'MM')) from emp order by 2;
    HIREDATE    TO_NUMBER(TO_CHAR(HIREDATE,'MM
    23/01/1982                               1
    20/02/1981                               2
    22/02/1981                               2
    02/04/1981                               4
    18/04/1987                               4
    21/05/1987                               5
    01/05/1981                               5
    09/06/1981                               6
    08/09/1981                               9
    28/09/1981                               9
    17/11/1981                              11
    18/12/1980                              12
    03/12/1981                              12
    03/12/1981                              12
    14 rows selectedOR ....
    EVEN BETTER AS YOU NEED THE MONTH NAME....
    SQL> ALTER SESSION SET NLS_DATE_LANGUAGE='AMERICAN';
    Session altered
    SQL> select hiredate , to_char(hiredate,'MON') , to_number(to_char(hiredate,'MM')) from emp order by 3;
    HIREDATE    TO_CHAR(HIREDATE,'MON') TO_NUMBER(TO_CHAR(HIREDATE,'MM
    23/01/1982  JAN                                                  1
    20/02/1981  FEB                                                  2
    22/02/1981  FEB                                                  2
    02/04/1981  APR                                                  4
    18/04/1987  APR                                                  4
    21/05/1987  MAY                                                  5
    01/05/1981  MAY                                                  5
    09/06/1981  JUN                                                  6
    08/09/1981  SEP                                                  9
    28/09/1981  SEP                                                  9
    17/11/1981  NOV                                                 11
    18/12/1980  DEC                                                 12
    03/12/1981  DEC                                                 12
    03/12/1981  DEC                                                 12
    14 rows selectedRegards,
    Simon
    Message was edited by:
    sgalaxy

  • Get first and last day given month name with combobox

    hi guys ;
    I loaded to month name in combobox and I want to get first and last day by the name of month from selected Combobox
    So if I select to february than results get 01.02.2015 and 28.02.2015
    if select March than 01.03.2015 and 31.03.2015
    Thanks .

    Thank you for useful post , How to change Culturinfo as a Turkish Month name ?
    your's code is work if I use English month name But it was get error when use the turkish month name
    If you are running your application on a Turkish Windows you could use the System.Globalization.CultureInfo.CurrentCulture:
    int month = DateTime.ParseExact(monthName, "MMMM", System.Globalization.CultureInfo.CurrentCulture).Month;
    Or you could use create an explicit culture object like this:
    System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("tr-TR");
    int month = DateTime.ParseExact(monthName, "MMMM", ci).Month;
    Please remember to mark all helpful posts as answer to close your threads.

Maybe you are looking for

  • Unable to unlink iphone from icloud

    My brother destroyed the screen on his iphone 5, so i'm trying to clear it off to sell it for parts on ebay. When I plugged in the phone it just vibrates (like it's supposed to if it's stolen or on a different computer), then it asked me to enter my

  • Query Run Issue

    Hi Gurus We have developed queries across areas like SD, FI, CO etc.... most of them are running fine...but a few of them get stuck...even when we open them in query designer and try to save the query into a new one, the saving activity goes into a l

  • An error occurred when connecting to the accounting system ID3DEV310

    Hi Friends, We are Implementing collaboration project 4.5 and want to link with project system in ECC 6.0. Both these are in the different servers. I have done the configuration on both the servers and also maintain the RFC (ID3DEV310) in Object Link

  • IMPORT GR PROBLEM

    hi all, i got one error while doing IMPORT GR error is MAXIMUM NO OF ITEMS IN FI REACHED what is the solution for that urgent regards, sujit

  • Centro & Vista

    Here’s my dilema…. I want a PDA type phone so that I can combine my calendar and address book all in one device.  I want to be able to enter addresses and calendar info using my full size keyboard at my laptop then sync it to my new smartphone.   I h