Report Painter not showing totals for some cells

Hi,
We're developing a report painter that will give us a total of all the columns. This total uses a set of variables and a set which essentially is a grouping of the profit centers. The problem is it is not showing any value on the cell. Despite the individual accounts having some values.
Any ideas where could this gone wrong ? the set exist with the correct accounts.
I.e.
                                A1            A2           TOTAL (A1 + A2 - defined in set)
Depreciation            100          100          200 [ but this shows blank]

how did you solve this problem,my financial statement is not reflecting total posted depreciation even though it is reflecting the depreciation in the indididual G/L accounts.

Similar Messages

  • [svn:fx-trunk] 13128: Fix for ASDoc tooltips does not show ASDoc for some functions

    Revision: 13128
    Revision: 13128
    Author:   [email protected]
    Date:     2009-12-21 13:46:32 -0800 (Mon, 21 Dec 2009)
    Log Message:
    Fix for ASDoc tooltips does not show ASDoc for some functions
    QE notes: None.
    Doc notes: None
    Bugs: SDK-24751
    Reviewed By:Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24751
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • WT reporter does not show split for tax authorities!

    Dear all:
        I need to report for all employees some WTs of taxes, but wt reporter does not show the splits for them (to distinguish federal from statal authorities payments), it is like summarises all the same WTs... I tried payroll recon. report but this one does not output the data in ALV format (im in 4.6 version) so it is not useful to run in bulk
    Do you have any work around for this?
    I would appreciate any tip or workaround on this,
    Thank you!

    Hi
    1. Allocated costs are always treated as Fixed costs, unless you have booked the expenses in FI using Activity Type as Aux Account assignment object
    2. Check whether these costs are included in Inventory valuation in your Cost Comp Str in OKTZ... If not relevant for inv valuation, these costs wont show up for Variance calculations
    br, Ajay M

  • Patches not showing up for some devices

    i installed the zcm agent on 5 devices at a remote site 2 days ago, and they registered fine with zcm etc, i can remote control them blah blah..however, when i click on the "patches" tab for any of these devices, all i see is "No items available." and i have everything checked off on the right side..anyone seen this or have a fix so i can patch these devices??

    geeeerad,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Calculate result as average in the report not showing average for all

    Hello,
    I have a calculated key figure in the query where its result should show average. I have made a setting for this calculated key figure as:
    1. Calculations tab: Calculate result as "average" and calculate single value as "nothing defined"
    2. Aggreagation tab: exception aggregation: Total and reference char: []
    Now coming to report, BEX it showing correct average for all cells but when i run it in portal few values it is showing correct average but for few it is showing as blank. I exported this to excel then cell shows blank but cell has some values in the custom format and display values when i change the format to general from "format cells" option.
    Please help me in resolving the issue- why portal not showing value for all.
    Thanks,
    Vijaya

    SAP note solved the purpose.
    Thanks & Regards,
    Vijaya

  • ISE 1.2 - Posture Detail Assessment - enforcement audit mode report not show status for non-compliant

    ISE 1.2 - Posture Detail Assessment - enforcement audit mode report not show status for non-compliant.
    - For old version 1.1.4 it can be reported for non-compliant, How can I generate report for this? 
    Thanks
    Kosin Usuwanthim

    It used to be in there (id 226635 is the last one with it); should I clean it up a bit and put it back with a bit more of a disclaimer?

  • My iTouch will not restore becuase for some reason it won't reconize it. I merely tried to update it with the newest software and every thing went to sh--. Now it is just stuck on the screen showing the apple sign. Can anyone help me.

    My iTouch will not restore becuase for some reason it won't reconize it. I merely tried to update it with the newest software and every thing went to sh--. Now it is just stuck on the screen showing the apple sign. Can anyone help me.

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • BI publisher report is not showing all the data

    Hi All,
    I have created a report using BI Publisher in R12. The report is not showing all the records.
    I have checked the result XML it is also not having all the data. My query returns 846 rows but my report only has 662 rows.
    what might be the issue.please give me some idea to resolve this issue.
    Thanks in advance.
    Regards,
    P.Kalidoss

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • Report builder is showing output for many receipt numbers and pdf doesn't

    Dear all
    a report in report bulider is showing result for one and more than one receipt numbers, but when the same parameters are given for more than one receipt number it does not work in pdf. The error is coming as the file is damaged and could not be repaired. i have e-business suite 11i.
    Regards
    Arifuddin
    Edited by: user11309801 on Apr 15, 2011 11:38 PM
    Edited by: user11309801 on Apr 15, 2011 11:40 PM
    Edited by: user11309801 on Apr 15, 2011 11:46 PM

    group 1: 19.5
    group 2: 148.4
    actual Grand Total: 347.48
    Then there are at least 3 groups. You don't say. So, how many
    groups are there altogether?

  • Report does not show Quotation price

    Dear friends,
    What may be the reason, that my report does not show the quiotation price, though Sales order price, revenue price shows normal?
    Please give some probabilities.
    Rao

    check your plan profile OPSB if automatic rev planning for both Quotation and Sales order is ticked

  • Do not show total price of po in pdf print out

    Dear expert,
    i am going to make a print out of po but in po it shows item wise value, but not show total price at the end of item,this problem is
    particularly for this po only. please help to solve this issue

    Please check in table EKPO against fields NETWR, BRTWR - if the net value or gross value in this certain PO are populating or not.
    Regards,
    Ahmad Farhan Khalid

  • I am having trouble getting a numbers spreadsheet to hold different formats in the same column.  A column with a date formatted heading will not convert to $ for the cells below.   Any suggestions would help.

    I am having trouble getting a numbers spreadsheet to hold different formats in the same column.  A column with a date formatted heading will not convert to $ for the cells below.   Any suggestions would help.

    Hi Wayne,
    Thank you for this response.  I have tried this but when I start enterring $ amounts some, such as $6.00, go in OK others such as $4.00 appear as a date ie 4 Oct 12.  
    Kind regards
    Paul

  • My phone 4 some time music player sound coming and volume up and down not show screen .then some time sound coming.. why

    my phone 4 some time music player sound coming and volume up and down not show screen .then some time sound coming.. why

    Hello @voicewizard,
    I understand that you are having audio issues with your audio having to ramp up before it hits the normal output range. I would be happy to assist you, but first I would encourage you to post your product number for your computer as there are numerous HP ENVY 810 All-In-One Desktop PC variations. I am linking an HP Support document below that will show you how to find your product number. As well, if you could indicate which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this and the product number I can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Value is displayed as -* for some cells though it has value

    Hello
    I have one report in which I am displaying amount for each cost center
    (Hierarchy has been activated for cost center)
    In report, for some cells it is displaying correct values for amount but for some cells it is displaying -*
    but when I select on the same cell then I can see value for that cell in formula bar, but -* in the cell
    hope I am clear
    Please suggest any way to display values in all of the cells
    Thanks & Regards

    Hi,
    You need to use currency conversion.
    If you dont find a standard convertion formula available then you need to write your code for converting all currencies to INR.
    Also check other SDN posts for currency conversion.
    You are bound to find something.
    I hope this would resolve your problem.
    Thanks,
    Kartik

  • Why are TV show episides for last three days not showing up for purchase on iTunes?

    TV episodes for 10/25 and 10/26 are still not showing up for purchase in iTunes. Am I the only one? The latest episodes that show up are from last Thursday. What gives?

    I am also having the same exact problem.  Put in a ticket with Apple 2 days ago when I first noticed the problem.  No one has contacted me reagarding this, and you can't get anyone on the phone!!! So frustrating!!! I went back and put in a dispute for all episodes that charged me and I was never allowed to watch, some season passes others were single episodes.  All in all Apple owes me about $150 as of now.  We are an Apple family, love their products, but this is ridiculous!!! Glad I'm not the only frstrated party, hoping there is some resolve. Really would like to get what I paid for!!!!!

Maybe you are looking for