Month Column in Graphs

Hi,
I created new month column by using month function and Date.
I created month by cost reports where some of the month having null value.
If i create graph only data available months are displaying in the graph but my requirement is all months(Jan-DEC) have to dispaly the in axis including null months.
Kindly let me know.

Thanks for reply.
It seems your not got my requirement.
Example:
Month - Amount
Jan -10000
Feb-0
Mar-2000
April-0
May-0
Jun-3000
jul-4000
Aug-0
Sep-0
Oct-0
Nov-0
Dec-0
In Graphs,I'm able to seem only following months Jan,Mar,Jun,Jul.
But my requirement is all months have to dispaly in graph like Jan,Feb,Mar.......Dec.

Similar Messages

  • How to configure 3 different members under a single Month column

    Hi SAP Gurus,
      My client requirement is to show the report in following format, where under a Month column 3 different columns having
    1) Quantity (Number of unit ) of a product,
    2) its rate (Amount per unit), and
    3) Total (amount)    will appear in a single report.
       I have Month as a Time Dim, while Qty, Rate and Total are members of account dim.
    Que: How to configure such scenario in a single report?
    Jan.2011
    Product Category:            Qty (Input)   Rate (Input)   Total (Output)                    
    Product 1                                               
    Product 2                                             
    Product 3                                             
    Product 4                                             
    Group1                                             
         Where: Total = Qty X Rate                                        
    Thanks and Regards,
    SouarbhD

    Hi,
    Use an EVDRE to create your input schedule. You need to have one row with products and 2 columns with time and account. Choose the memberset options as per the requirement. For the accounts, is total calculated with a dimension formula? If yes, then you just need to enter the values for quantity and rate and send the data. The total will be calculated by the system and will be displayed automatically.
    Hope this helps.

  • How to fetch the Date column(or Month column) from the file name from the specified path in ODI 11g

    Hi ALL,
    Can any one help us regarding How to fecth the Date column(or month column) from the file name specified in the path in a generalized way .
    For example :
    file name is :subscribers (Cost) Sep13.csv is specified in the below path
      E:\Accounting\documents\subscribers (Cost) Sep13.csv
    here I need to fetch the "Sep13" as a Date column in the ODI 11g in the generalized way.
    Can any one help us in this case as early as possible.

    I would suggest using a piece of Jython code for this.  Something like this...
    import os
    import os.path
    filelist  = os.listdir(E:\Accounting\documents\)
    for file in filelist:
    datestr = file[19:-4]
    You'd need to work out what to do with datestr next...  perhaps write it to a table or update an ODI variable with it.
    Hope this is of some help.

  • Count function on months column gives wrong result

    Hi,
    I am on OBIEE 11.1.1.7.150120.
    I used the count function on the month column and rather than getting 12 as the answer i get 365. (i used a filter on the year column to restrict it to one year)
    How could this happen?
    Any help would be appreciated.

    I was able to get the answer as 12 on the month column in the Dim_Time using the count distinct.
    The main reason i was trying this is because i have a VALUE column in VIew_A. I am trying to sum the values of these, but when i use the sum function, the output is quite huge and wrong. I dosen't match with the monthly figures.
    For eg:
    Month
    Income Cost
    JAN
    186.96
    FEB
    309.29
    MAR
    246.82
    APR
    247.95
    998.76
    1,462.74
    MAY
    160.27
    645.60
    1,643.84
    JUN
    172.19
    693.61
    927.12
    JUL
    150.27
    605.32
    855.89
    AUG
    133.61
    483.66
    538.20
    789.22
    SEP
    144.56
    412.42
    582.34
    824.84
    OCT
    264.96
    315.66
    364.00
    631.32
    1,067.32
    1,466.22
    NOV
    240.39
    832.10
    968.32
    1,058.73
    1,638.38
    DEC
    215.81
    857.30
    869.31
    24005.34
    But if i use the sum function on the Income/cost column, the value i get is
    C_MONTH
    SUM(INCOME_COST)
    JAN
    5,795.86
    FEB
    8,660.21
    MAR
    7,651.52
    APR
    81,283.62
    MAY
    75,941.13
    JUN
    53,787.67
    JUL
    49,955.96
    AUG
    60,285.39
    SEP
    58,924.80
    OCT
    127,394.01
    NOV
    142,137.76
    DEC
    60,215.18
    This just doesn't work out. I need the answer to be 24005 by using the sum function

  • How to display 3 month columns and YTD column

    Hello,
    I need a help. My report layout requires to display the data in 3 dynamic month columns and one Fiscal year Year-to-date column for a period of time. For example, ending month is FEB:
    Items : DEC : JAN : FEB : FY YTD
    A     : $10     : $11     : $12     : $100     
    B     : $1     : $2     : $3     : $10
    (Note: FY YTD is the total sum from OCT to FEB (5 months), not 3 months to be displayed)
    I tried to create a query and use Matrix with group, but the report always display five (5) month columns
    from OCT to FEB instead of displaying three (3) month columns. If the query is limited to display
    three months as desired, then the total sum will be 3 displayed months only (instead of 5 months).
    How to create a query or how to display three months and FY YTD or do anything else with Oracle Builder9i?
    Thanks,

    You could use the DECODE function and variables
    i.e. have a four column report
    in your query use somthing like
    , decode(period,:P_PERIOD1,1,0)* amount as period1
    , decode(period,:P_PERIOD2,1,0)* amount as period2
    , decode(period,:P_PERIOD3,1,0)* amount as period3
    , amount as ytd
    In your before report trigger poulate the variables with your required values

  • Help with this cool function: =SUMIF(Table 1::$Month, COLUMN()−1, $Cost)

    Hello,
    I am a novice with respect to spreadsheet functions and needed a a cashflow spreadsheet.  I found this one (Download Cashflow Tracker for Numbers (iWork 09).) which is perfect but the author, I suspect, has not updated his website in years.  I attempted contacting him and received no reply.
    I receive an error with the following function:
    =SUMIF(Table 1::$Month, COLUMN()−1, $Cost)
    This occurs when I enter a date in the expense or income table.  Entering the date is required to make the spreadsheet work but when I do I receive an error that a number is expected when a date is entered.
    Can anyone give me some advice?  I would really like to use this spreadsheet.
    Thanks!
    Steve

    What I have found the simplest approach has been:
    1. Cut the Summary by Category table and paste it into the Transaction sheet, giving something like this (after rearranging renaming, etc, as desired):
    2. Make sure the links between the two table are still working, make their appearance the way you like, then duplicate that sheet for the other months.  Each sheet will then have its separate set of two interconnected tables.
    3. Copy paste one of the Summary tables back to the Summary sheet, rename it as desired, and set it up with formulas referencing the tables in the monthly sheets you have set up, something like this:
    If you want your summary by month you would set up 12 columns in the main 'Summary by Category' table, with each column referencing a different sheet.  Your Budget could be a row above each Actual figure, if you like, with difference in a row below that.
    This approach keeps the formulas simple and avoids having to set up fancy SUMIFS extracting data for each month from one big Transaction table.
    SG

  • Hi how to apply Chronological sort for a month column?

    Hi All,
    I am struck with how to apply Chronological sort for a month column that contains values like January, February, March, April, May, June.... December. If we apply normal sorting then we can arrange the column values either in ascending order or descending order. But i want the column values to be in this format like jan, feb, mar,apr....dec. Is it possible???
    If this is possible then pls tell me the way in a step wise manner for my better understanding..
    Thanks in Advance
    Thenmozhi

    Hi Deva,
    I tried with the below formula :
    CASE WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='January' THEN 1 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='February' THEN 2 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='March' THEN 3 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='April' THEN 4 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='May' THEN 5 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='June' THEN 6 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='July' THEN 7 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='August' THEN 8 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='September' THEN 9 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='October' THEN 10 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='November' THEN 11 WHEN
    "Order Booked Date Calendar"."Full Month Name (Order Booked)"='December' THEN 12 ELSE '' END
    But it is showing the error like this:
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 604, message: ORA-00604: error occurred at recursive SQL level 1 ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 8 ORA-00932: inconsistent datatypes: expected NUMBER got CHAR at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    What it is problem? Please help me...
    Thanks

  • Hiding some of the columns in Graph in WAD

    Hi Friends
    In WAD, Ive created a WAD template with a Drop down box ,table and graph all with 1 data provider ( since the char value selected in drop down box has to be effected the data of table and graph) and working fine.
    I would like to hide some of the columns in the graph . I ve tried all the properties of the graph but I didnt get.
    The columns which I dont want to see in graph are required in the table . So Ive not Hided them in Query (DP of all web items).
    Which Property I ve to use to hide some of the columns in graph only.
    Plz help me in this
    Thanks in advance

    Hi Sai,
    You can go the web item properties (chart) and you can avoid the column in 'Set the sample data' of Texts and Data Selection step(2) of Chart wizard you can check out the 'Category' option to increase of decrease you visibility of the columns.
    Also check with the series option in the same wizard.
    Hope this will suffice your requirement.
    Regards,
    Madhu

  • 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.

  • Hiding a hierarchy column in graph view

    Hi All,
    In an compound layout I would like to have pivot view and bar chart view.
    There are two hierarchy columns in criteria. These column should display in pivot view.
    My requirement is to hide the hierarchy columns in Bar chart view and can we apply separate selection steps for each view.
    Kindly help me..
    Thanks,
    Haree

    Hi,
    Edit the pivot table and graph and at the below you can see the selection steps for the individual components. So that you can give separately for each of the components.
    Hope this helped/ answered.
    Regards
    MuRam

  • Dynamic Input form with PLAN and Actual Confusion (YEAR-row / MONTH-Column)

    Hi Guru's,
    Assume that
    Row Axis: YEAR
    Column Axis: MONTH
    Page Axis: VERSION
    From the VERSION dimension, we re able to get Budget Year and the latest Actual Month.
    For example, As u see below, the budget year is 2014 and we retreive + or - 2 years of budget year which is 2014.
    And the latest actual month is Jun.
    So is it possible to make a dynamic report that can retreive actual data for the budget year and latest actual month of selected VERSION and also rest of the cells should be inputtable.
    By the way, we have a dimension which named as for the PLAN , ACTUAL etc.
    So what do you suggest for that case?  Is there any way to handle without VBA?
    Thanks to all in adv.
    MONTH / YEAR
    Jan
    Feb
    Mar
    Apr
    May
    Jun
    Jul
    Aug
    Sep
    Oct
    Nov
    Dec
    2012
    2013
    2014
    2015
    2016

    Hi Sadi,
    I agree Vadim, you do not need extra dimension for time. You can "report" in Bex analyzer with this format but BPC reporting/input schedules is not dynamic enough. Because you can not use property in axis but in Bex it is possible. Maybe you can change input form design because where is other contex in your form, 2012.01 what, price or stocks or sth? You have to specify account and entity. I think  it is useless design to input data. I added figure for sales model. In this figure, you can manage actual / budget with "if" and "today" excel formulas. And you can easily link your olap member in column axis. I think it will help you.
    Best regards
    Haşim.

  • Master Detail Link Between Hierarchy column and graph

    Hi all,
    I have created report using hierarchy columns of project dimension.
    Project total -> Project Group -> Project subgroup ->Project Name
    When I click Project Group of hierarchy column , Graph has to change with respect to that column.
    Help me as soon as possible.
    Thanks in advance,
    Haree.
    Edited by: Haree on Mar 21, 2012 6:57 PM

    Hi,
    Check if you are using the following types of views for the detail views:
    -Graph
    -Funnel graph
    -Gauge
    -Table
    -Pivot table
    A detail view:
    -Can listen for master-detail events from multiple master views
    -Can be in the same analysis as the master view or in a different analysis
    -Cannot act as a master to another view
    NOTE: Please mention if this resolved your problem/still facing and close the thread to assist others with similar problems.
    Regards,
    MuRam

  • Month columns in Bew query

    hi gurus
    i have to create a query which columns are :
    - January --> Current month (if current year)
    - Januray to December (if not)
    Variable entries are "year" & "plant".
    please tell me how to do for the columns...
    Dev

    Dev,
    I would just drill-across by Month, then turn on zero suppression. That would "hide" any columns where all values are zero, which presumably would be the case for future months.
    Hope this helps...
    Bob

  • Standard error of mean for column/bar graphs

    Hi,
    Is it possible for me to have different standard errors in a column graph? (i.e. in a graph with 2 or more columns/bar to have their individual error bars drawn out?) So far I have only been able to have a single number for both columns in the graph.
    V

    V,
    Numbers does the best it can with the information you give it. If you ask for Error Bars, Numbers will calculate the standard deviation for the series and assign that calculation result to each of the bars in the series.
    If each of your values represents some statistic that in itself is accompanied by a standard error, that's another thing, but Numbers doesn't know what the error values are unless you tell it. The way to tell Numbers what the error bar values should be in these special cases is to use Custom values.
    Here's an example:
    I like to use the Scatter Chart, but you will find similar controls for the bar chart.
    Jerry

  • Numbers multiple columns single graph

    HI
    I have to log a single item of data each week for ten years and produce a single line graph spanning the ten years. Simple.
    it is going to get very unwieldy using a single column with over 500 rows.
    is there a way I can enter the data into e.g. 10 columns, one of each year BUT, still produce a single line graph spanning the whole ten years. I do not want a multiple line graph with a libe for each year.
    Many thanks
    Stephen

    Hello
    You might build y-in-single-column table from y-in-multi-column table and create chart using it.
    E.g.,
    Chart_Data (excerpt)
    A1  X
    A2  =ROW()-1
    A3  =ROW()-1
    A4  =ROW()-1
    A5  =ROW()-1
    A6  =ROW()-1
    A7  =ROW()-1
    A8  =ROW()-1
    A9  =ROW()-1
    A10 =ROW()-1
    A11 =ROW()-1
    A12 =ROW()-1
    B1  Y1-3
    B2  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B3  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B4  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B5  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B6  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B7  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B8  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B9  =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B10 =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B11 =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    B12 =OFFSET(Data::$A$1,MOD(ROW()-2,ROWS(Data)-1)+1,QUOTIENT(ROW()-2,ROWS(Data)-1)+1)
    * Tables are built with Numbers v2.
    Regards,
    H

Maybe you are looking for

  • Help with Email Setup after System Update

    I performed a software update on my phone last night and it erased my email account.  When I go back to reactivate my account, it asks for my password but will not activate.  How can I reactivate the email account? Solved! Go to Solution.

  • Date Calculation and validation

    Hi all, Can any body tell me how calculate next two weeks from current date. Thanks Redi

  • The Following Files Could Not Be Imported (The File Is an Unrecognized Form

    I have a Kodak z712 and when I plug in the camera into my macbook, all i get is that the images are loading. They never do, and the screen just freezes. When I select any photo and click on import selected, I get the following error: The Following Fi

  • Thousands of .DV files

    Why does iMovie create thousands of .DV files? I can't open iMovie. There are 5000 .DV files taking up 2GB of space. iMovie crashed. Then I try to open and there's thousands of these files. This is getting very frustrating.

  • BAI File postings to correct GL but wrong company code

    Hello, I have a issue as one of the Outgoing Miscellaneous entry is posting to a correct GL account , but to the wrong Company Code. Could you please let me know how the GL a/c and Company code is detemined when the BAI files process automatically in