Tagged Questions
The subtotal tag has no wiki summary.
5
votes
6answers
305 views
Calculating subtotals in R
I have a data frame with 900,000 rows and 11 columns in R. The column names and types are as follows:
column name: date / mcode / mname / ycode / yname / yissue / bsent / breturn / tsent / ...
4
votes
2answers
142 views
Can you subtotal rows and/or columns in a pivot table?
I have a set of queries that outputs a pivot table. Is it possible to obtain row and/or column subtotals for a pivot table ?
My table I am selecting from looks like this
Site FormID ...
4
votes
1answer
164 views
Change Excel formula to total only visible cells
I'm using the following formula to create a total of unique values
=SUM(IF(FREQUENCY(MATCH(C4:C9,C4:C9,0),MATCH(C4:C9,C4:C9,0))>0,1))
However, I'm now using an autofilter, so I now need it to ...
3
votes
2answers
361 views
SQL monthly join and monthly total percentage
My head is smoking from (stupid) tries of using JOIN, WITH and GROUP BY to come up with a solution for my pretty common scenario - I just can't wrap my head around it. Let me throw the example at you ...
2
votes
5answers
50 views
GROUP BY using parameters in SQL
I am trying to somehow group a report based on a drop-down list of parameters that is pre-defined. I want to be able to subtotal the Total Hours or Total Pay of my report based on Department or ...
2
votes
3answers
266 views
Calculating subtotals in R
Name of member Allowance Type Expenditure Type Date Amount, £
Adam Afriyie Office running costs (IEP/AOE) Incidentals 07/03/2009 111.09
Adam Afriyie Office running costs ...
1
vote
1answer
40 views
NULL not generated in last line of a GROUP BY WITH ROLLUP query
I have a table containing a Date filed and a number.
I want to display ordered Month names as grouping fields using a query like this:
SELECT
COALESCE(DATE_FORMAT(Day,'%M'), 'TOTAL') As Month,
...
1
vote
1answer
52 views
Magento getData from guest on success.phtml
I am trying to get the subtotal amount on checkout success page. It works good for registred users:
$_order = Mage::getModel('sales/order')->loadByIncrementId($this->getOrderId());
$amount = ...
1
vote
1answer
48 views
ORACLE - Calculate two values and show result in a view
I received fantastic help from Dave Costa and Justin Cave here (thanks again) in how to calculate a subtotal value from two other attributes, Quantity and Price (so Quantity * Price = Subtotal). In ...
1
vote
2answers
79 views
rails way to calculate subtotal and total
Context: I have 2 models Order and Item.
I want to calculate Item subtotal based on item.quantity * item.price
For now this is done in the view (but not the appropriate place).
<%= ...
1
vote
1answer
190 views
Calculating sub-total in each group
I need report from multi table I use this query (SQL Server)
Select CASE When ([bills].[BT] ='0' and [bills].[T] = 1 )Then 'Purchas1'
When([bills].[BT] ='0' and [bills].[T] = 3 ) Then 'Output'
...
1
vote
3answers
298 views
Calculating Subtotals from SQL Query
I have a query which returns some rows. Its column names are like: Age, Gender, DOB etc.
What I have to do is, to check how many rows are coming from DB of which Age.
e.g. See the image:
See the ...
1
vote
1answer
602 views
SSRS 2008 - How to add a subtotal to a matrix
How do I add a subtotal to a matrix in reporting services 2008? If I right click on a cell I see an option to add a total but no subtotal.
(I feel like I'm missing something obvious but I've looked ...
1
vote
2answers
489 views
WPF data grid for financial style reporting?
I'm looking for a decent WPF data grid or solution involving one to represent financial data.
I've looked at many - the WPF one, XCeed, Ingragistics, DevExpress, etc.... but none of them seem to ...
1
vote
2answers
536 views
Sub-total and total columns
In Visual Foxpro 9 I am trying to write an sql with a product "subtotal" column and a report "total" column.
The sql code that works is as follows, but when I insert the commented out "Case" code I ...
1
vote
4answers
1k views
MySQL finding subtotals
EDIT:
I'm told that making you guys read means I get less attention. My apologies. Here's a simpler version:
Bill got $100 dollars worth of items from a store.
He wants to return enough of the ...
0
votes
1answer
21 views
Excel: Is there a way to change the “Group Total” label in a subtotal row?
I am looking for a way to change the label of a subtotal label to just say total instead of group total.
So instead of this:
Group Value
A 100
A 200
A Total 300
I get this:
...
0
votes
1answer
24 views
Issue with Excel Pivot Table Subtotals / Row Hierarchy
I currently have a pivot table with three row labels. The data in the row labels is grouped as follows:
Customer SKU Grouping YTD PrevYTD
123 ABC Qty 30 20
...
0
votes
2answers
54 views
Trigger to calculate subtotal
I've been trying to implement this trigger for a while now and am making progress (I think!) but now I am getting a mutation error.
What I have here is three entities (that are relevant here), ...
0
votes
1answer
36 views
Automatically sum the value in columns in excel with filtering on
I have a worksheet with 50 rows & 10 column. One of the column has an amount. I need to display this at the bottom.
I can do this by =SUM(Range) function.
However when the filter is applied ...
0
votes
1answer
131 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
0answers
210 views
Fetching crosstab generated subtotal column in a formula field in Crystal Reports XI
I had a slightly similar issue which you have addressed. Please allow me to first explain where I am stuck.
I am having product wise sales belonging to a group over 5 years, wherein the years are ...
0
votes
1answer
74 views
Ruby and a Math Problem
Let's say I have to have a cart with a subtotal of 1836.36. I must achieve this exact amount by adding up several products from a list with a range of prices.
Say, I have a few products at 9.99, ...
0
votes
1answer
77 views
how to sum and subtotal by project code in vs 2005 reporting service
I need to display the sub total for each project code as follow.I am using the VS2005 reporting service. I am new to RS. Any help would be appreciated. Thanks.
Code EmployeeName Projectcode Salary ...
0
votes
1answer
39 views
How do I access subtotals from a pivot?
I've got a pivot with an average value and I need to be able to access it in another spreadsheet, how can I do this? It seems like I cannot access any subtotals.
Heres the value of the cell:
...
0
votes
1answer
671 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
0answers
417 views
MySQL-PHP Query - SUM subtotal and Total - Correct way to approach…?
I have three tables - players, round_one and round_two. In my query, I have SUM functions for pulling out point totals from round_one and round_two, and some other info pulling from the players table.
...
0
votes
0answers
69 views
SQL Server Reporting
I have a Matrix style report that I have created and it is currently displaying a total count of items for a series of companies throughout a 12 month period.
[Company1] [Company2] ...
0
votes
1answer
716 views
Total of GroupSummary to TotalSummary in DevExpress
In my ASPxGridView,
I getting total simply IPOTEK column in footer with this code;
<TotalSummary>
<dx:ASPxSummaryItem FieldName="IPOTEK" SummaryType="SUM" ShowInGroupFooterColumn="IPOTEK" ...
0
votes
0answers
822 views
JasperReports Table Component - How to do subtotals/grand totals?
I'm using iReport 4.0.2 and am trying to use the Table component. I'm pretty familiar with subreports, and know how to pass parameters from the master report to subreports and back for subtotals and ...
0
votes
1answer
305 views
Two questions about my SQL script. How to add subtotal/total lines, and a sorting issue
I have some T-SQL that generates a nice report giving a summary some stuff by month.
I have 2 questions, is there a way to get the to sort the months by calendar order, not by alpha? And, what i ...
0
votes
1answer
1k views
Forming SQL Query for Detail and Subtotals (MySQL)
I have a common SQL task but can't find a clear path to the solution. I have a table, downloads with the columns, download_date, image_file_id, credits. What I want at the end is the detail, plus a ...
0
votes
1answer
831 views
Problem sub-total Matrix with rdlc report in vb.NET
I have a matrix and I need to add the money earned this year and past years. However, I must remove the money spent in past years. I must have the separate amount per year and the total of these ...
0
votes
1answer
598 views
Reporting Services Matrix format different between Visual Studio and Report Server
I'm having a problem where in the local project preview tab (and when "running" the report from visual studio) both are corrently formatting. However, after deploying to the report server, the ...
0
votes
2answers
581 views
update a field based on subtotal from another table
I'm using oracle(10).
I've got two tables as follows:
Table1 (uniq rows):
ID AMOUNT DATE
Table2:
ID AMOUNT1 AMOUNT2 ...AMOUNTN DATE
Table2 is connected many to one to Table1 connected ...