MS Access 2013 Report - Sum not working on a calculated field that does work

The following statement works in the detail part of the report:
=([Qty]*[Install_Labor]*[Parent]![IntallLaborRate])*[Parent]![LaborMarkup]
But the following statement does not work in the group footer:
=Sum([Qty]*[Install_Labor]*[Parent]![IntallLaborRate])*[Parent]![LaborMarkup]
Why the heck not ?

I got it !!!
this worked
=Sum([Qty]*[Install_Labor])*[Parent]![IntallLaborRate]*[Parent]![LaborMarkup]
It appears the parentheses have to separate the non parent fields

Similar Messages

  • Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!! :(

    Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!!

    Hi
    You need to check with your ISP whether or not the send mail server (SMTP) requires a password.  Some do, but many do not.  When you know the correct password to send mail, then you need to tell Mail as follows:
    Mail menu > Preferences > Accounts > Select the account
    Click on the Outgoing Mail Server (SMTP) combo box, and select Edit SMTP Server List...
    In the Account Information tab put the server name
    In the Advanced Tab, set up the authentication information from your ISP.
    Good luck
    Bob

  • I updated to firesfox 4.0.1 and now spell check doesnt work and cant find one that does. Can I go back to the previous one that worked properly?

    I changed to firefox because I wanted spell checker. After updating to 4.0.1 this no longer works. I cant find a version that does work with the new firefox. Is it time i went back to explorer?

    tried that and it says not compatable with firefox 4.0.1

  • Sharepoint 2013 Reporting services not fetching data via linked server

    We have a functional SharePoint 2013 farm in production with WFE (Server 1 , windows server 2012) and WFE ( Server 2 , windows server 2012) and SharePoint databases including report server databases on  (Server 3, which SQL Server 2012 on windows
    server 2012)
    Kerberos Authentication is enabled and Windows Authentication happens. Claims to Windows Service seems to work correctly too. No double hop issue. The SharePoint Reporting Services seem to be configured correctly and Reports get generated as expected
    in the following cases.
     1. If data is being pulled from Server A (SQL Server 2008 R2 Server on Windows Server 2008), Report gets generated no issues.
     2. If data is being pulled from Server B (SQL Server 2008 R2 Server on Windows Server 2008), Report gets generated no issues.
    The problem:-
    We have a view on Server A, which is fetching data from Server B. This report does not get generated. Gives an NT/Authority logon failure. Server B is created as a linked Server on Server A. The setting to run under users security context is checked.
    If I execute Query Builder from Report Builder 3.0, the query on the view gets the data and data is displayed in the report for next 10-15 min but after that the connections gets lost or if the user logs out and logs back in, the connection is lost
    again.
    Has some one experienced a issue like this? Can a report not work on a view getting data from linked server? Or I have missed  some thing really important.
    Any help is highly appreciated?
    cheers!
    Rachna
    Rachna

    Hi,
    From your description, my understanding is that you got an error when you clicked System settings after configuring Reporting Services service application.
    What size did you use for the memory? Please make sure the server has enough memory to run SharePoint and all services.
    In addition, please open
    http://localhost:xxxxx/SecurityTokenServiceApplication/securitytoken.svc to check if there is something about this issue.
    Here is a similar post about this issue, please take a look at:
    http://whitepages.unlimitedviz.com/2012/07/setting-up-reporting-services-2012-with-sharepoint-2013/
    As this issue is about Reporting Services, I suggest you create a new thread on SSRS forum, more experts will assist you with SSRS.
    SSRS forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home?forum=sqlreportingservices
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Button onclick not working in the calculated field

    Hi Everyone,
    I have to add the button in the calculated field through list definition. On click of button it should call the java script function. I can add the button but on click event is not working.
    this is my code:
    <Field Name="Accept" ID="{1F7328C7-D7F0-4B94-BB15-01859CD28CF2}" DisplayName="AcceptorDecline" Type="Calculated" ResultType="Number" ReadOnly="TRUE" JSLink="/_layouts/15/CCAR.SP.Common.Lists/UserRecertification/UserRecertificationScripts.js">
            <Formula>
              ="&lt;div id='divAccept'&gt; &lt;input type='button' name='btnAccept' id='btnAccept' value='Approve'
    onclick=""UpdateAcceptorDecline('"&amp;[URID]&amp;"','Approve')""/&gt;
              &lt;/div&gt;"
            </Formula>
            <FieldRefs>
              <FieldRef Name="URID" />
            </FieldRefs>
          </Field>
    Please help me on this issue. Thanks in advance.

    Hi,
    According to your description, my understanding is that you want to add button in a calculated field to call custom JavaScript function.
    I suggest you can use concatenate formula function to achieve it.
    You can add button use concatenate function like below:
    =CONCATENATE("<input type='button' name='btnAddToBasket' id='btnAddToBasket' value='Add to basket' onclick=","addToBasket('",[Document Name],"','",[Original],"')"," />")
    More information:
    How can I get a button in SharePoint to display info about a record?
    CONCATENATE function
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Has anyone seen a simple calculator pod that will work in Acrobat Connect Pro?

    I need a simple calculator to total up responses from participants in web meetings. Does anyone know of one that can work as a pod where everyone will see the numbers that are pushed and the calculation display?

    If this one works with you: http://connect.wezupport.se/p39142940/
    I've attatched so you can download it from here - cheers

  • Report SUM not working (PL\SQL returning SQL query) using APEX_COLLECTION

    I have a simple query
    - select ename,sal from emp
    (In the Report attribute - SUM property is checked)
    I am getting the Report total SUM correctly...
    Now I am using the apex_collection object to display the same report.
    return select c001,c002 from apex_collections where collection_name = ''EMP'';
    c001 - ename
    c002 - sal (for this column - I am using Report total - SUM field is checked)
    ---- Issue is Report total SUM - is always displayed as 0. (actual sum is not coming).
    appreciate if I can get some input on this. I have tried a lot but no success..
    thanks,
    deepak

    Hi again
    Just checked a similar report test I did a while ago, and my query is:
    SELECT c001 MyText, TO_NUMBER(c002) MyNumber
    FROM HTMLDB_COLLECTIONS
    WHERE COLLECTION_NAME = 'ATD'
    So, you should use TO_NUMBER(c002)
    Andy

  • Need to have access in report but not in analysis.

    Hi Experts,
    All my users have analysis access ( adhoc ), in that only Admin users have access for detail table access. General users will have access only at Agg level.
    Below is my requirement:
    User A ( General ), he has access to subject area but not on detail table ( restricted detail table access in RPD ) so when ever he is creating his own report he will not be able to see detail table. this is good working as expected.
    User B ( Admin ), he can able to create report using detail tables columns as well.
    my requirement is if user B creates a report with detail table columns and shares with general user, general user should able to see the detail table columns ?can any one suggest us how to do this ?
    We are on 11.1.1.6.5.
    Thx...

    Declare a session variable (say, USER_SECURITY). Use init block to set it to zero. Allow user A to access detail table but add a condition that whenever any presentation columns from detail table is accessed by him, following condition must be met: ValueOf(NQ_SESSION.USER_SECURTIY) = 1 (use filter tab in permission window)
    At this point, user still can not see data from detail table. The administrator can create a report and set this session variable to 1 in the advanced tab of the report. So user will be able to view the report always. The scope of the modified value of the session variable would be at report level, so there is no requirement of resetting it.

  • Project Server 2013 : Report table not updated with Published tables

    Hello Team,
    We found the issue that Publish and Reporting table have difference in work attribute. is their any way that we can refresh the Reporting table in one go.
    Thanks.

    If this issue is specific to one or few projects, using Save for sharing would be much more easier.
    If this issue is for all the projects then as NicoOosthuysen recommended RDB refresh would be the option. Having said that  you have to take extra measure before you start RDb refresh , since it is very high system resource and time consuming activity
    Steps for Save for sharing
    1. Open MS Project Pro 2013.
    2. Open the project plan from the server.
    3. Now save it locally without making changes in the File Name, using File > Share > Save For Sharing. Provide local location. Do not close Project Professional
    4. Now save back the project back to server using File > Save As (Project Name should be grayed out)
    5. Save and then publish the project plan.
    Hrishi Deshpande Senior Consultant

  • Printing NOT working from PS CS3 - Z3100 but DOES work with Lightroom 2

    I have been printing on a Mac with PS CS3 using a Z3100. All has been fine. Today I'm trying to print a 46x54" image from PS. I have not been able to make this work. PS sits for a while, thinks for a while, chews up resources, hangs on occassion as reported by the Activity Monitor, and then .... nothing. PS sits there and the print goes away. The job never appeared in the print monitor. I did all the usual. Rebooted the world, reinstalled the HP Z3100 drivers, and the same thing. I then gave it a shot, after many hours, and thought I'd try Lightroom 2.0. Holy mother of Michael Phelps, the print job was submitted in no time and the job is humming along with no issues. The only issue is that Lightroom is not showing Absolute Colorimetric as an option which I use and chose Perceptual instead.
    The file size was 1.2 GB and 16-bit. I lowered to 8 bit for PS and still to no avail. I printed in 8-bit on LR 2.0.
    Is this an issue with Photoshop? I'm running a Mac Pro Quad with on OS X 10.4.11 and 6 GB of RAM.

    Something has gone wrong with how Lightroom finds and communicates with Photoshop.
    That could be a registry string, or some preference within Lightroom.
    The Lightroom forum is more likely to be able to help you solve this.

  • The "edit in" does not launch if I make any develop changes.  I am using LR 5.6 and all of my plug ins are properly installed, up to date and were working just fine.  Edit in does work if I reset the image or load an unmodified DNG.

    I am using LR5.6 on a Windows 7 machine with plenty of memory.  LR, CS5 and all of my plug ins have been working just fine.  Tonight I've found that if I make any kind of significant adjustments to an image, and the go to "Edit in.." that function does not launch.  I can use the Edit in command on an unmodified image, or if I reset the modified image.  I have the issue with all of my plug ins, including Photoshop, all of the Nik software, RadLab, and OnOne.  I believe that all of the plug ins are current.  I've been working with them yesterday and I had no issue.  I cannot recall anything that has changed since then, and I have not installed any software.  I'm at a loss!!  Please help!

    I have traced the problem to a corrupted profile.  When I captured the images in question, I also used Color Cherckr to create a profile for processing.  When I apply that profile to the adjustments I make, I can no longer "Edit In".  If I use another profile, even one that I created using Color Checkr at a different point in time, I don't have the issue.  Something seems to have corrupted the new profile.  I will re-create the profile and see if the issue is resolved.

  • HT2693 My Mac OS X 10.4.8 mouse will not scroll  UP.  Other than that, it works fine.  I've cleaned it, but it's still an unhappy mouse.  What can I do?

    My Mac OS X 10.4.8 wireless mouse will not scroll UP.  It's been cleaned and works well in all other aspects.  Is it just time to get another one, or can this problem be fixed?

    I used iPad forum because the only other choice was iMac..... there is no forum for the Mouse.  Suggestions as to where I can go?
    Thanks
    Gary

  • WiFi signal shows that it's not connected to the internet, but WiFi does work.

    As you can see, it's not working the way it should. I took this snapshot just before I started typing this. I don't know if it's something I did, or a program, or something else, but it happened sometime a few months ago. I never bothered to ask because I figured it would have been because the system had to be updated, but I'm now running the latest version of Mac OS X Mavericks.
    Any ideas on what may have caused the problem and how I can fix it?
    Thanks in advance!

    When you see an exclamation point in the Wi-Fi menu, from the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts. You may get a warning that Wi-Fi is not available, that you're too far from the base station, or that you're using the wrong password.
    Assuming that you've ruled out those possibilities, restart the computer and try again. If there's no change, click the lock icon in the lower left corner of the preference pane and authenticate, if necessary. From the Location menu at the top of the window, select Edit Locations. A sheet will drop down. Click the plus-sign button to create a new location. Give it any name you want. In the new location, set up the Wi-Fi service with the same settings you used before. Click  Applyand test.
    If there's still no connection, and if you have control of the router, compare its settings to Apple's recommendations. Some third-party routers may be incompatible in 802.11b/g/n radio mode. Try setting the mode to 802.11n only.

  • Itunes 9 will not instal on XP Pro - itunes 7 does work?

    I have installed Quick 7 as stand alone, it worked. Then installed itunes 7 and this worked.
    downloaded itunes 9 standalone. Installer gets to just after asking for country and then says ' encountered unpected error, install failed, please try later.'.
    I have VDScritp lastest. regedit the .dll as per the apple support.
    Any ideas?

    Apologies about the delay. I've been brooding.
    Although we don't know where the specific relevant keys are on modern versions of iTunes, there's a shotgun approach we can take to dealing with them, which has a reasonable chance of success in this case. The complicating factor in your case is that you've got a 64-bit Windows. So there's an extra hoop to jump through.
    The basic approach is the procedure from the following weblog entry:
    [Solving setup errors by using the SubInACL tool to repair file and registry permissions|http://blogs.msdn.com/astebner/archive/2006/09/04/solving-setup-err ors-by-using-the-subinacl-tool-to-repair-file-and-registry-permissions.aspx]
    The complicating factor is that we have to make an additional edit to the reset.cmd file.
    When you're in Notepad, replacing the two YOURUSERNAME values with the name of your Windows 7 user account, in the first line of the batch file, replace the:
    %programfiles%
    ... with:
    %ProgramFiles(x86)%
    (On a 64-bit Windows system, subinacl is installed in a different location than on 32-bit systems. So unless we make that change, the reset.cmd isn't going to be able to find subinacl and the reset.cmd won't work.)
    While you're in Notepad editing the file, make sure each of the nine lines of the file start of a new line. (Sometimes they get smooshed up together on a single line, and then again the reset.cmd won't work.)
    I'd strongly suggest setting up a System Restore point immediately prior to running the reset.cmd. There's instructions on that in the following document:
    http://www.bleepingcomputer.com/tutorials/tutorial143.html#manual

  • My i message seems that is working with everyone but with a particular phone is not?, My i message seems that is working with everyone but with a particular phone is not?

    My I message is working with everyone BUT with one phone, Same thong happen with this other phone i message works with everyone else but with me What did i did?

    Actually she does,  her i message is working with everyine else but me, and viceversa

Maybe you are looking for

  • Getting an error message when trying to log on to imessage

    Getting an error message when trying to log on to imessage... how do I fix this

  • Due date is showing earlier than doc. date

    Hi, I have a funny question. I have posted billing doc. in VF01 for 10000/- on 30.06.2009 payment term is 30 days from the doc. date so the due date should be 30.07.2009. Against this doc. i have posted one residual payment for 5000/- on 15.08.2009 b

  • Help with Imports

    Ok my problem is hard to explain but I'll do my best. My iTunes is brand new. Yesterday I downloaded and installed it. As soon as I opened the program it started moving my music from Windows Media Player onto iTunes. This was all well and good but th

  • FM transmitter blocks GPS?

    Hi I recently bought an FM transmitter/charger for my 3GS. Works fine in car until I try to use GPS for my navigation app. GPS will not fix location until FM transmitter is unplugged (which means the charger has to be unplugged as well. Does the use

  • How to transfer apps from old ID

    Hi, I was wondering if there is a way to get my apps from my old apple ID to my new one. Redownloaded all the free apps that were linked to the old address onto my new one. However there are some purchased apps on my old Address. The only reason I as