Display Month verbiage on chart but sort by month number

Hello,
I have inserted a simple bar chart (values by month for a single year) and my goal is to get the data values to group by month.
I found that I can achieve this by using a formula that extracts the month from my Date/TIme field MONTH({Command.OB_DELIVERY_DATE}).
This works OK and displays months as 1, 2, 3,  etc. on my chart), but I want to display the month text instead (Jan, Feb, Mar)
I tried a second variable:  ToText({Command.OB_DELIVERY_DATE},'MMMM')
This works in displaying the verbiage of the months, however, the problem is that it groups the months on my chart alphabetically now (April is now my 1st month instead of January).
What is the trick to displaying month verbiage on my chart, but still sorting these months in their proper numerical order?
Many Thanks!

Hi Dave,
Try this please:
1) Insert a Crosstab and place it on the Report Header. Use the Delivery Date field as the row and add the measure field as the Summary Field with the right Sum function
2) Highlight the Delivery Date field > Group Options > set it to print 'For Each Mointh'
3) While in the Crosstab Expert highlight the Delivery Date field > Click Group Options > Options  tab > check the option 'Customize Group Name field' > Select 'use formula as group name' and click the formula button beside. Use this code:
ToText({Command.OB_DELIVERY_DATE},'MMMM')
4) Right-click the Crosstab and select Insert Chart. Choose the right Chart Type
5) Suppress the Section that holds the Crosstab
Hope this helps.
-Abhilash

