Tagged Questions
The total tag has no wiki summary.
9
votes
3answers
1k views
Total number of Facebook Likes for entire domain
Is there a way that I can retrieve the total number of Likes for my entire website for the day?
Essentially, I'd like to display the total number of Like for each blog post that day.
4
votes
3answers
251 views
How can i count this variables in my DB?
Colud you please help me about this problem ?
I have 4 variables
XTSM is between 0~200
XTS is between 0~2
XRX is 0~3
XHAN is 0~7
ZHTYPE is one of these : (1)TCHF_HLF (2)TCHSD (3)TCHFULL
they ...
3
votes
5answers
98 views
LINQ C# Group by
I would like to group my LINQ query by ItemNumber and return the whole table with the total for Quantity.
Example:
ItemNumber - ItemName - Quantity
100 Item1 1
150 Item2 ...
3
votes
1answer
439 views
XSL Conditional Totalling
Is it possible to perform conditional totalling in xsl?
I have the following xml sample:
<?xml version="1.0" encoding="utf-8"?>
<export>
<stats set="1">
<columns>
...
2
votes
1answer
70 views
Update the rank column based on the total of a group
I wrote the following code in SQLite:
CREATE TABLE payments (
customerNumber REAL NOT NULL,
checkNumber TEXT NOT NULL,
paymentDate TEXT NOT NULL,
amount REAL NOT NULL,
rank REAL default 0,
...
2
votes
2answers
74 views
safe Iterator.max
Is there a library that offers a function like Iterator.max, but that returns an Option[A] rather than an A to account for possibly-empty iterators? Alternately, is there a library that offers a class ...
2
votes
5answers
115 views
Conditional sum in SQL Server
I have this table in MSSQL:
ID OP1 OP2 OP3
330 0 0 1
331 1 0 0
332 3 2 0
OP's are options. There can go from 1 to 9, 0 means that question was not answer.
How can i ...
2
votes
3answers
92 views
SQL Server 2005, counting totals
I would like to know how to query a database whereby I can return two sums, the first being the total number of inspections, then a total for each inspector ie, Joe has done a total of 4 inspections ...
2
votes
1answer
1k views
Ghostscript pdf total pages
I'm using Ghostscript library API (wrapping from C#) to print PDF documents from my application.
With the '-dFirstPage' and '-dLastPage' parameters i'm able to select page's interval to be printed, ...
2
votes
2answers
202 views
SQL Running Total using CROSS JOIN
Need running total of a table based on date and another column. Say I have the following table called Sales:
Day Client
1 Smith, J
3 Johnson, B
6 Fuller, A
7 Smith, ...
2
votes
2answers
588 views
T-SQL select sum of Two integer column
I have two columns Val1 and Val2 as int in SQL Server 2008
When I select Tot = Val1+Val2 from Table, I get null as Tot
How do I get total of two int columns selected?
Many thanks.
2
votes
1answer
461 views
I would like to combine ROLLUP with PIVOT - is that an option?
I have been using
SELECT
Author,
ISNULL(MAX(CASE Status WHEN 'Duplicate' THEN NumDocs END),'') AS Duplicate,
ISNULL(MAX(CASE Status WHEN 'Failure' THEN NumDocs END),'') AS Failure,
...
2
votes
2answers
50 views
How can I aggregate the # of seconds in a query result?
I have an Oracle 10g table that contains a # of log records. This table collects data from an environmental recording device that creates a log record every 15 seconds when it is running.
I want to ...
2
votes
1answer
445 views
How do I add totals/subtotals to a set of results without grouping the row data?
I'm constructing a SQL query for a business report. I need to have both subtotals (grouped by file number) and grand totals on the report.
I'm entering unknown SQL territory, so this is a bit of a ...
2
votes
4answers
224 views
Can Visual Studio (should it be able to) compute a diff between any two changesets associated with a work item?
Here is my use case:
I start on a project XYZ, for which I create a work item, and I make frequent check-ins, easily 10-20 in total. ALL of the code changes will be code-read and code-reviewed.
The ...
2
votes
1answer
606 views
In need of help - - Total of rows and columns of a table
Found the answer. Take a look if you're interested.
Changed my approach to completing this project.
Need to be able to calculate rows to "Total" on the right hand side and the columns to "Daily ...
2
votes
1answer
4k views
Get the total number of nodes and counting nodes
Is it possible to get the total number of XML nodes?
Also, how does one do a for-statement with XSLT?
1
vote
5answers
94 views
Python - Loops and totals
basically in Python I am trying to write a program to draw a histogram of the lengths of words present in a list, so far I am up the stage of increasing the number of words present of a certain length ...
1
vote
2answers
49 views
Get total from amounts in rows MySQL PHP
I'm working on a lottery system for my game and i'm having issues with the total pot size
current progress: http://playsilab.com/lottery
Anyways, what i'm doing is having it so a user will buy a ...
1
vote
4answers
132 views
Hand of cards: Total value (Java)
I am currently working on a hand of cards class that uses enums that requires me to add methods that:
Add cards into the hand
Calculate the total value of all the cards currently in the hand (so if ...
1
vote
4answers
269 views
Sum of two input value by jquery
i have a code :
function compute() {
if ( $('input[name=type]:checked').val() != undefined ) {
var a = $('input[name=service_price]').val();
var b = $('input[name=modem_price]').val();
...
1
vote
4answers
250 views
Can I use radio buttons/checkboxes in place of textboxes in a Javascript calculator?
I have a Javascript calculator in which users can enter quantities of products/features, and it will multiply the quantity by the set price. Then, the result shows in a textbox below. My 2 questions ...
1
vote
3answers
208 views
Running total in C
I'm new to StackOverflow and I had a simple question.
I'm writing a program that accepts strings and numbers.
I used fgets to take care of the strings part.
Summary(view previous edits if you want ...
1
vote
1answer
86 views
SQL Counting Records with Count and Having
I'm having problems with what I thought was a simple query to count records:
SELECT req_ownerid, count(req_status_lender) AS total6
FROM bor_requests
WHERE (req_status_lender = 0 AND ...
1
vote
2answers
2k views
Android: How do you get internal Total/Available memory?
There's a difference between RAM memory and internal flash memory right?
I can get RAM memory by:
cat /proc/meminfo
However, I am not sure how to get Flash memory information.
I think I know how ...
1
vote
1answer
266 views
SINGLE Invoice for 2 or more orders in magento
It is possible to make an invoice for 2 or more orders at the end of the month? I can see only to option to make invoice for every order.
If not, I'm looking for an extension to calculate the total ...
1
vote
2answers
2k views
Android How do you get total memory RAM in the device?
I can get total available memory by:
ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE);
MemoryInfo memoryInfo = new ActivityManager.MemoryInfo();
...
1
vote
2answers
466 views
VB.net 3.5: How do i calculate a running total number of Click events a button has recieved over the course of the runtime
I am scripting a VB project for class and need to figure out how to calculate a running total number of Click events a button has recieved over the course of the runtime. The project is supposed 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
1answer
124 views
How to make a total and Grouping a report
Using Crystal Report 8.5
Generating a report from table1
My Crystal Report Output
ID Name Date Totaltime
001 Raja 23/02/2009 08:00:00
001 Raja 24/02/2009 10:00:00
001 Raja 25/02/2009 09:00:00
...
1
vote
6answers
944 views
C# enum addition
greetings, i have the following enum:
public enum LegalShipTypes : byte
{
Frigate = 1,
Cruiser = 2,
Destroyer = 3,
Submarine = 4,
AircraftCarrier = 5
...
0
votes
1answer
77 views
MDX: using distinct count in YTD for calculated member
I have created new measure that counts distinct policies (this measure is called FK Policy Distinct Count).
Then I created new calculated member called CountPolicyEndorsesNull which counts all ...
0
votes
3answers
54 views
How do I calculate group total?
I have a query which returns the below from joining two tables:
+---------------+-----------------+
| Type | Price |
+---------------+-----------------+
| Music | 19.99 ...
0
votes
0answers
144 views
iReport group totals not working
I had a working version of an iReport version 4.1.3 which had the needed percentages, totals, averages and counts within text. The report and totals/calculations did work correctly for this report. I ...
0
votes
2answers
42 views
SQL daily sum report
I have two tables, one is income which consists of ID, income_amount and date
the other is expenses which is ID, amount_spent and date.
I'm trying to display a table with three columns the daily ...
0
votes
0answers
27 views
JpGraph: Total of the histogram bars is not equal 100%
I'm using JpGraph and BarPlot to get my output. I want to display my info in percent (%) but only as integer value. Unfortunately in some cases the total of the rounded values does not make a total of ...
0
votes
1answer
146 views
How to get total records count of posts for particular date
I want to get the total record count of posts for a particular search term, and a particular date.
(I want to get the total record count for the last 3 days, individual for each day.)
For example, ...
0
votes
0answers
38 views
get Total results from facebook api [closed]
Possible Duplicate:
How to get total records count of posts for particular date
I am using facebook api [graph api] to retrieve posts from facebook.
Is that possible to get the total number ...
0
votes
1answer
43 views
How to fill a single textview with the total sum of a db column using contentprovider
What a question!
To describe it more clearly:
I'm using fragments and my target is to have a TextView that shows the total sum of a database table column. This total sum should be updated everytime ...
0
votes
1answer
113 views
Joomla VirtueMart: Show Shopping Cart Total in Template
Simple question but cannot find an answer in Google, I would like to show the Shopping Cart total in within the template of a Joomla website.
Do I have to query the database and calculate myself, or ...
0
votes
1answer
96 views
Access Report - Can't add a sum for a calculated currency column
I've generated a simple access report that is used for purchasing.
Basically, there are two tables, one for purchase orders, and one for the items on the purchase orders.
For the items on an order, ...
0
votes
3answers
88 views
How to calculate hour:minutes from total minutes?
For example i have 525 minutes, if we will divide it by 60 the result will be 8.75
But 1 hour have only 60 minutes not 75
How can i calculate the exact hour:minutes from total minutes?
0
votes
0answers
79 views
calculate total of dynamic form rows
I have a form with a dynamic add row button. One of the fields it adds is price array
name="price[]"
the data is entered in to the text field like £100 or left empty.
At the bottom of the form ...
0
votes
0answers
42 views
How do I view number of LIKEs on each article page of my site?
I am running a popular wordpress blog and on my site I have thousands of articles. On each article I have Facebook Like button. I know that each article has many LIKEs but it is a pain if I want to ...
0
votes
0answers
211 views
How to calculate percentage row in SSRS Tablix?
I am using SSRS 2008 and trying to calculate the following percentage in my tablix:
sum(Fields!Last14Days_Ct.Value) / countdistinct(Fields!Client.Value)
So Last14Days_Ct can be = 1 or 0. I want to ...
0
votes
1answer
17 views
Sort Report table by totals
I have built a report with a table. It looks very much like the table in the following link (last figure, before "Next Steps").
Microsoft Tutorial: Adding grouping and totals
I have turnover values ...
0
votes
1answer
44 views
want to add all Equipment prices
A Django newbie here . Working on an django app which can store equipments.
class Equipment(models.Model):
price = models.DecimalField(max_digits = 12, decimal_places=2)
I wanna add All ...
0
votes
2answers
90 views
jQuery - Getting total depending on which checkboxes are selected
I have a series of checkboxes that represent various food items. I would like to create a subtotal depending on what the user selects. I have been looking through the jQuery documentation and I see ...
0
votes
2answers
63 views
How to use date as a criteria in SUM or sumif function
I have two columns
Amount Date
100 01/01/2000
2000 01/12/2002
2000 02/02/2005
150 03/02/2000
250 05/03/2002
350 04/05/2006
I need result as follows
Total ...
0
votes
1answer
58 views
How do I determine my total app users from a specific country?
I want to find out how many app users I have from a specific country. I know insights will show me how many users I have in each of my top twenty countries, but does anyone know how to find out your ...