The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
2k views

SQL Server Query monthly totals

I have a query that totals up all cases that were active on 01/01/2010. SELECT COUNT(CaseID) AS Total FROM dbo.ClientCase WHERE (CaseStartDate <= CONVERT(DATETIME, '2010-01-01 ...
3
votes
1answer
1k views

Magento, getSubtotal and getGrandTotal always return zero

I have a weird problem. I have developed a module which adds a line to totals according to some value in database. But in my module model (which is inherited from ...
2
votes
5answers
885 views

Running totals in a SQL view

I am trying to get running totals in my View in SQL Server 2008 Here is my tables BankAccounts ------------ AccountID (KEY) Name Created Transactions ------------ TransactionID (KEY) Description ...
2
votes
4answers
25k views

Calculating grand totals from group totals in Reporting Services

I have some data grouped in a table by a certain criteria, and for each group it is computed an average —well, the real case is a bit more tricky— of the values from each of the detail rows that ...
2
votes
2answers
163 views

Rally: getting the total story points, task hours, etc

I am utilizing the Rally 2.0p4 API and attempting to aggregate the data to get a list of iterations with sums of the story points per iteration. The only way I have found at present to do this is just ...
2
votes
0answers
847 views

Modify the XSLT list view for custom field type on Sp2013 in order to customize the totals rendering (Count, Sum, Average etc) - possible SP2013 bug?

Just wondering if there is a way through which I could modify the XSL templates for a list view rendering which includes a custom field type, in order to customize the totals row in the view. ...
2
votes
3answers
792 views

recurse directory for file extension with total?

I want to know how much disk space is being used by zip files (or any other extension) in a particular directory tree. Is this possible on the command line (in a batch program)? I can list them, ie: ...
1
vote
2answers
2k views

Magento: Custom totals counted twice?

Ok, I created custom Total class for adding the special discount, and everything seems to work fine except, for some reason I can't find, my total is calculated twice! That results in double amount of ...
1
vote
3answers
148 views

Magento: Get all orders totals by day

I need to get all orders totals by day. 2013-03-07 - 40$ (total of all orders made this day) 2013-03-06 - 50$ etc.. Can anyone help? Thanks.
1
vote
1answer
785 views

SlickGrid - Frozen totals row on top

I'm using SlickGrid, and I was wondering if there's a way for me to create a totals row on top, under the header row. I saw that the issue was brought up here: ...
1
vote
2answers
716 views

jquery table rows line totals and grand total

I'm currently writing a small plugin for computer repair techs and I'm now trying to code the invoice section but not having much luck! I've got the fields being populated from the database but I'm ...
1
vote
2answers
2k views

SharePoint 2010 Lists - Totals at Bottom of List Instead of Top of List

Is there a simple way to cause the column totals (like Sum) to appear at the end of a list instead of at the top of the list? Having them at the top just seems unnatural... Thanks Lonnie Tyre
1
vote
1answer
224 views

SQL Server summary calculation for different times

I have the following example for which I'd like to calculate totals at each available time: timestamp device value 2010-12-30 00:00 1 5 2010-12-30 00:05 1 5 2010-12-30 00:05 2 10 2010-12-30 00:13 1 ...
1
vote
2answers
505 views

PHP + MySQL: Finding total of values by recursing through mySQL parent children groups

I have a mySQL table like this: Folders [id] [name] [parent_id] 1 fruits 0 2 orange 1 3 lemon 2 4 steak 0 Projects [id] [name] [parent_id] [hours] 1 project1 1 ...
1
vote
2answers
2k views

Subtotal, Shipping, Discount and Grand Total Missing in Magento

Hope someone can point me in the right direction. I am not a Magento developer but am having to fix my site after my "developer" left me with most of the work to do. Currently in my checkout screen ...
0
votes
1answer
594 views

Magento - Apply Tax On Custom Quote Totals Field

I have created a surcharge module for Magento which adds a custom total field to the quote. The surcharge is input into Magento including tax. I have successfully got the module adding the surcharge ...
0
votes
1answer
44 views

SQL query for total

a simple question for all you SQL gurus: I have the following table structures (not including irrelevant columns); Area -- AreaID, AreaName District -- DistrictID, DistrictName, AreaID Office -- ...
0
votes
3answers
2k views

sql sub and grand total

Is there a nice consise way to get grand totals here-- this query shows sub totals for each day, but how can I get the grand total of each sub total without a sub query or another query also is there ...
0
votes
2answers
489 views

SQL with COUNTs and SUMs with cross-UNION GROUP BY

SQL guru needed, this is killing my neurons. I have a db structure (simplified) like this: DESC documents; id INT PK bill_id INT FK dtype INT -- 1=receipts, 0=invoices ...
0
votes
1answer
21 views

How to reference a specific Group Total of one dataset in the expression in different dataset

I have a report with multiple datasets. In one of them I need to reference the group total from another dataset. It looks like this: Tablix1: Region1 Total Age1 Age2 a 7 5 ...
0
votes
1answer
826 views

Magento Shipping costs in Cart

I know this sort of question has been asked a few times, but hear me out! I've just had to switch between Flat Rate shipping (which did show in the cart) to Table Rates. This is purely because one ...
0
votes
1answer
505 views

Custom totals collector: Reorder totals in totals overview in checkout

I have created a custom totals collector to grant qualified customers a discount of 3% of the cart's subtotal. The code of my collector looks like the following: class ...
0
votes
1answer
868 views

Summary Data Appears in SSRS 2008R2 CSV Export

I have prepared a very simple report in SSRS 2008R2. The body of the report consists of one datasource organized into a table of detail records. I have added a summary record by adding group totals ...
0
votes
1answer
2k views

Magento - How to get the subtotal for a single product in cart?

I want to display the total price for each product (by id) in the cart. qty | single price | total 2 | $ 2.00 | $ 4.00 <-- that's what i need 3 | $ 5.00 | $ 15.00 | ...
0
votes
1answer
189 views

Can I make the Column section not expand to fill the page in iReport

If my report only generates a handful of rows of data (not pages, just rows) then I would like to have my totals row appear immediately after the last row of data, instead of being forced to the ...
0
votes
0answers
17 views

$this->renderTotals() which renders block?

Hello (sorry for my english) The file /app/design/frontend/my-theme/default/template/checkout/cart/totals.phtml has the command: <tbody> <?php echo $this->renderTotals(); ...
0
votes
1answer
161 views

ASP Do While loop totals and subtotals

I don't claim to be a classic ASP guy, but sometimes you gotta do what you gotta do. My problem is that this is a custom built report through ASP and the user wants running SubTotals and a Grand ...
0
votes
0answers
156 views

Magento Products free with Coupon, wrong grandtotal on invoice

magento 1.7.0.2 i have an Bundleproduct which bundles a Virtualproduct. The bundleproduct costs fixed 128€ i create an coupon for this product with 128€ i enter the code in cart... the first ...
0
votes
1answer
33 views

MDX Balance to Totals

In the example below I have a products dimension with product id 1,2,3,4..etc. I want to create a calculated member called Balance To Totals that will sum over all the products they have chosen and ...
0
votes
1answer
47 views

Subtracting two totals

I have a table linked though mysql. I have 5 columns showing: Name, Shop, Description, Amount Owed and cost. I have written a script to tally up the totals of of "amount owed" and "cost". I am having ...
0
votes
0answers
158 views

SlickGrid - display column totals on Groupings row

I don't think this is possible but please correct me if I'm wrong... I have a SlickGrid with grouped rows and would like to show the totals for the columns in each group but I need to show these ...
0
votes
0answers
160 views

Calculating totals in multiple Obout grids in repeater - ASP.net

Okay, so I have it where totals get calculated on the grid and that works fine if I just have one. But I am working on a way to display multiple grids on a single page so that I can print them out ...
0
votes
1answer
212 views

Check box value remaining after this.form.reset clear

I have this script to add up some check box values <script language="javascript" type="text/javascript"> function initialize() { Total = 0; totaltest.innerText = Total; } function ...
0
votes
1answer
426 views

Updating a Javascript money calculator to calculate multiple totals in real-time

I found the following money calculator on Yaldex and need assistance making some updates to it. I am resourceful enough to edit existing Javascript, but that's about it. The code is below, and a ...
0
votes
1answer
448 views

Crystal Reports, and running totals

I am designing a report in which a Running Balance column adds itself to Debit and subtracts the answer from Credit column on every row. Here in this example I have started calculating from 1st of ...
0
votes
1answer
42 views

Summation query changes values when joined to another table

have created the following query which produces a report on total sales. It produces the result that I expected. I am using MySQL and the query looks like: SELECT detailed_report.title AS title, ...
0
votes
2answers
188 views

How to add column totals to view

I'm constructing a SQL query for a business report (using MySQL). What I would like to do is create a table that looks like the following: Product | Quantity | Price | Total widget1 | 3 | ...
0
votes
0answers
256 views

Calculating grand total from multiple tables using JQuery

I have four dynamically generated tables, and each has a cell where I calculate the sum of cells in that column - like this: <td id="sum1"></td> <td id="sum2"></td> ...
0
votes
0answers
74 views

How do I create daily graphs using VBA?

I need to create 1 graph per day with totals per hour..If each day could be on a (separate) dated sheet or file then that would be great! I am struggling to achieve this and thought it would be best ...
0
votes
0answers
220 views

Group totals having a problem

Hi i have a report that gives details about warehouse packages. i was asked to insert shipping address and id number on the top. so as per their requirement it should be on the page header. but as we ...
-1
votes
1answer
168 views

.TotalSeconds in C# XNA

Following my recent Asked Question (which was answered; thanks very much for the help!) I have progressed a little further but hit another brick wall. I'm fairly new to C#, and can't seem to get past ...
-1
votes
1answer
38 views

Units in Itunes Connect [closed]

I am trying to research the difference between a 'unit' and a 'total' while tracking my sales in Itunes Connect. How do they differ from each other, what are they?
-4
votes
1answer
113 views

Loop through file to get totals per person

This is a sample from a payroll file I have to work with, it lists employee number, different types of earnings, & check date. The goal is to get a subtotal per employee that lists the employee's ...