Similar Messages

  • Hi! i buy iphone 5c on cricket but after 2 months in usa philadelphia but after 2 months i will go to uae, can someboydy please tell me if i can use my iphone5c there?

    hi! i buy iphone 5c on cricket but after 2 months in usa philadelphia but after 2 months i will go to uae, can someboydy please tell me if i can use my iphone5c there?

    ask the carrier what they unlocking rules are
    if they don't sim unlock it
    it will not work with sim cards from other carriers
    so if it would work in uae it would be roaming and still be using cricket as carrier and you could be charged an arm and a leg for both data and talking

  • Chart axis sorting by Month

    I have two database fields, "Month" and "Year" which will be combined in a formula for the purpose of a chart.
    (eg: "{Table.Month}" and "{Table.YEAR}" = January 2008)
    My question is, if I use a line chart, how can I have Crystal sort the Month/Year properly instead of having it sorted alphabetically like it is already doing? 
    As of right now, I'm getting April 2007, April 2008, August 2007, August 2008, etc...

    Try to create a formula to return a perfect date format by combining both month and year. Also try to combine a day value as 1 so that you will get a complete date. Now use this formula in chart and click on order button and choose group by monthly.
    Hope this Helps!
    Raghavendra

  • With newest ios 7 version, can no longer change "just this one" recurring calendar event, like if a monthly meeting time changes, but only this month. How to fix?

    With newest IOS7, installed this morning, can no longer change just one time, a recurring event-like a monthly meeting.  It used to ask if i want to change for this event only, or for all the events.  How else can you change the time "just this once" and leave the other times alone?

    no-turns out the only problem is taking the event from an "all day" event that repeats, to one with a time, if time is only for the one event this year.  Do all repeating events either need to be for the entire day, or for a time-but cannot change an all day event, to one with a time only for this event.
    I have the "all day" for the annual event so I don't forget to take care of this, but this year I want to give it a time so it is more prominant on the calendar.  Only wanted it at a specific time this year, and want it to stay "all day event" in the future. 
    I think the only way to fix is to make a new event just this year and give it a time, then keep the recurring event as as "all day".
    Not a big deal-thought it was a bigger problem than it turns out to be.

  • Sorting by last 12 months in a Chart with data from the last 24 months

    Hi Guru's
    I am trying to create a Trend chart which will show the trend percentage vs previous year.
    In the X -axis I have Month wich is currently sorted by Jan, Feb, Mar etc ...Dec.
    The problem is that I want to show the last 12 months instead, but since I need data for the last 24 months to do so, I am having problems with the chart to show correct sorting.
    If this month is Oct 2011, I would want the chart to show the follwoing in the x axis:
    Oct10, Nov10, Dec10, Jan11,Feb11, Mar11, Arp11, May11, Jun11, Jul11, Aug11, Sep11.
    The problem is that in order for me to create the diff between previous year/month, the chart will either show last 24 months or 12 months thus causing the previous years values to disapear.
    So far I have managed to create a variable that will tell the age of the values in a month. The Chart is filtered and will now only contain data for the last 24 months. I have a variable which calculates the diff for each month agains previuos years values.
    So far so god, but how can I solve so that values are are included in the chart and sorted by the last 12 months?

    I discovered the solution, appereantly it was as easy as using the IN operator:
    =[Year] Where ([vAgeMonths] <= 12) In ([Time].[Short month])
    Now I am able to sort this by year and then month. Sometimes it helps tinkering a bit and a sollution will reveal it self.

  • Display Data on waveform chart or XY graph over a long period of time

    Display Data on waveform chart or XY graph over a long period of time
    Can anyone help?
    I am acquiring data from an Ni DAQ card with the following parameters - sample rate = 12800, number of samples = 4096. I want to extract order information so as to track changes in the amplitudes of certain frequency harmonics. So I use the sound and vibration toolkit to extract this information as shown in the attached Vi.  I will like to plot the resulting amplitudes against real-time starting at the time the Vi was run.  I really want the display to show these changes over long periods (eg. days, months and even years).
    Problem.
    I have tried to plot the Y component of the resulting magnitude for a given order on a waveform chart. My choice of the waveform chart is because I also want to display  alarm limits (using the mask and limit vi) (I can't have these lines displayed on an XY graph plot).  I tried adjusting the scale offset using the property node and setting the offset to current time. However, the display on the X-axis can only show a span of  2 minutes as will be seen when you run the attached vi. I want the time display on the x-axis to be over a period of  days, months  and even years.  Is there a way to set the maximum scale on the x-axis to be say a year or so in future.
    I really want the display to be like the one in in the second attachment.
    Attached is a sample VI created using an Ni USB 9234 DAQ card. Any card will do but I am only getting the signal from one channel for this example
    I will appreciate any help that can be given to me.
    Thanks
    Attachments:
    Real-Time Graph Display.vi ‏170 KB
    Sampe screen1.doc ‏37 KB

    Long term testing can be tricky- and we'l get into that later.  Lets start with the basics that you have wrong.
    The vi as you have constructed it has only one memory element, the chart history length (default is 1024.)
    You can change the number of points the Chart will remember by Right-clicking the chart an select Chart History Length from the menu.
    But for a long term test - and one where you want to REMEMBER the first value you need a memeory element that is independant of the application.  Your PC WILL loose power or need to be rebooted eventually.  Heck it might even need to be replaced! you really need to store your data in a file. Preferablly in a file that is backed-up on a regular basis so you don't lose every point of data if the PC dies.  It realy hurts when you have to restart a 2yr test because you've lost the 18months of data you collected.
    For an application like this I would seperate my "collection" and "Evaluation" operations. 
    Have one vi that takes the reading and writes it to a file at a configurable rate  You may want 1reading  per minute for seveal days then 1 per hour for a few weeks- then maybe only once or twice a week for the next couple of years since you are looking for LONG TERM stability.  having too much data to evaluate can take a lot of digging to find the few things that interest you (but always take more that you think you need)
    Have another utility that COPIES the files, reads them and displays the data you are interested in that day.  The data you want to look at won't change over time HOWEVER, you WILL want to analize it in different ways depending on what the data trends look like.  Having seperate routines for collection and display allows you to update the display style and analisys without even stopping the collection vi (much less editing the vi)
    Jeff

  • Studio : Chart Based on day/month/year

    In Studio , There is a requirement for us to display chart based on day/month/year .
    Since Date attribute is not displayed as a Dimension in the chart configuration list , I have divided  date attribute into  day/month/year attributes and based on that I generated a sample chart
    But now I'm facing with a problem
    Suppose there are records for only July and Sep then the chart shows up for July and Sep , It doesn't show up for august.
    I agree that there are no records for august in my data domain that is the reason august is not displayed in the chart . But as per our requirement we should display august as well with zero count.
    I'm curious to know if there is any way to do this .

    The idea behind the calendar record type is it is a secondary, new record type you're introducing that compliments your "sales" record type.  The RECORDs you provided would be your "sales" record type, not your "calendar" record type.  To continue with your example, your "sales" records would look like what you provided:
    =============== RECORD ==================
    Id: 1
    sales_amount : 1000
    Month: Oct
    RecordType: sales
    date: 2012-10-01T00:00:00.000Z
    day: 01
    year: 2012
    =============== RECORD ==================
    Id: 5
    sales_amount: 1000
    Month: Dec
    RecordType: sales
    date: 2012-12-01T00:00:00.000Z
    day: 01
    year: 2012
    ==========================================
    And your "calendar" record type would be loaded subsequently.  I usually provide one Endeca record for every day for this record type:
    =============== RECORD ==================
    Id: 1
    Month: Oct
    RecordType: calendar
    date: 2012-10-01T00:00:00.000Z
    day: 01
    year: 2012
    =============== RECORD ==================
    Id: 2
    Month: Oct
    RecordType: calendar
    date: 2012-10-02T00:00:00.000Z
    day: 02
    year: 2012
    ==========================================
    (and so on, one for each day up to today...yawn)....
    =============== RECORD ==================
    Id: 790
    Month: July
    RecordType: calendar
    date: 2013-07-31T00:00:00.000Z
    day: 31
    year: 2013
    ==========================================
    Thus, when you write an EQL statement like:
    RETURN foo AS SELECT
    SUM(sales_amount) AS "TotSales"
    GROUP BY Month
    You will get a Month bucket for every month, where the "calendar" record type will be sure to offer a month where sales don't offer it...aka. fill in any "holes".
    HTH,
    Dan
    http://branchbird.com

  • Sort by month query

    All,
    I'm trying to display "Mon" (i.e. Jan, Feb, Mar, ...), but sort by "MM" (i.e. Mar, Apr, May) but am having issues with the query. This is the query I'm trying to run:
    <pre>
    select null link, to_char(date_created, 'Mon'), count(applicant_id)
    from applicant
    group by null, to_char(date_created, 'Mon')
    order by to_char(date_created,'MM')
    </pre>
    Looking for some advice on how to sort by the cardinal month value while displaying the month name value.
    Thanks.

    One solution would be:
    select null link, createdate, cnt
    from ( select to_char(date_created,'MM') sortdate, to_char(date_created, 'Mon') createdate, count(applicant_id) cnt
           from applicant
           group by to_char(date_created,'MM'), to_char(date_created, 'Mon')
    order by sortdate

  • My Month view says July, but my Week and Day views say January

    There appears to be a glitch in my iCal. Thanks to these discussions, I finally got it to accept 24 hour clock input (though it still displays times as 12 clock until I go in to check), but I am flummoxed by the fact that only in the Month view do I see the correct month. In Week and Day views it is always January. How can I correct the Week and Day views? By the way, I can't believe I am the only one to write about this. I searched but couldn't find any similar questions.

    racjstevens,
    Welcome to Apple Discussions.
    Try changing your default paper size in System Preferences...>Print & Fax>Printing.
    Is there any reason that you are still using 10.4.1? The current system is 10.4.10.
    Also check this search for other suggestions.
    ;~)

  • I have bought monthly subscription for photoshop but I have changed my system so I want it to be working in my new computer.

    I have bought monthly subscription for photoshop but I have changed my system so I want it to be working in my new computer. What should I have to do?

    In some cases, the Creative Cloud app for desktop does not display all the applications available in Creative Cloud. The apps you can't install on your computer are removed from the download selection screen.
    Please refer to http://helpx.adobe.com/creative-cloud/kb/all-apps-displayed-aam.html
    Regards
    Rajshree

  • How to create a chart for past 12 months

    Our objective is to show month by month the cumulative growth of new accounts for the past 12 months.
    I know how to do cumulative. The problem is that for some of the months, we don't have new accounts. My pivot table only has those months that have new accounts. E.g. Month 1, Month 4, Month 5, Month 7, Month 10, Month 12. What I want is to have those months that do not have new accounts to have the same cumulative total as the prior month. So in my example, if Month 1 Cum = 10, then Month 2 Cum = 10, Month 3 Cum = 10, because Month 2, Month 3 do not have new accounts. This way, the chart would show data for each month.
    How do I do that?

    My requirement was slightly different, I had to built a report showing how many opportunities are going to a particular stage / week end (1/2/2009..1/9/2009 etc). I noticed that we do not have opportunities that goes to a particular stage in a certain week but still my chart should show there is a goal of 10 opportunities for that week end.
    What i did was i created 52 activities with a certain type (visible only to me) with a completed date of the specific weekend (It's a pain to create 52 activities, so i mass imported them). Now having done that i created a union of sales stage report and activities report. In both sales stage and activities i put filters to show case only the information that i need to see. Once i did this then i built pivots of the same.
    In your case i would suggest you create 12 activities one for each month i.e completed date 1/1/2009, 2/1/2009 etc. Then you build a accounts report with your specific conditions that would pertain its a new account. Let's say you have two fields # of Accounts, Month of created Date
    Unionize with Activities (filter for getting only the 12 activities that you created). Put two fields # of Activities, Month of Completed Date. Change the formula for # of Activities to 0 and rename the field to say # of Accounts.
    Once you do this build a pivot table and you will get your report. You can chart it if you want.

  • Display total dmbtr according to mat type and month wise

    hi all,
    i want to display total dmbtr according to mat type and month wise. like
    month       mat.type  total_dmbtr
    jan 2008   fert           xxxxxxxxxx
    jan 2008   mcfe         yyyyyyyy
    feb 2008  fert  mmmmm

    this is my prog..but am gettin o/p for one month irrespective of material type..
    tables : mseg, mkpf, mara, S031.
    ********************DECLARATION******************************************
    types : begin of ty_mkpf,
            budat type budat,
            mblnr type mblnr,
            end of ty_mkpf.
    TYPES : BEGIN OF TY_S031,
            WERKS TYPE werks_d,
            SPMON TYPE SPMON,
            matnr TYPE matnr,
            END OF TY_S031.
    types : begin of ty_mseg,
            mblnr type mblnr,
            matnr type matnr,
            werks type werks_d,
            menge type menge_d,
            dmbtr type dmbtr,
            bwart type bwart,
            end of ty_mseg.
    types : begin of ty_mara,
            matnr type matnr,
            mtart type mtart,
            end of ty_mara.
    data : it_mkpf type ty_mkpf occurs 0 with header line,
           it_mseg type ty_mseg occurs 0 with header line,
           it_mara type ty_mara occurs 0 with header line,
           IT_S031 TYPE TY_S031 OCCURS 0 WITH HEADER LINE.
          it_final TYPE ty_final OCCURS 0 WITH HEADER LINE.
    data : flag type dmbtr,
           flag1 type dmbtr ,
           flag3 type dmbtr ,
           flag4 type dmbtr,
           flag5 type dmbtr,
           flag6 type dmbtr,
           flag7 type dmbtr,
           f1 type i VALUE 0,
           num_of_loops TYPE i VALUE 0,
           flag2 TYPE spmon.
    **********************************INITIALIZATION***************************
    flag  = 0.
    flag1 = 0.
    flag3 = 0.
    flag4 = 0.
    flag5 = 0.
    flag6 = 0.
    flag7 = 0.
    ******************selection screen*****************************************
    selection-screen begin of block b1 with frame title txt_001.
    select-options : plant for S031-werks,
                     month for S031-SPMON.
                    date for mkpf-budat. "+4(2).
                    MONTH FOR MONTH_NAMES_GET.
    selection-screen end of block b1.
    flag2 = month-low.
    f1 = month-high - month-low.
    if month-high is initial.
      num_of_loops = 1.
    else.
      num_of_loops =  f1 + 1.
    endif.
    start-of-selection.
      perform getdata1.
    *&      Form  get_data
          text
    form getdata1.
    if month-high is INITIAL.
    write : / 'for month  ' COLOR COL_GROUP, flag2 COLOR COL_GROUP.
      Select WERKS SpMON matnr from S031 into corresponding fields of table it_S031
      where SpMON = flag2 AND WERKS IN PLANT.
       loop at IT_S031.
         at first.
            write : /5 'mat_num', 20 'month', 40 'QTY',58'amt',68'movement_type', 85'mat_type'. ",105 'qty remaining'.
            skip.
         endat.
      select single mblnr werks matnr menge dmbtr bwart from mseg into corresponding fields of it_mseg
        where werks = IT_S031-werks and ( bwart = '102' or bwart = '101' or bwart = '601' or bwart = '602' )
          and matnr = it_s031-matnr.
        if it_mseg-bwart = '101'.
          flag = flag + it_mseg-dmbtr.
        elseif it_mseg-bwart = '102'.
          flag1 = flag1 + it_mseg-dmbtr.
        elseif it_mseg-bwart = '601'  .
          flag4 = flag4 + it_mseg-dmbtr.
        elseif it_mseg-bwart = '602'  .
          flag5 = flag5 + it_mseg-dmbtr.
        endif.
        flag3 = flag - flag1. "101-102
        flag6 = flag4 - flag5. "601-602
        select SINGLE matnr mtart from mara into corresponding fields of  it_mara
          where matnr = it_mseg-matnr. " and mtart = 'FERT' .
       loop at it_mara.
          write : / it_mara-matnr,20  IT_S031-SPMON, it_mseg-menge, it_mseg-dmbtr, 70 it_mseg-bwart, 88 it_mara-mtart.
          skip.
        endloop.
      endloop.
      skip 1.
      write : / 'TOTAL QTY RECVD (a = 101-102)      ' , flag3.
      write : / 'TOTAL QTY CONSUMED ( b = 601-602)  ' , flag6.
      flag7 = flag3 - flag6.
      write : / 'QTY REMAINING (a-b)                ' , flag7.
    skip 2.
    flag  = 0.
    flag3 = 0.
    flag4 = 0.
    flag5 = 0.
    flag6 = 0.
    flag7 = 0.
    flag2 = flag2 + 1.
    endif.
      do num_of_loops times.
      if not flag2 gt month-high.
        write : / 'for month  ' COLOR COL_GROUP, flag2 COLOR COL_GROUP.
      Select WERKS SpMON matnr from S031 into corresponding fields of table it_S031
      where SpMON = flag2 AND WERKS IN PLANT.
       loop at IT_S031.
         at first.
            write : /5 'mat_num', 20 'month', 40 'QTY',58'amt',68'movement_type', 85'mat_type'. ",105 'qty remaining'.
            skip.
         endat.
      select single mblnr werks matnr menge dmbtr bwart from mseg into corresponding fields of it_mseg
        where werks = IT_S031-werks and ( bwart = '102' or bwart = '101' or bwart = '601' or bwart = '602' )
          and matnr = it_s031-matnr.
        if it_mseg-bwart = '101'.
          flag = flag + it_mseg-dmbtr.
        elseif it_mseg-bwart = '102'.
          flag1 = flag1 + it_mseg-dmbtr.
        elseif it_mseg-bwart = '601'  .
          flag4 = flag4 + it_mseg-dmbtr.
        elseif it_mseg-bwart = '602'  .
          flag5 = flag5 + it_mseg-dmbtr.
        endif.
        flag3 = flag - flag1. "101-102
        flag6 = flag4 - flag5. "601-602
        select matnr mtart from mara into corresponding fields of table it_mara
          where matnr = it_mseg-matnr. " and mtart = 'FERT' .
        loop at it_mara.
          write : / it_mara-matnr,20  IT_S031-SPMON, it_mseg-menge, it_mseg-dmbtr, 70 it_mseg-bwart, 88 it_mara-mtart.
          skip.
        endloop.
      endloop.
      skip 1.
      write : / 'total recd qty (a = 101-102)       ' , flag3.
      write : / 'total Qty consumed ( b = 601-602)  ' , flag6.
      flag7 = flag3 - flag6.
      write : / 'Qty remaining (a-b)                ' , flag7.
    skip 2.
    flag  = 0. flag3 = 0. flag4 = 0. flag5 = 0. flag6 = 0. flag7 = 0.
    flag2 = flag2 + 1.
    endif.
    enddo.
      endform.                                                    "getdata1

  • T400 Display works at start up but Dark after Windows 7 loads --- Video port works

    My T400  display works  at BIOS startup but goes black was soon as Windows 7 starts to load..  Video out put  works  and I can see an  UN Backlit   image on the display.    Is there some sort  back light controller /driver that may be broken.
    Solved!
    Go to Solution.

    Sorry, should have been more specific 
    I don't mean you should switch to Linux, just run it out of a live CD or USB Stick so that we can rule out a hardware failure. If it works in Linux ok for a while, it can mean that you have some sort of software problem.
    If your T400 screen goes dark with Linux as well, you may be facing a hardware problem, which could be a defective backlight, a defective inverter (or LED card) or a defective cable.
    Can you post here the model type of your T400? It's a 7 digit code that can be found in a black and white sticker at the bottom of the laptop.
    /L40SX/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E/A20p/A22p
    A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T4x0x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/10*X2xx/2*X200T/4*X30x/Z60m/3*Z61x
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество

  • Sorting a Month Column Ascendingly

    I have constructed a time series with an ago fuction but I have a littile problem with my Month Column(Varchar), it wont sort Ascendingly ,ie Jan ,Feb,March, April ect, Instead , it is retuning radom results ie jan. march , August etc. I have tried everything possible to get it to sort Ascendinglily to no avail. but it wont sort. Please , help.
    Thanks
    Larry

    Create a dummy column (Month Column In your scenario) in answers use the following code in fx:
    case when columnvalue= 'Jan' then 1 when columnvalue= 'Feb' then 2 .......... when columnvalue= 'Dec' then 12 end
    enable asc sorting order on this column you can hide this column.
    Note: Replace the columnvalue with the name of your original column.
    Award points and close this thread if your question is answered.
    -Amith.

  • I have a macbook 13"screen purchased in 2007; I want to hook it up to my HDTV; I purchased a mini display port to hdmi adaptor but it does not fit.   what kind of adaptor will work for this model?

    I have a Macbook, 13" screen, purchased in 2007.    I want to hook it up to my HDTV; I purchased a mini display port to hdmi adapter but it does not fit.   Any suggestions?

    If you connect yourMacBook using a MiniDVI/HDMI adapter you will need to use external speakers for audio since the pre-2010 MacBooks will only send video through the MiniDVI or MiniDisplay Port . The MiniDVI/HDMI doesn't carry audio and there's no audio plugs on the TV to work with HDMI since it's expecting audio with the HDMI.
    If your TV has a DVI input plug you can use a MiniDisplayPort/DVI adapter. Then a DVI cable to the DVI input plug on the TV. The TV will have RCA audio plugs for use with the DVI. Plus DVI gives a sharper image than HDMI.

Maybe you are looking for

  • Zen Touch.. problem with connect

    I have had my mp3 player for about 5 months and the other day I tried connecting it to Windows Media Player and it doesn't work.. it won't connect. It makes the sound like it connected, but nothing happens. HELP! I even redownloaded Windows Media Pla

  • Record audio at same time as esxp24 on channel split

    I need help recording an audio track at the same time as an instrument track on channel split. The interface im using is plugged into a USB Hub, is that a problem ?

  • How to invoke the softKeyboard for a TLF textfield in AS3?

    Hi, I need to use a TLF textfield in a Flash mobile app. How to invoke the softKeyboard on mobile devices for such a TLF textfield? I tried it the way below, but it's not showing up: import flash.ui.Keyboard; import flash.events.KeyboardEvent; import

  • Closing mail massages from background in "mail"

    hello, qus for ipad2: Is it possible to close an email message after opened and read? what i mean is that i always have an open mail in the background. there must be a way to see only the list in the inbox, with no old massage open at all times.. tnx

  • Spaces and Full Screen

    Hello Can anyone tell me if there is a way to switch between spaces while using a full screen program? For instance in Space 1 I have Safari, in Space 2 I have Microsoft Messenger and in Space 3 I'm playing Unreal Tournament. While playing, is there