To Display "Calendar Month/Year" at report level from Calendar Day

Hello Friends,
I have a scenario in which I have 0CALDAY (e.g. 01.01.2009) along with other fields available in my report. My requirement is to display "Calendar Month/Year" (e.g. 01.2009) in my report.
Is it possible to have "Calendar Month/Year" in my report from 0CALDAY, by making changes to the query, as I cannot remodel the underlying InfoCube?
Many Thanks,
VishwA

HI Vishwa,
Hope it will helps.
How to get month from CREATE DATE field??
Regards,
SVS

Similar Messages

  • Need to display "Calendar Month/Year" at report level from Calendar Day

    Hello Experts,
    I have a scenario in which I have 0CALDAY (e.g. 01.01.2009) along with other fields available in my report. My requirement is to display "Calendar Month/Year" (01.2009) in my report. Is it possible to have "Calendar Month/Year" in my report from 0CALDAY, by making changes to the query, as I cannot remodel the underlying InfoCube.
    Many Thanks,
    VA

    What you mean with huge - 100 Mio dataset?
    The import of the new infocube will be also take a long time - the database must be insert a new field for every dataset.
    => is this a big infocube, then don't use virtual infoobjects.
    => on a big infocube is important to have a good datamodel - please insert always all 11 infoobjects for the time dimension.
    Sven

  • Dynamic selection of Calendar month/year

    I need to create a dynamic combo for calendar month/year, which will display the last 3 months.
    I have a query that displays the cumulated amounts for the last three months and I need to have a combo with the option to filter the query for only one of these months...
    How can I do that in Visual Composer?
    Thanks in advance,
    Cris

    Hi Cris,
    The simplest way is to create a service that's returns the correct month and use it as dynamic list for the drop-down.
    Hope it helps,
    Shay

  • FM to get previous fiscal month/year and calendar month/year for a date.

    Hi All,
    I am having a requirement to extract some data based on either the previous fiscal month/year or the previous calendar month/year. There is no company code input to find the fiscal/calendar month/year.
    At selection screen, user can select either fiscal or calendar selection.
    Based on the selection, the data will be extracted.
    For the system date, we need to calculate previous fiscal month/year or previous calendar month/year and populate the calculated data back to the selection-screen.
    Can you one of you please suggest an FM to find previous fiscal month/year and previous calendar month/year.
    Thanks in Advance,
    Regards
    Gowthami

    Hi Gowthami,
    You can use following function module to calculate previous / next day or month or year.
       call function '/SAPHT/DRM_CALC_DATE'
          exporting
            date      = sy-datum
            days      =
            months    =
            sign      = '-'
            years     =
          importing
            calc_date = .
    Here, you can give '-' to sign, if you want previous day / month / year.
    Here, you can give '+' to sign, if you want next day / month / year.
    And depending upon your requirement, you can pass suitable value to days / month / year.
    e.g. To calcualte last month,
       call function '/SAPHT/DRM_CALC_DATE'
          exporting
            date      = sy-datum
            days      =
            months    = 1
            sign      = '-'
            years     =
          importing
            calc_date = wv_prev_month.
    so it will give '23-01-2008' . Then convert it in the required format as per your requirement using string function concatenate.
    Hope this help you.
    Regards,
    Anil

  • SSRS Line graphs, change the axis maximum and minimum by month, and change data series from calendar year to financial year

    I am using SSRS and I cannot access SQL server to answer my problem, so the solution needs to be done via SSRS only.
    I am currently trying to graph some data. The problem is, the months on the X axis are aligned by calendar year. I need the first month to commence with July, with the last month on the axis to be June. This also means that the year series need to be changed
    from calendar year to Australian financial year.
    Screenshots are provided in the comments.

    Hi Northern,
    Per my understanding that you want to show the month in the x axis as the order of the financial year(7,8,9,10...4,5,6) and also display the year in the series group as the financial year, right?
    I have tested on my local environment and we can modify the query in the sql to get the financial year value based on the fields of Calendar year, details information below for your reference:
    1. Modify the query as below:
    SELECT
    Calendar_Date,CASE WHEN MONTH(Calendar_Date)>=7 THEN
    YEAR(Calendar_Date)+1
    ELSE YEAR(Calendar_Date) END AS Financial_Year,
    MONTH(Calendar_Date)as Financial_Month,
    Billing_Amount
    FROM TableName
    order BY
    Calendar_Date
    2. Add the "Billing_Aomount" in the Value area, "Financial_Month" in the Category group area and "Financial_Year" in the Series group area.
    3. Right click the  "Financial_Month" under the Category group to select the "Category group properties",click the sorting and add below expression in the Sort by to specify the order for the month in the x-axis:
    =switch(Fields!Financial_Month.Value="7",1,Fields!Financial_Month.Value="8",2,
    Fields!Financial_Month.Value="9",3,Fields!Financial_Month.Value="10",4,
    Fields!Financial_Month.Value="11",5,Fields!Financial_Month.Value="12",6,
    Fields!Financial_Month.Value="1",7,Fields!Financial_Month.Value="2",8,
    Fields!Financial_Month.Value="3",9,Fields!Financial_Month.Value="4",10,
    Fields!Financial_Month.Value="5",11,Fields!Financial_Month.Value="6",12)
    4. Preview you will get the sample chart display as below according to my sample data:
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Display previous month value in report

    Hi,
    I have a requirement to display the previous month amounts on monthly basis. here is the example.
    In the Cube I have data like this:
    <b>Customer   Month         Amount</b>
    C1        Jan 2004        $500
    C1        Feb 2004        $600
    C1        March 2004      $1000
    I want to display in Report with another key figure to show the difference between current month and previous month. Report should look like:
    <b>Customer   Month  Amount  <i>Prev_Month_Amount     <u>Diff</u>.</i></b>
    C1      Jan 2004   $500         0               $500
    C1      Feb 2004   $600       $500              $100
    C1      Mar 2004   $1000      $600              $400
    I have tried using restricted key figures.but it is showing the same amount in prev. moth amount colunm till feb 2004. anyone had similar req. please advise me.
    Thanks in advance,
    Ram

    Hi,
    I can only think about a 2 structure approach with cell calculations.
    This will result in a static report with 12 rows for each customer. Then you would need to use the new feature of zero supression, to hide those month where no data exists.
    Heike

  • Advance Reporting Technique from Calendar Link

    I have created a calendar with a namelink, and am trying to link the namelink from a certain date to a dynamic page that displays further information about the event on the date. I have a description column in info table which has the information. What is the proper context in SQL for displaying only the information for the date clicked. I figure I need to use a where statement? Do I have to pass the date parameters to achieve only the display the data for that date?

    any suggestion?
    Thanks

  • Is there any way to delete calendars by years without deleting the entire calendar?

    I have too many years in my iCal application.  Is there any way I can have it just show the past 5 years? Or can I delete years before 2008, for example? I have made a backup of my iCal file so I'm ready for that great solution from the community!
    I see other posts in the community about deleting data but they are from 2005 and 2007 and don't apply to Lion OS and this newest version of iCal - or at least I can't find the features they're referring to to help delete old data.

    Hi,
    In iCal's calendar list make sure only the calendars you want to delete from are checked.
    In iCal's search field put a single quote ('). The search result showing all events will appear.
    Make sure the search results are sorted by date.
    Click the first event you want deleted.
    Scroll down and Shift-Click the last one.
    Press the delete button.
    I don't know whty the single quote is needed oin the search.
    Best wishes
    John M

  • Issue with display of Barcode in the report output from different Machines

    Hi ,
    I have developed a BI Publisher report to print barcode on the output.
    I have configured the necessary setup in XML Publisher Responsibility
    by following the steps
    1) Home --> Administration
    a)     Create Font Files
    Uploaded the ttf file
    2. Create Font Mapping Set
    "Special Fonts"
    3.Created font Mapping under the Mapping set of type "Special Fonts"
    4.Provided the Value of Font Mapping Set to ‘FO Processing ‘ under Configuration
    Font Mapping Set : Special Fonts
    The above configuration works fine and I am able to view the Barcode in the output.
    Issue : When I try to run the same concurrent porgram from a different PC ,and if I view the output, I am not able to see the barcode.
    Please let me know if anyone has faced issue of such kind.
    I guess the above cannot be system specific and please let me know where it is going wrong.
    Thanks,
    Seshu

    Hello again
    I have the font file and I already put it into C:/Windows/Font folder. I just don't have the option to "Create Font Files".
    I try to use this code in a xdo.cfg file:
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <fonts>
    <font family="Free 3 of 9 Extended" style="normal" weight="normal">
    <truetype path="FRE3OF9X.ttf"/>
    </font>
    </fonts>
    </config>
    but i just can't make the bar code appear in PDF.
    Thanks a lot
    Edited by: pedropereira on 22/Fev/2012 12:51
    Edited by: pedropereira on 22/Fev/2012 12:57

  • How to display the output of a reports called from forms in the same window

    Hi all.
    I have installed Forms / Reports 11g Rel2 developer only installation on my windows 7 box.
    I can successfully call a reports from forms using RUN_REPORT_OBJECT and WEB_SHOW.document, but the report is opened in a new window.
    I'd like to open it in the same widow, in a new tab, similar to ctrl-t and make a call.
    How is that possible?.
    I'm using Chrome 25.0. Could this be done through browser settings?.
    Thanks in advance ...!
    Edited by: myluism on 14-mar-2013 6:09

    Don't know for Chrome, so Google for it.
    One more thing, though. what is the 2nd parameter in web.show_document? Is it '_blank'? If not, try that.

  • Swipe down calendar won't sync my agenda from calendar

    Hello everyone,
    For some reason, my Swipe down calendar won't show my agenda that I added in the calendar. 
    When I swipe down for the easy access , it won't show my events for the day.
    My calendar is default gmail calendar. Shouldn't it show what
    I have added on my calendar? It won't show "today" or "tomorrow"s event.
    Is that the new update or is there a way to fix it?
    It would be so nice to just swipe down and see what
    My sched is for the day
    Thanks!

    Thank you, is there a way to change that to show
    The full day?

  • Report filtered by month/year

    To gurus:
    I am creating a pivot table report that must be filtered on 'page section' by month/year.
    I am trying to use the specif colum formula upon "Service Request"."Opened Date" to group the result by this specific filter with no sucess.
    well, I can group by 'month' or 'year' but not the both as well.
    Could someone help me?
    Thanks in advance.
    Mtb

    While creating a report, on the left of the screen, you have access to the fields. Fields are classified by entity (Service Request, Account, ...) and you have to click the "+" to display the fields of an entity.
    Here you have an entity named Date Opened. If you click on the "+", you have fields such as Calendar Month/Year, Calendar Week/Year, Calendar Quarter, ...
    It replace the job of the cast...
    Max

  • Change month of a report by selecting the Year in the EPM context bar

    Hi All,
    I am very new on BPC 10 and actually I am trying to make some report.
    I just try to make a simple thing : display all the month of a year choose by a user (without using the "Editor Report")
    I made a simple report using EPMOlapMember, but when I try to change the year in the EPM context bar in the "Time" dimension, the month displayed does not correspond to the year context and even if I refresh my report.
    What I would like to do is  to allow users to select the year or the month+year in the EPM context bar or by an other way and that the report refresh.
    The finality of this report is to compare the operating cost of a month with the year before, in actual or budget, in periodic or YTD, to calculate variance.
    Below is the structure I would like to have on a single worksheet:
    Scénario : A user choose the month (generally of the month of the current year)
    FIRST (periodic) : Display all the month of the month/year (selected by the user)
    SECOND (periodic) : 1st column : Display the month/year (selected by the user) in actual
                                        2nd column : Display the month/year (selected by the user) in budget
                                        3rd column : Display the month/year-1 (selected by the user) in actual 
                                        4&5th column : Just simple for the delta
    THIRD (year to date) : 1st column : Display the month/year (selected by the user) in actual
                                              2nd column : Display the month/year (selected by the user) in budget
                                              3rd column : Display the month/year-1 (selected by the user) in actual 
                                            4&5th column : Just simple for the delta
    Hope someone could answer !
    Regards,
    Karine

    Hi,
    go through this link
    http://scn.sap.com/community/epm/planning-and-consolidation-for-netweaver/blog/2013/03/01/static-report-in-bpc-nw-10
    Regards,
    Shrikant

  • XML tag to display previou month

    Hi I want to display previous month on my report what is the XML tag I can add in my RTF template.

    Hi ,
    {$SYSDATE()$} - current date (the system date of the server on which BI Publisher is running)
    {$FIRST_DAY_OF_MONTH()$} - first day of the current month
    {$LAST_DAY_OF_MONTH()$} - last day of the current month
    {$FIRST_DAY_OF_YEAR)$} - first day of the current year
    {$LAST_DAY_OF_YEAR)$} - last day of the current year
    you can also add or subtract as mentioned below..these are all the functions that are avilable on Dates.
    {$SYSDATE()+1$}
    {$SYSDATE()-7$}
    this may help you to get the previous month.
    Thanks.

  • Number of days in the calendar month

    Hi All,
    How can i get the number of days in the calendar month in Bex reporting.
    Thanks,
    Gana

    Hello,
    Please go through the following links.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f119d9-922d-2c10-88af-8c016638bd90
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f002c608-2533-2c10-25a1-d0e7f7b5b662
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10fc4382-afa6-2c10-1380-fa224fe4324f
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0fefc77-40e3-2c10-8da3-d4bfcb013387
    Thanks.
    With regards,
    Anand Kumar

