A cross tab, also known as a "pivot table", is a method of summarizing data in tabular form. Typically, these have a category column in the left hand side, and multiple summary columns to the right. Each different category will have its own row.
3
votes
0answers
20 views
summary {Hmisc} drops category?
I am trying to get a crosstab with percentages from this file using Hmisc. But why is summary() dropping a category ("OTHERS") from the variable OCCUPATION?
library(Hmisc)
summary(ID ~ OCCUPATION, ...
1
vote
2answers
31 views
Sum by month and put months as columns
Background
I have time series data on a monthly basis and I would like to sum values for each ID, grouped by month and then have the month names as columns rather than as rows.
Example
...
7
votes
1answer
86 views
+100
Row Percentages in crosstable generated from summary() from the Hmisc package
I have been trying to learn to use the summary()-function from the Hmisc-package to generate crosstables that include chisquared tests. With help from this board I'm almost there. I just can't figure ...
0
votes
2answers
30 views
Find window previously opened by window.open in new tab in chrome
I have the following code (from related) that works for finding a reference to previously opened windows and closing them.
var playerUrl = 'http://my.player...';
var popupPlayer= window.open('', ...
2
votes
2answers
32 views
TSQL - Unpivot multiple columns
How can I unpivot multiple columns in "one"?
Right now I have an unpivot for each column but this creates a lot of empty rows.
See the screenshot please.
At the top you see the input data. At the ...
1
vote
2answers
60 views
SQL: Turning Rows into Columns for Variable Number of Rows
I have two tables whose simplified structure looks like this:
RESPONSES
id
created
ACCESSORY VALUES
id
response_id
sensor_id
value
I want to create a view that flattens all accessory values for a ...
0
votes
0answers
15 views
Cognos Powerplay 7.4 crosstab and graph
I have a problem trying to format a Cognos Powerplay Reporter report with a crosstab and graph on the same page.
When I design the layout using "Page Layout" mode I place the crosstab and graph where ...
0
votes
0answers
55 views
How to get the Sum in Cross tab in Crystal reports
I am using Cross tab in Crystal Reports for getting dynamic generation of rows and column.
And i need the total summary in the summary field.
I am not able to find the sum function there. I am ...
0
votes
1answer
41 views
Crystal Crosstab Embedded Summaries in V11?
I can't believe I am having such difficulty finding the answer to what I believe is a simple question.
I have a crosstab report which has
Pivot ColA ColB
PivotC1 <cellA1> ...
0
votes
2answers
31 views
Using a multi-dimensional form to insert data in access
I'm having a rough time creating an ms-access form for my client.
Here's the thing: every 3-4 years, my client receives a .pdf from the government and needs to insert that data into their database.
...
1
vote
1answer
49 views
Access Crosstab subtotal columns
I have a following question regarding crosstabs in Access:
How do I create a subtotal columns?
What I want to see as a result of the query is this:
Nov 2010 Dec 2010 2010 Total ...
-4
votes
0answers
51 views
Pentaho cross tab reports-how to create one like this? [closed]
How to create a cross tab report in the following format with pentaho report designer 3.8 ?
-1
votes
0answers
60 views
Crystal Reports Crosstab Percentage calculation - one Total compared with a different total
I'm attempting a basic crosstab report in Crystal. The crosstab wizard gives me 90% of what I need for this report. The remaining 10% is a calculation of percentage based on two of the totals.
...
0
votes
1answer
86 views
Crystal Report Crosstab Calculations
In my crosstab, I am trying to add a summarized field that will take two other summarized fields and create a percentage based off of those.
One field totals all of the appointments for a provider ...
0
votes
0answers
48 views
Cross tab report in Crystal Report
I am quite new to cross tab type reports in crystal report and I want to show multiple users multiple details.
So that I have columns as username and row containing details of the same.
Like:
...
-1
votes
2answers
221 views
crosstab report how to calculate specific columns values and subtract from row total
am stuck at a point that in Crosstab report, i need to have sum of only two column's value and subtract the total by the value what should i do?
as in below,
Product 1 Product2 ...
-1
votes
1answer
32 views
Cross tabulate using mysql and draw result in php [closed]
Any idea how to best query and output from this
name marks
A 36
B 56
C 76
A 86
A 66
B 76
To this?
Result is
A B C
36 56 76
86 76
66
..using php?
0
votes
1answer
68 views
Jasper Report Date Format
In Jasper Reoprt, crosstab, I have displayed my date as like "2012-09-13". Is there a way to display it in reverse as "13-09-2012" using any String methods? And another thing is that I retrieve the ...
0
votes
2answers
86 views
Oracle SQL creating crosstab using merge
I need help creating crosstab.
I was told that it can be done using Merge statement, but I feel quite confused about it.
Maybe someone had expirience in using merge statement to create crosstab.
Here ...
1
vote
0answers
63 views
Two columns at the same group level Birt Report
I am trying to develop a report that looks something in Birt along the lines of
-------------------------------------------------------------------------------------
| ...
0
votes
1answer
71 views
SQL Query to retrieve table value as column
I have a table view as below:
(SELECT * FROM session_log_detail)
![Raw Data from table session_log_detail][1]
attr_name attr_value timestamp
A 123 1:20:45
B ...
0
votes
1answer
157 views
Pivot Table for Java applications [closed]
I'm having some difficulties to find a good Pivot Table library for Java applications ...
I need something like the Excel's Dynamic cross tables ...
Screenshot : http://hpics.li/cd6d535
I already ...
1
vote
1answer
134 views
I need to know how to create a crosstab query
I need help creating the below results. I thought of a sql pivot but I don't know how to use it. Looked at a few examples and cannot come up with a solution. Any other ideas on how to accomplish ...
0
votes
1answer
93 views
Convert Ms Access cross tab to SQL Server [closed]
How can I convert this access cross tab query to SQL Server?
TRANSFORM Sum(q_BILLINGDATA.Total) AS SumOfTotal
SELECT q_BILLINGDATA.[ICP Contract Join: ICP Contract Join Name]
FROM q_BILLINGDATA
GROUP ...
1
vote
1answer
114 views
PostgreSQL & regexp_split_to_array + unnest
I've that kind of string
Test 1|new york| X, Test 2| chicago|Y, Test 3| harrisburg, pa| Z
My required result it's
Column1 Column 2 Column3
Test 1 new york X
Test 2 chicago ...
0
votes
0answers
72 views
I just added a Top N to a Cross Tab in Crystal Report but my summarized field does not show the Top N results
Here are some details:
I want my cross tab to show the top 5 results of all of the invoices that came in last month.
My cross tab shows: Row - Account Name and Summarized Field: Sum of Invoice ...
1
vote
2answers
139 views
Merge several columns from two tables into one rows for id in the former table each
If there are a table A and table B. The structure of them are below:
A :
id
1
2
B:
col_1 col_2
m q
n w
How Can I get the results of C which is below by SQL?
id ...
6
votes
2answers
216 views
Dynamic alternative to pivot with CASE and GROUP BY
I have a table that looks like this:
id feh bar
1 10 A
2 20 A
3 3 B
4 4 B
5 5 C
6 6 D
7 7 D
8 8 D
And I want it to look ...
0
votes
3answers
42 views
SQL query to transform combination of values into a column
I have a table like this:
user_id, gender, sent
1 M 100
1 F 120
2 M 20
2 F 30
I want a table like this from the above:
user_id, male_sent, ...
1
vote
3answers
98 views
Pivot on Multiple Columns using Tablefunc
Has anyone used tablefunc to pivot on multiple variables as opposed to only using row name? The documentation notes:
The "extra" columns are expected to be the same for all rows with the
same ...
0
votes
1answer
479 views
Crystal Report cross-tab row column cannot grow
I have been using cross tab Crystal report to generate the subtotals to Analyse which company use less cost for purchasing materials. Due to the software constraints provided by Crystal Report, ...
1
vote
2answers
65 views
Crosstab query in PostgreSQL
I would like the result of this query in a crosstab:
SELECT district, sex ,count(sex)
FROM table1
GROUP BY sex, district
ORDER BY district;
district | sex | count
---------+-----+-----
dis_1 | M ...
0
votes
1answer
247 views
Jasper Report: List as Cross Tab column
Is there a way I could use a parameter of List as my crosstab column?
0
votes
1answer
108 views
Crosstab query with selected range of copyright year as column heading
This is another question that is related to my previous post at my post here but with different problem.
In my previous post, I ask on how I can create a crosstab query that will output a column ...
0
votes
2answers
66 views
How to perform Fisher test in every subgroup
I have a dataframe with following data:
age.cat ds.cat finalstate
<65 AGN dead
<65 AGN alive
<65 PC alive
65+ AMI alive
65+ PC dead
<65 AMI ...
0
votes
0answers
61 views
Is it possible to have sub columns under a column group in crosstab?
Is it possible to have sub columns under a column group in crosstab. I would like to create a report similar to the following,
_______________________________
| Group Column1 | Group Column2 |
| ...
0
votes
1answer
43 views
Can i do this Report withe BIRT
I am new in BIRT and i try to do a report from a DB , This is a overview of my DB, in the end I want to have something Like this for one person it's possible or not?
0
votes
0answers
244 views
Crystal Reports Crosstab layout row/column help please
I need to control the layout of a crosstab report. I have a group of financial amounts by year, funding sources that the amounts are grouped by and some other financial conditions for the funding. I ...
0
votes
0answers
158 views
crosstab in jasperreport with large buckets
I am working on cross tab where there are number of row groups(10), some column group(1) and some measures(10).The cross tab is working when i limit the number of rows to 5000.But as i am increasing ...
0
votes
1answer
190 views
supress zero rows in crosstab crystal reports
I have crosstab looks like this
Jan Feb
Emp1 500 600
Emp2 600 700
Emp3 0 0
I want to hide the row3 as it has zero values. I have ...
0
votes
0answers
249 views
Repeat Row Headers Across Multiple Columns using cross tab on crystal reports
I need to produce a Crystal Report with multiple data columns on multiple rows on cross tab, but need to show row headers as well.
e.g.
Summary
col1 col2 col3
...
0
votes
0answers
92 views
Adding totals to last column and rows in crosstab sql query?
I have written query like -
TRANSFORM Sum(Purchases.[Quantity]) AS SumOfQuantity
SELECT Purchases.[Dated], Sum(Purchases.[Quantity]) AS [Total]
FROM Purchases
INNER JOIN Products ON ...
0
votes
0answers
61 views
How to convert this MS Access Crosstab to MySQL
Can anyone show me how to convert this MS Access SQL Syntax to MySQL Syntax:
This MS ACCESS:
TRANSFORM Last(student_checklistdocs.[DateSubmitted]) AS LastOfDateSubmitted
SELECT ...
1
vote
1answer
295 views
Displaying a Crosstab Query with a Parameter as Subform Source Object
Ok Access 2010 here.
I have a crosstab, lets call it "TestCrosstab," that has a parameter to access a form control in the query it uses as a reference. It looks like this:
PARAMETERS ...
2
votes
2answers
68 views
Converting (cross) table into list view [duplicate]
In the past I asked a question about how to create cross tables from a list view. I was recommended to use xtabs for this, which works great. Today, I have been searching to do the reverse and create ...
2
votes
1answer
427 views
Display data from multiple rows in a single row with multiple columns
I have a PostgreSQL database of some records with timestamps.
Is there simple way to collect data in window during some time (e.g. one month, using PRECEDING and FOLLOWING expressions) and then ...
0
votes
0answers
24 views
Dynamic Crosstab
I have the following query in SQL Server 2008:
select StrategyName, s.StrategyID, TemplateName,ParamName,
case when spv.StringValue is not null
then convert(varchar, spv.StringValue)
...
0
votes
1answer
66 views
Returning 0 value with COUNT(*) in postgres with multiple subcategories
I'm having trouble getting COUNT(*)=0 to show up in columns. This question has been addressed on some level here: how to make this query also return rows with 0 count value?
...but I'm having ...
2
votes
1answer
137 views
Postgres - Crosstab maybe?
I have a table A with 3 columns-
date | type | value
_________________________
2012-01-01 | 1 | 100
2012-01-01 | 2 | 200
2012-01-02 | 1 | 200
2012-01-02 | 2 | 300
2012-01-03 | 1 ...
0
votes
0answers
102 views
DynamicJasper Crosstab XMLDatasource issue
I'm using a CrossTab with a XMLDataSource but it remains empty after running it. What is wrong?
Maybe the Crosstab could not access the XMLDataSource. I tried mostly each combination of
...



