Formulas in response table not calculating

I have two simple formulas in my response table (adding one to the number in the previous row and combining the contents of two cells), but for some reason the formulas aren't calculating when responses are added to the tables. When I click on the cell in the new response, the formula is there and is correct, and if I then hit enter it calculates the correct response, but it isn't doing so automatically. Once I force the formulas (click and hit enter), the cells populate for my version of the response table, but read-only members of the table still see the incorrect or blank cells. What is going on? (I also have other formulas in the table that are calculating correctly. It seems to just be these two that won't.)

Hi;
I recieved your shared form and we did some investigation.  There is an issue that we'll have to address in an upcoming release - but we do have a work around to provide for you:
Step 1. Delete column B
Step 2. Change "Lottery ID" to: = "2014-" & RIGHT("000" & Reference ID, 3)
I also changed the Reference ID (now column B) expression -- but I don't know if this is necessary... for row 1, instead of:
=sum(1, B2)
I have
= B2 + 1
We tested the work around in a Duplicate of your form and did not modify the original (yours), you can make the above changes in your form.
Thanks,
Josh

Similar Messages

  • Calculating Average on a Pivot table- Not calculating correct

    Hello All BI Techie's,
    I have a requirrement, which is calculating the average out of a column , this column is aggreated by sum in the rpd.
    Month Year      Associate Headcount      Involuntary Termination Count (Associates)
    2012 / 07      18878.0      55
    2012 / 08      18817.0      53
    2012 / 09      18770.0      63
    Grand Total      18770.0      17
    Now, I want calculate a column which gives the average of Associate Headcount, ( 18878+18817+18770)/3 , how I can achieve that?
    I tried, using avg(associate headcount), it not returning correct average, any insight?
    Please share your ideas.
    Thanks,
    Bala

    Thanks Srini, The tried your solution but still the problem exists.
    I have created a new column, called Avg Headcount and entered condition in the column, I am using pivot table.
    max(rsum("Workforce Profile Facts"."Associate Headcount"))/max(rsum(1))
    Actual Results
    Month Year      Associate Headcount      Involuntary Termination Count (Associates)      Avg Headcount
    2012 / 07      18878.0      55      18907.8
    2012 / 08      18817.0      53      18878.0
    Grand Total      18817.0      108      18878.0
    Expected results
    Month Year      Associate Headcount      Involuntary Termination Count (Associates)      Avg Headcount
    2012 / 07      18878.0      55      18878
    2012 / 08      18817.0      53      18817
    Grand Total      37695.0      108      37695/2 = 18847.5
    Eeven my Associate Headcount, pivots grand total was wrong, my instanceconfig.xml already setted to aggregate enabled.

  • How do I create a header in the response table for a column I want to use that is not on the form it

    Example: My form has 10 fillable questions.  The Response table uses 10 columns to show the answers to those questions.  I would like to use 3 more columns to record internal information.  How do I insert the header titles?

    Hi,
    You can go to Responses view tab, focus on your last column header and then click menu Table->Add Column After. Or you click + button at the end of table - refer below image.
    I am not clear your question "How do I insert the header titles?" Do you mean you want to use your form title as data value in each cell in the column? If yes, you can set formula in the column following below steps.
    1. Click +Add a Row button
    2. Focus on the cell on column L (I assume you want to set your formular on this column).
    3. Input ="your form title" into the cell
    Then after you received a submission, the form title would display in the related cell in each row.
    Hope it will help you.
    Thanks,
    Ying

  • Excel formulas not calculating imported SSIS data

    I have an SSIS package that exports data to a password protected worksheet.  The SSIS package works great and all the data is in the right cells.  However, some of the cells that are protected have formulas in them that do calculations the data
    that has been imported.  The cells with formulas don't pick up the new data.  I have tried F9 and that doesn't work.  The only thing that works is to either re-enter the data manually or I can copy and paste the data right back into the same
    cells and then the formula picks up the new data.
    The client has specific formulas that they do not want to be changed.  Adding macros to the workbook is not allowed.
    How can I get the formulas to pick up the imported data?  
    This is very frustrating.  I have spent the better part of 2 months converting data from MS ACCESS to SQL, built massive queries and put together a very nice SSIS package that does exactly what I want it to do, only to get stonewalled by Excel.

    Leo,
    Some of the cells in the worksheet are un-protected to allow users to enter in values, then the cell with the formula - which are protected - updates with the results of the formula.
    For instance cell A1 is protected, cells B1 through F1 are un-protected.  Cell A1 has the formula =Sum(B1:F1)  if the user manually enters in the values 2, 2, 3, 2, 4 into cells B1, C1, D1, E1, & F1 respectively then cell A1 would update to
    2, 2, 7, 9, 13 as the numbers get entered.
    I am exporting data from a SQL table to Excel through SSIS.   So for example if I export the same values (2,2,3,2,4) to cells B1 through F1 and then open the Excel file, the values that were exported are in the correct cells, but the value in cell A1
    is blank.  
    If I then select cells B1:F1 and do a copy and past, then the formula picks up the values, and does the calculation, showing 13.
    dc

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • Extracting Formulas and decision tables

    Hallo,
    lets say someone saw some of the BRFplus demos, where the BRFplus workbench is used to create formulas, decision tables and simulation data is entered using excel export/import. Now the requirement is, to implement those functionalities in a  webdynpro UI as part of a custom SAP development project, using SAP ICM in the background to do the actual calculation. Is there any way to do this, without creating functions in BRFplus? The problem is, that the functions must be easily changeable in the productive system. So we can't use new function modules for every case, but we only want to use the formulas and decision tables (possibly filled through excel export/import) that were created in BRFplus workbench.
    Correct me where ever I am wrong, I don't really think this is why BRFplus was built for, but the easy handling of the workbench is the main focus of most of the demos that are available.
    Regards,
    Peter Bueermann

    Hi Peter,
    I do not understand all of the complexity you described below (e.g. I do not know ICM well). However, there are some statements that probably contain wrong assumptions.
    To use BRFplus you do not need function modules. You can call a BRFplus function for the processing of a rule by using the generic API. For example the following scenario is possible and already used in some customer use cases:
    1. Functionality to create BRFplus functions with the BRFplus API in the productive system on demand (e.g. button press in an expert UI)
    2. Directly embedding a decision table or forumla UI (BRFplus standard) and attaching it to the function in background.
    3. Upload of data from Excel
    However, there is one thing you have to accept: Objects cannot be maintained in different systems and be transported into one without conflicts. You need a leading system to be free of conflicts.
    BR,
    Carsten

  • How do I restore field description in "View Responses" table

    I inadvertendtly deleted the row of text at the top of the View Responses table that is linked to the form field. So now in the View Responses table, I can see the answers but not the questions. Is there a way to restore the link back to the form field without going into the table and typing in all the questions?
    Figured it out. Discovered that by editing one character in the field on thje form, the text reappears in the table.

    So do you not have a question any longer then?  Sounds like you figured out a way to get them back.  Actually a good trick, I'll add it to the related FAQ - thanks.
    Thanks,
    Josh

  • Invoice Days are not calculating when a Days limit exists.

    Hello,
    We are having an issue with both our Customer and Vendor invoices.
    When using a 'payment term' with a 'Days limit' the Due date is not calculating at all.  The 'Days' field in the 'Payment tab' just comes up as a blank.
    This functionality used to work, something must have changed in the system.
    This is how I have the Payment term setup.
    ZY87 (days limit 10).  120 days invoice date (10th & 25th)
    Default for Baseline Date = Document Date
    Fixed Date = 10, Additional months = 4
    ZY87 (days limit 25)  120 days invoice date (10th & 25th)
    Default for Baseline date = Document Date
    Fixed Date = 25, Additional months = 4.
    When I choose this payment term in the invoice, I get no value to show up in the 'Days' box and when I save it, the Due date becomes the Baseline Date.
    Any idea why?
    thanks for your help!
    Brett

    Thanks for your immediate response.
    i have maintained all the ticks for the counting rule for LOP absence type. but in the infotype it still shows 22 days instead of 31 days for the month of oct.
    Regards,
    MVN

  • BAPI_ACC_DOCUMENT_POST not calculating TAX

    Hi,
    I am using BAPI_ACC_DOCUMENT_POST for posting the FI document for RC type. I tried posting it normally and it posted correctly. But when i give some ACCOUNT TAX information, it is not calculating.
    Here is how I am filling the details.
    Header:
    BUS_ACT = RFBU.
    USERNAME = SY_UNAME.
    HEADER_TEXT = TEXT.
    COMP_CODE = BUKRS.
    DOC_DATE = 12/12/2011
    PSTNG_DATE = 12/05/2011.
    FIS_PERIOD = 00
    REF_DOC_NO = 9700000036.
    AC_DOC_NO = 9700000036.
    Account GL Table:.
    ITEMNO_ACC = 10.
    GL_ACCOUNT = 412010.
    DOC_TYPE = RC.
    COMP_CODE = RECN.
    FIS_PERIOD = 00.
    PSTNG_DATE = 12/05/2011
    TAX_CODE = TN
    TAXJURCODE = TN3707600
    COST CENTER = 107
    Account Receivable:
    ITEMNO_ACC = 20.
    CUSTOMER = 1126045
    COMP_CODE = RECN
    BLINE_DATE = 12/12/2011.
    PYMT_METH = B
    CURRENCY AMOUNT : 2 LINE ITEMS
    1ST LINE ITEM
    ITEMNO_ACC = 10
    CURRENCY = USD
    AMT_DOCCUR = 500.00-
    DISC_BASE = 500.00-.
    2ND LINE ITEM
    ITEMNO_ACC = 20
    CURRENCY = USD
    AMT_DOCCUR = 500.00
    AMT_BASE = 500.00.
    I did not enter the account tax table as I am not sure how to enter the date. But I know that the tax rate is 9.25% and for 500 the tax would be 42.33. I need to make sure that the BAPI posts the document as it posts from FB01 when we check the check box 'calculate tax'. Right now, with these details it is posting the data but not calculating the tax.
    Please help.
    Regards
    Guru
    Edited by: GuruCharan on Dec 15, 2011 6:28 PM

    Raymond,
    Thanks for the reply. I did read the notes you have suggested. They are quite informative but unfortunately -
    Note 367175 is related to the other BAPI`s. My issue is with the BAPI_ACC_DOCUMENT_POST.
    Note 487064 is related to the error when the tax amount is greater than the base amount.
    Since I am using the Acc document post BAPI, please help me understand how to fill in the data for ACCOUNT TAX table or post the document from the BAPI along with the tax as it does in FB01.
    Thanks Again,
    Regards,
    Guru.

  • Extended Withholding Tax not calculating

    Hi
    We are in ECC 6.  In development system, we configured Extended Withhoding Tax for India and tested Vendor Invoice FB60.  It works perfectly without any problem.  It post separate line item for withholding tax as well.
    We moved the configuration to Test system, where it is not working at all.  All settings are as similar as development system.  Vendor master record also similar as development.  The document entered for testing is same as development.
    Why it is not calculating Withholding tax in Test system?  Is it any thing is to be done manually (like activation), table update.. in client independently?
    You suggestion is most impartant.
    Thanks
    Venkat

    Dear Venkatasubramanya,
    Check the following Master data in your Test System......
    1. Vendor Master Data: Check in Withholding tax tab, whether liable tick is activated or not for your Tax Codes
    2. Whether your Withholding tax types are oayment type or invoice type
    check in GL Master (Vendor Reco Account), Field Status Group, Whether Withholding tax fields are optional or not.
    Best Regards

  • How do I restore column headings in Response table after accidently deleting them? Undo doesn't work.

    How do I restore column headings in Response table after accidently deleting them? Undo doesn't work (only seems to go back one level). I also have so many headings I won't be able to type them in manually!

    With the help of information from user, ptressel, in [https://support.mozilla.org/en-US/questions/1032154#answer-673322 a post here about the existence of sessionstore.js when version 33 was released], I was able to easily recover my tabs and tab groups as follows:
    # close Firefox and, perhaps, allow a few seconds (30s?) for any final closing of files;
    # check to see if you have a sessionstore.js file in your profile folder, named like the one I documented in my original post above;
    # if it is not timestamped prior to the discovery of your problem, open the sessionstore-backups folder;
    # check if the recovery.js file is suitably timestamped and, if not, the recovery.bak.
    # At this point, you are likely to find that none of them are prior to your problem occuring. If so, open your backups of this folder and go through steps 2-4 to find a file prior to your problem occuring.
    # When you find a file, copy it to the root of your current profile folder and name it, "sessionstore.js"
    # Open Firefox. Mine opened up as desired.
    This is a Windows solution. Sorry I can't comment on other platforms, but I'd bet that as this is just a file copy and renaming, it is likely the same.
    For Windows users, you may find you need to sign out and login as an administrator in order to access the backups. You need not logoff your standard account, but do have Firefox closed as described above.
    Hope that helps.

  • No entry found in table TTXD Calculation procedure with TAXCR

    Hello,
    Transaction FB01 F-02 and is sending me the following error, "No entry found in table TTXD Calculation procedure with TAXCR Message no. TAX_TXJCD106" requires me to turn jurisdiction code.
    What I can do to avoid this problem?
    Regards,

    Hello,
    You need to make sure the basic configuration is in place first, because I saw in my plain SAP environment, Costa Rica doesn't have a tax procedure assigned. I'm not familiar with Tax in CR as well. However, general rule of thumb for tax posting:
    1. SPRO general settings - Set countries - Define countries in my SAP Systems
    Assign the tax procedure TAXCR in country CR
    2. SPRO FI global settings (New) - tax on sales/purchases - Basic settings - assign country to calc procedure
    3. Define Tax Jurisdictions - TAXCR
    4. Then Specify structure for tax jurisidiction code for TAXCR (This is the config content for table TTXD)
    Regards,
    WH

  • BSP error when clicking on line item in SUS :Buffer table not up to date

    Hi Experts,
    I'm having a problem in SUS Portal. When i click on a line item of a PO to display the actual line item or see more details, i get a buffer table out of date error. I saw a thread with a similar issue where it says problem resolved but haven't had any luck getting a response from the poster, so I'm putting this question out there to everyone.
    Related Post
    Buffer table not up to date in SUS
    More details on error...
    Exception Class CX_BBP_PD_ABORT
    Error Name 
    Program SAPLBBP_PDH
    Include LBBP_PDHU08
    Line 81 
    Long text Buffer table not up-to-date {}
    Regards,
    JD
    Edited by: julian.k. drummond on Apr 13, 2010 6:46 PM

    Hi Julian,
    Please give the system some time and try again. It should work.
    Thanks
    Hari

  • TT89 for MN - Not calculating correctly

    Hi,
    TT 89 for MN is not calculating correctlty  -   BSi Message status is as appended below.
    2000
    NO COMPANY UT EXPERIENCE RATE INFORMATION FOR THE MINNESOTA STATE UT TAX WAS FOU
    ND.   THIS TAX HAS BEEN CALCULATED USING THE BASE RATE. THIS RESULT MAY OR MAY N
    OT BE VALID FOR YOUR COMPANY
    Currently we are at TUB 52 ( Version 9.0 ) and i have iconfigured  the TT 89 in the Tax Model. Howver TT89 is not coming correctly. ( T5UTX value is .005 ) .
    With Regards,
    Abhishek

    Hello,
    Please check T5UTI for tax type 89 unemployment note down the Employer ID. Then with the Employer ID go to the T5UTH table and check if there is an entry there. If not, can you please maintain the T5UTH table with an appropriate entry for Employer ID?
    2000
    NO COMPANY UT EXPERIENCE RATE INFORMATION FOR THE MINNESOTA STATE UT TAX WAS FOUND. THIS TAX HAS BEEN CALCULATED USING THE BASE RATE. THIS RESULT MAY OR MAY NOT BE VALID FOR YOUR COMPANY
    Then this means that you haven't overrided the UT experience rate for MN state for your company 'xxxx' in the appropriate dataset in BSI Server.
    Please maintain the Company UT exp rate for NM state in the respective datasets and then run the payroll. This will solve the issue.
    Kindly maintain the BTXRATE for it at SAP side as well as BSI Side also
    Kindly maintain following in your Tax factory for your dataset --> Group Overrides  >Choose your Employee Group > Maintain record for MN.
    With regards,
    S.Karthik

  • Getting error as Buffer table not up to date while checking EBP order

    Hi SRM gurus,
    We have one order which is created in the EBP side and the same is replicated in the backend also. Also confirmations and invoices are posted for this local PO. These confirmations and invoices are also carried over to backend. However very recently when we open this order in EBP and when we click either check button (or) change button we get the error indicating that Buffer table not up to date. I have pasted the error message below. We have also checked the ST22 and observed that exception occurred CX_BBP_PD_ABORT and is not caught any where. When do not have any issues with other orders. We have checked the recent changes and we could not observe any recent changes to the order.
    Note
    The following error text was processed in the system : Buffer table not up to date
    The error occurred on the application server bprapz36_SP1_08 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: BBP_PD_ABORT of program SAPLBBP_PDH
    Form: ABORT of program SAPLBBP_PD
    Form: CHECK_VENDOR_ERS of program SAPLBBP_PD
    Form: HEADER_CROSS_CHECKS of program SAPLBBP_PD
    Form: PROCDOC_DB_CHECK of program SAPLBBP_PD
    Form: PROCDOC_CHECK of program SAPLBBP_PD
    Function: BBP_PROCDOC_CHECK of program SAPLBBP_PD
    Function: BBP_PD_PO_CHECK of program SAPLBBP_PD_PO
    Form: CHECK_PO of program SAPLBBP_PO_APP
    Form: PROCESS_EVENT of program SAPLBBP_PO_APP
    iN BBP_PD the status of this PO is as below.
    Stats:                                                          
                       Status            Description                             Inactiv
    HEADER     I1015          Awaiting Approval                      X      
    HEADER     I1021          Created                               
    HEADER     I1038          Complete                              
    HEADER     I1043          Ordered                               
    HEADER     I1080          In Transfer to Execution Syst.    X      
    HEADER     I1120          Change was Transmitted                
    HEADER     I1180          Document Completed                    
    0000000001 I1021          Created                               
    0000000002 I1021          Created      
    Please suggest / advice on this.              
    Thanks & Regards
    Psamp1

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

Maybe you are looking for

  • IBook Clamshell video out modification

    I recentley purchased an iBook Clamshell with out video out and I really need video out. I was wondering if I was to replace the sound board in my graphite ibook with the video board from a key lime ibook would it enable me to use video out. Also if

  • Getting error when try to backup oracle rac to another location

    Hi there, I am attempting to backup database to another location from a Oracle RAC database version 11gr2. Here is my script: #!/bin/ksh export ORACLE_SID=vvsms1 ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.2.0/

  • Arrived in BW Processing: Data packet not yet processed

    Hello Gurus, Data is being loaded from export datasource (8RL*****) ti 2 data targets The overall QM status is red (says processing is overdue) The details tab shows Extraction: Error occurred Transfer(IDoc and TRFC): Error occurred Processing (Data

  • Submit a program and skip output or dont show the output (alv list)

    hi, is it possible to use the submit command and skip output or don't show the output (alv list) ? Regrads ertas

  • Blank Screen for K8N Neo2, HELP!!!

    Ok, my computer used to be working, with windows XP Pro installed, but now it just won't boot up the monitor.  The last time I reinstalled the computer, it still wouldn't boot the screen, or would freeze at the platinum screen.  I don't think it is t