Maybe you are looking for

  • In Material Master Screen,functionally what is Safety time and safety time

    In Material Master Screen,functionally what is Safety time and safety time indicator in the MRP Screen.Pls explain its functionality

  • Default install of config files

    By default in Vista, DW CS4 installs its config files here: \Users\username\AppData\Ro aming\Adobe\Dreamweaver CS4\Configuration   My Adobe folder has grown to over 1 Gig.  This means I have 1 Gig of data that continues to get copied back and forth a

  • Optimal Configuration Advice Needed

    First let me say this is my first Mac and I'm loving it! Current System Config: Mac Pro (early 2008) 2.8GHZ Quad Core 8GB RAM Stock Seagate 7200.10 320GB Hard Drive Today I picked up two WD 640GB WD6400AAKS drives @$90/each - therefore re-evaluating

  • 'Send Aplication with Own transaction ' for triggering Output Type

    Hi All, Can anyone let me  know how the option 'Send Applicaion with own transaction'  for triggering output type works? Thanks in Advance, Savitha

  • SD and MM QADB for  service industry client

    Dear SAP gurus, A new project for service provider client is gonna start soon. I need the  QADB for designing the blueprint both for SD and MM perspective.I need actual questionnaire to be used for blueprint discussion for AS IS - TO BE phase.If you