I need to display separate bar for totals at the end of the barchart.

Hi All,
My scenario is similar to the one described below
http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/displaying-grand-total-column-as-a-seperate-vertical-bar-in-a-bar-chart-report-3351958
I didn't understand how the combined request solved this problem but I tried my self creating a pivot table chart with new calculated column as 'Total'. The problem is I am getting value '0' on the X-axis of the pivot table bar chart instead of Total but values shows up correct. Can Someone let me know where I was doing wrong?
Thanks

Hi Sam and Sankat,
My requirement is to show values of each month along with Total value in the same bar chart. Month would be on X-axis. and on Y axis is the value. The problem with union report is,it would show total value along with each value for each month. I dont want that. I want just a separate single bar for each month for the corresponding value and at the last i want a separate bar which totals the entire value.
With the pivot view chat. I created a new calculated item and named it as Total and sum the values of all column. It shows the right value and I am getting the graph correctly like I wanted but instead of 'Total' label, i am getting the label as 'o'. this is not defined by me or a column in the dimension
Thank you,
Kavya

Similar Messages

  • Need to display different colors for Actuals and forecasting values in WAD

    Hi Gurus,
    My requirement in the report is, I need to display different colors for particular values like Actuals(say value type 10) and for forecasting values(say value type 20) , and data will uploaded from flat file.
    Scenario : If I upload the data for March Month, I receive actual values upto March(Jan to March month) and from April to Dec(Forecast values with value type 20),  Every month I will be getting file and similarly for subsequent months, i will get current month actual values and forwarding months forecasting values,
    Now , my requirement is, When ever i execute the Report, Say if i execute for April Month, Upto April( Jan to April for actual values should be displayed in one color) and from May to Dec ( forecast values should be displayed in different color).
    I had tried with following options like exceptions and could not display , as it runs based on key figure values where as my requiremnet is based on the CALMONTH , i need to show different colors for both actual and forecast values.
    Kindly, help me out from this,
    Thanks

    Hi,
    it is not necesseary that you need to do that in WAD , you can do the same in BEx platform, Since WAD is build above the bex reports. so automatially any changes done in Report will be replicated in WAD
    Go for Exceptions in Bex. Give some range for Actuals and Forcasting at the creation of the exception.
    if you do those changes in BEX automatically it will replicate in the WAD.
    for more information please read this link
    http://help.sap.com/saphelp_nw04/helpdata/en/68/253239bd1fa74ee10000000a114084/content.htm
    hope this will solve your problem.
    Santosh

  • TS3510 I have 3 different apple devices using the same Apple ID and would like to use FaceTime to call from one device to the other.  Do I need a different Apple ID for one of the devices in order to do that?

    I have 3 different apple devices (iPod Touch, iPad and MacBook Pro) using the same Apple ID and would like to use FaceTime to call from one device to the other.  Do I need a different Apple ID for one of the devices in order to do that?

    I found this on a related question in the Community:
    Yes you can do it. I do it with 4 different devices all using the same Apple ID.
    You need to associate different email addresses for each device in order to use those email addresses as the "contact at" email address. The reason the calls are dropping on you now is that what you are trying to do is like calling yourself on your own phone.
    You can also create new iCloud accounts on each device simply to use for FaceTime, but I'm guessing that the users of the other two devices have their own email addresses which will make this work for you quite easily.
    Take a look at this for more information.
    The seems to go against what Gail said and the issue you raised about buying dup apps was my first concern.  If this other post is correct, how to I set a different "contact at" in the iPod Touch?
    Goose

  • We have adobe suite and want to own separate items for separate individuals for portion of the suite is this ok?

    We have adobe e-learning suite license and want to own separate items for separate individuals for portion of the suite is this ok?  the primary owner doesn't utilize the photoshop person but we want to let someone else in our group utilize that portion

    no, only the licensee is legally allowed to use their purchased product.

  • Need to display error meesage for Tcode MD50, Any User exit???

    Hi,
    For Tcode MD50, We have to give the input  sales order number and Sales Order Item number and press enter, It gives detail output for MRP.
    Here After giving the input sales order number and Sales Order Item number , when we are pressing enter I need to display a error message at status bar based on sales order number.Is there any user exit or badi for the same?
    Please help me. I am using ECC5.0 version

    Hi ,
          These are userexits
    SAPLATPC-LATPCU02     EXIT_SAPLATPC_001     ATP00001     User Exits in the Availability Check
    SAPLATPC-LATPCU02     EXIT_SAPLATPC_002     ATP00001     User Exits in the Availability Check
    SAPLCUD0-LCUD0U08     EXIT_SAPLCUD0_003     CCUX0100     Synchronization of Variant Configuration Initialization
    SAPMM61X     EXIT_SAPMM61X_001     M61X0001     User exits PP-MRP materials planning

  • Error "a plugin is needed to display this content" for embedded Google map, but no plugin identified.

    When I try to view a page that has a Google map embedded on the page, I get the error message "a plugin is needed to display this content". However, I don't know what plugin, where to get it, etc. I've tried searching for this issue but haven't been able to come up with anyone else experiencing a similar issue, nor does there seem to be a plugin for Google Maps that I can find.
    The page is here:
    http://osiama.org/lodges#
    The map displays when one of the links is clicked in the table.

    I'm not sure why, but the site uses <embed> for the map instead of <iframe>.
    When Firefox wants to render an <embed>, it needs to know what type of object is being embedded, and the site doesn't supply that information, so you see a generic "I don't know how to handle this" error.
    Unfortunately, I don't think there is a quick workaround for you as the end user. If you are the type to tinker, you can manually edit the code of the page in the web console as follows:
    * right-click the plugin message and choose Inspect Element (Q) - the web console will open to the Inspector, with the <embed> element selected (screen shot #1)
    * double-click embed and edit it to iframe, then press Enter to finish the edit
    * Firefox will now load the map (screen shot #2)
    This isn't a general fix-all for plugin errors, and ultimately the site will need to change this.

  • Need to display a field for every page

    Hi All.
    I am trying to display a field <?job_no?> for every page of that job.
    I mean if I select job no from 1 to 10. for Job number 1 the data can be printed in one page or several pages.
    But i need to show this Job number( which we show with BARCODE font) in every page of that job.
    This job is under G_JOB group. In general I used like below
    <?for-each:G_JOB?>
    <?job_no?>
    <?...?>
    <?...?>
    <?...?>
    <?...?>
    <?...?>
    <?end for-each?>
    This is getting printed in first page only. If I put it in header, of RTF file, it is ok if I selected only one job number. But if I select for n number of jobs it is not geting displayed.
    Please help.
    Thanks Vasa.

    Vasa,
    Try this:
    <?for-each@section:g_job?>
    <?job_no?>
    <?start:body?>
    <?data?>
    <?end for-each?>The "start:body" makes everything before that a page header.
    Kurz
    Edited by: Kurzweil4 on Feb 7, 2011 1:15 PM
    Added @section. This will reset the header region for each job.

  • Elements and Lightroom installed in Mac Mini. Do I need to buy separate products for my MacBook?

    I have purchased Photoshop Elements and Lightroom and installed them in my table Mac. Now I'm going on travelling and would need them with me also in my laptop (MacBook Pro). Is there any chance to update my current purchases so that I could use the programs also in my laptop, or do I have to buy separate products for this? Could not find an easy way to do this. Thanks!

    I don't know about Lightroom, but PSE allows you to have activated installations on two computers, so you're good there. Just install it on the laptop.

  • Do I need to buy separate versions for my Mac & PC?

    I have a desktop PC running PS CS6. Must I buy a separate version for my new MacBook Pro?

    I'm afraid so.  You are allowed two installations of Photoshop, but perpetual license versions must be on the same OS platform.
    However, with a CC subscription, you 'can' have one on a Mac and the other on Windows.  Or both the same.

  • Need to display Subtotal text and total text in ALV

    HI,
    I need help.
    I am displaying subtotal and total for cost column which is group by Project type column
    My problem is i am able to display the subtotal and total values but not able to display the 'Subtotal' and 'Total' text on that respective row.
    I have updated lvc_s_sort table as follow.
    ls_sort-spos = 1.
      ls_sort-subtot = 'X'.
      ls_sort-fieldname = 'SUBTOT'.
      ls_sort-up = 'X'.
      ls_sort-SELTEXT = 'Subtotal'.
      ls_sort-spos = 2.
      ls_sort-subtot = 'X'.
      ls_sort-fieldname = 'PRART'.
      ls_sort-GROUP = 'UL'.
      ls_sort-up = 'X'.
    Please suggest what should be done to display the text.
    Regards,
    Rachna

    You have to use the event SUBTOTAL_TEXT for the ALV.
    the field CRITERIA can be used for checking the field.
    and field CRIT_TEXT for the sub total text.
    I hope you are aware about how to implement the events in ALV using OOP.
    Hope this helps you.

  • Need Help Displaying Code128 Bar Code

    I have an ASP classic page were I can render a 3of9 bar code using Javascript where the bar code is rendered as an image.  I need to do the same thing using code128 but can't find a suitable script.  Does anyone have one they are willing to share?  I have Googled this to death!  Thanks in advance for any help!

    From CPAN FAQs:
    Barcode::Code128 generates bar codes using the CODE 128 symbology. It can generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired.
    The intended use of this module is to create a web page with a bar code on it, which can then be printed out and faxed or mailed to someone who will scan the bar code. The application which spurred its creation was an expense report tool, where the employee submitting the report would print out the web page and staple the receipts to it, and the Accounts Payable clerk would scan the bar code to indicate that the receipts were received.
    The default settings for this module produce a large image that can safely be FAXed several times and still scanned easily. If this requirement is not important you can generate smaller image using optional parameters, described below.
    If you wish to generate images with this module you must also have the GD module (written by Lincoln Stein, and available from CPAN) installed. Using the libgd library, GD can generate files in PNG (Portable Network Graphics) or GIF (Graphic Interchange Format) formats.
    Starting with version 1.20, and ending with 2.0.28 (released July 21st, 2004), GD and the underlying libgd library could not generate GIF files due to patent issues, but any modern version of libgd (since 2004) can do GIF as the patent has expired. Most browsers have no trouble with PNG files.
    In order to ensure you have a sufficiently modern installation of the GD module to do both GIF and PNG formats, we require version 2.18 of GD (which in turn requires libgd 2.0.28) or higher.
    If the GD module is not present, you can still use the module, but you will not be able to use its functions for generating images. You can use the barcode() method to get a string of "#" and " " (hash and space) characters, and use your own image-generating routine with that as input.
    To use the the GD module, you will need to install it along with this module. You can obtain it from the CPAN (Comprehensive Perl Archive Network) repository of your choice under the directory authors/id/LDS. Visit http://www.cpan.org/ for more information about CPAN. The GD home page is: http://stein.cshl.org/WWW/software/GD/GD.html
    I believe that is EXACTLY what you're looking for.

  • Need a display driver (s3) for Tecra 8100

    I have installed Windows XP pro on my tecra 8100 and can't get a full screen.
    Does anybody know what's wrong? Do I need a new display driver voor the S3 Savage MX or is it something else?

    Hello,
    check in the Bios if the setting "Fullscreen/Widescreen" is enabled.
    Best Regards,
    Ben

  • Needed: Two completely separate cookies for two firefox windows (or tabs) for the same site in both.

    Hello,
    I have searched and I can not a Firefox (FF) feature or an add-on that alleviates this issue, please let me know if either already exists, thank you in advance for your time.
    Issue: I have had great difficulties in having two FF browser windows logged into different accounts on the same site at the same site.
    For instance, say I have logged into gmail.com in browser window A.
    Then I try to log into different gmail account in browser window B.
    Every time I replicate this scenario with secure sites, problems arise one way or another.
    It seems as though the two cookies are connected in some way, and I wish I had the ability to disconnect the two cookies from two FF browser windows.
    Also, expanding this capability to two FF tabs in a single browser window would be phenomenal.
    Thanks again for your time and please let me know of any suggestions that you have.

    There is an addon that will allow cookies to be self-contained in tabs. It isn't perfect but it works http://www.nektra.com/products/cookiepie-tab-firefox-extension

  • Help. I need a display screen plate for my Zen Na

    Does anyone know where I can get a display screen plate (it covers and protects the external microphone and has the words Zen Nano on it)? I am afraid that moisture might get into my player and ruin it. Willing to accept a used one.Message Edited by cmcav04 on 07-06-200708:50 AM

    go on give it a go! what have you got to lose;
    http://www.ifixit.com/Guide/MacBook+Core+2+Duo+Inverter+Cable+Replacement/4772

  • File created, but need to display to user for previewing or printing

    Hi
    I have an application that creates a file on disk. However, the user would like to see the file without going to the directory that I saved it in. How can I make it come up directly to the screen? I create the file in html format. After the user views the file, they want an option to print and save the file. Please advise the best way to do this.
    Thanks

    Hi ,
          These are userexits
    SAPLATPC-LATPCU02     EXIT_SAPLATPC_001     ATP00001     User Exits in the Availability Check
    SAPLATPC-LATPCU02     EXIT_SAPLATPC_002     ATP00001     User Exits in the Availability Check
    SAPLCUD0-LCUD0U08     EXIT_SAPLCUD0_003     CCUX0100     Synchronization of Variant Configuration Initialization
    SAPMM61X     EXIT_SAPMM61X_001     M61X0001     User exits PP-MRP materials planning

Maybe you are looking for

  • Which type of SSD for Satellite L70-A-14U

    I would like to replace the HDD of my Toshiba L70-A-14U notebook by a SSD. Which type of drive should I buy? * 2.5" ok? * mSATA-300, mSATA-600 or SATA III? * 9,5mm or 7mm disk? Which of these options are ok?

  • Using Merge In BO Edge 3.0 wi an XL Spreadsheet

    I have a quey written against our data warehouse and I am trying to use an Excel 07 Spreadsheet to "filter" the data.  I have followed every thread I can find on the subject, downloaded the BO Edge PDF and read over the section on Merging data more t

  • 2 computer's sync

    hi! is it possible to synchronized the iphone from 2 computers? 1 for music (home) and the other for calendars, email and contact (office)? thanks!

  • Portal database user volume

    Hi, What is the max number of users in an Oracle Portal database? I'm project leading content areas to publish and thus wondering if OP database is unlimited or not. Thanks / Ben

  • HELP! My software is still in trail mode!

    I'm really starting to get frustrated now! I have subscribed for membership with the creative cloud but i am a student so had to send proof of my eligibility of my education status. I have recieved an email confirming that i have been accepted for th