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.
0
votes
0answers
40 views
OWC pivot table exports to picture when height is larger than the control size
I am using a OWC (Office Web Component) pivot table control (ActiveX) in a WPF application(the AxPivotTable control is hosted by a WindowsFormsHost control). Now I am having a problem printing it: ...
0
votes
0answers
98 views
vba code review, need to make code better [closed]
Can someone please help me make my code better. The code is create a report from excel generated via Oracle db. I have code that I am repeating to add rows to pivot table and to turn sub-total off as ...
2
votes
0answers
336 views
Duplicate values in pivot table filter list
I have a rather large filter table derived from a table containing thousands of entries. This uses calculated values for fault diagnosis and for assessing the system availability.
I am trying to ...
0
votes
0answers
177 views
update pivot table in case of many to many relation laravel4
I have started working with Laravel4 recently. I am facing some problem while updating pivot table data, in case of many to many relation.
The situation is:
I have two table: Product, ProductType.
...
1
vote
2answers
269 views
VBA cannot display pivot table
I am trying to automate a report. The first step is to create a pivot table, and I think the pivot table is being created but I cannot view it on the sheet.
Sub CurrentPipelineView()
Dim pt As ...
2
votes
1answer
196 views
Excel PivotField Orientation is wrong?
I'm using Excel 2010 and writing a VBA function to automatically format various metrics in a pivot table as it is changed by the user (so that formatting is preserved when they add/remove fields). ...
13
votes
2answers
652 views
Pandas Pivot tables row subtotals
I'm using Pandas 0.10.1
Considering this Dataframe:
Date State City SalesToday SalesMTD SalesYTD
20130320 stA ctA 20 400 1000
20130320 stA ctB ...
2
votes
1answer
190 views
Excel: max() of count() with column grouping in a pivot table
I have a pivot table fed from a MySQL view. Each returned row is basically an instantiation of "a person, with a role, at a venue, on a date". The each cell then shows count of person (lets call it ...
3
votes
2answers
94 views
MySQL column names as field names for a many to many relationship with a junction table
bit of a complicated one here. I've been looking around at a way to use results as column names, and whilst it seems possible, all the examples I've found use a very simple table design.
What I've ...
-1
votes
1answer
379 views
using dynamic sql in c# code in visual studio
I am developing a application in which i need to generate reports based on in and out entries of employees.
I dont have experience with database related applications using dynamic queries.
In this ...
0
votes
0answers
482 views
VBA Code to update all Excel pivot table filters does not work on a Mac
I've created a set of pivot tables in MS Excel 2007 - all of the pivot tables are derived from the same data table. I have VBA code on each worksheet that will update all pivot table filters with the ...
0
votes
1answer
58 views
SUM with a pivot to calculate overall score
From another question I got this query to get my scores summed up properly:
SELECT callSign,event, SUM(score)
FROM scores LEFT JOIN candidates
ON scores.candidateID=candidates.id
WHERE ...
0
votes
1answer
863 views
excel pivot table - multiple columns
I'm trying to create a pivot table in Excel using the following data:
The end result I'm trying to come up with (using the pivot) is a summary like this:
However I can't figure out how to get ...
0
votes
1answer
245 views
Creating Pivot Table in Excel using Open XML and C#
I used store a data into the DataTable and wants to create a Pivot Table using this data.
I have gone through many posts and also read the Microsoft's documentation on creating Pivot table through ...
3
votes
0answers
152 views
Export pivot table to excel gives error: missing tag row (with an unwanted tag INSERT)
I am building a WPF application which uses OWC pivot table to display some data. When I click the built-in button to export the pivot table to excel, it writes to the log file with such error message: ...
0
votes
0answers
121 views
OWC Pivot Table export to Excel gives error with empty log file
I am designing a pivot table using OWC, the data source is from our internal data so there is no DB connection related to the pivot table directly. We just simply set pivotTable.Datasource = ...
-1
votes
2answers
618 views
Unable to copy data to temporary table using select statement in sql - server 2008
I am copying the data to temporary table using select statement which produces the result of pivoting.
My procedure is:
alter procedure proc11 AS
create Table #Temp (Software varchar(max), Ver ...
0
votes
1answer
318 views
Storing records to temporary table inside dynamic query when using Pivot.
I am new to sql programming.
I want to store the records returned as result set from the pivot query.
Pivot's columns are selected dynamically.
My query is:
declare @cols nvarchar(max)
set ...
0
votes
1answer
187 views
How to write select query in “in” clause of pivot table?
Hi I am new to Sql Programming.
I have a table "Temp" having two fields "Name" & "Software"
I am pivoting a table that displays the name and number of versions of software to him.
My query ...
0
votes
0answers
189 views
Combine three pivot tables into one pivot table excel 2013
I have almost three identical pivot tables, that contain the count of each category in a database. What I want to know if there is a way to combine all of these tables together.
So for example:
...
0
votes
0answers
564 views
Weighted Average in Excel 2010 Pivot Tables without creating new Field?
So I'm hoping it's possible to get custom calculations into Subtotals somehow. Let's say this is what I'm getting right now:
Location Tons Quality1 Quality2 Quality3 Quality4
1 ...
0
votes
0answers
81 views
Combine three pivot charts into one
I have three pivot charts, that contain how many quotes there are in a database under each category.
What i want to do is combine all of these pivot charts into one pivot chart. So in the end i can ...
0
votes
0answers
94 views
How to combine different pivot tables excel 2013
What i have is three different pivot tables in one spreadsheet, each of these tables have a pivot chart linked to them, and the tables are all laid out like this:
Category|Count of id
What i want is ...
-1
votes
1answer
237 views
Pivot table strings grouping under pivot column?
JOB ENAME
-------- ----------
ANALYST SCOTT
ANALYST FORD
CLERK SMITH
CLERK ADAMS
CLERK MILLER
CLERK JAMES
MANAGER JONES
MANAGER CLARK
MANAGER BLAKE
PRESIDENT ...
0
votes
1answer
184 views
How to sum the pivot item data based on condition using Excel VBA
ParentName Designation offsite onsite total
ASP ASE 1 1
SE 2 2 4
ITA ...
0
votes
0answers
63 views
Change reportfilter pivot table
Hope somebody can help me out here. I want to change the reportfilter in a pivottable to a predefined number of months by using VBA. In range I3:I14 on sh1 the months are reflected (if the current ...
0
votes
1answer
1k views
Excel 2010: How to change pivot table source data without disconnecting slicers?
I have researched like mad about this, and I'm worried there isn't an answer. But maybe the really smart people on this site can help.
I have two workbooks that work together - Charts.xlsm and ...
0
votes
2answers
280 views
Issue with vba creating a pivot table, is this an excel version issue?
Quick one, got the following code which goes and creates a pivot table based on a data collection "Data". I run this on the PC that it was created on which runs Excel 2013 without an issue however ...
0
votes
1answer
534 views
Qlikview Calculated Fields with Load Script
I am currently using the following calculated field in a Qlikview pivot table.
=if([Event Type] = 'PO',date(MonthStart([EvtDt.Date Code]-15), 'YYYY-MMM'),if([Event Type] = ...
0
votes
1answer
120 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
81 views
In mysql how do I query at, above, and below values for each score across multiple tests? Bonus points if there is calculated percentile rankings
tbl Scores: (csv; i dont know how to format a table schema on here)
test_id, student_id, score
1, 1, 75
1, 2, 84
1, 3, 60
2, 1, 82
1, 4, 90
1, 5, 75
2, 2, 70
2, 3, 90
2, 5, 76
...
2
votes
2answers
373 views
SQL - Pivot table and group by not working
I have a table as follows:
Product #users Date Count Type
prodA 29 2013-02-27 113 Document
prodA 31 2013-03-02 152 Extraction
prodB 17 ...
1
vote
2answers
152 views
Display field in slicer in powerpivot
I have a slicer which has value 'A' and 'B'. can I change it in a way that, wherever it is 'A', should display 'Apple' and 'B' should display 'Banana' without doing any changes in my database tables.
0
votes
2answers
82 views
How can I do the equivalent of a COUNT/GROUP BY in Excel?
I have a table in an Excel spreadsheet. I'd like to get the equivalent of doing something like
SELECT col1, COUNT(col1), COUNT(col2)
FROM table
GROUP BY col1
in SQL. I was trying to use Pivot ...
0
votes
2answers
516 views
Excel , how to find highest column value for a given value from another column
country Initiative 1 Initiative 2 Initiative n Week
Country 1 Status 1 Status 1 Status 1 1
Country 2 Status 2 Status 2 Status 2 1
...
0
votes
1answer
158 views
PivotGrid implementation in asp.net WebForms or MVC3 application
Is there any way i can implment PivotGrid features in asp.net webform or in ASP.NET MVC3 application. I can not use DevExpress, Telerik or any other 3rd party tools, as they are licensed veriosn. Do ...
0
votes
0answers
371 views
Pivot Table - Select value with macro in excel 2007
I have a Pivot Table in which i set a Field with a macro:
ActiveSheet.PivotTables("Pivot").PivotFields("Kreditlimit").CurrentPage = _
kreditlimit ' kreditlimit = 70.000,00
...
2
votes
1answer
616 views
VBA create a version 10 pivot table in an xls file via Excel 2007
I need to create xlPivotTableVersion10 pivot tables (Excel 2003 compatible) via a macro that I run on my computer which has Excel 2007 on it.
I run the macro from a a source file. I have another file ...
1
vote
0answers
220 views
Color Points (Bars) in Pivot Chart based on Row Labels (Axis Fields)
I'm trying to automate a process that so far I have been doing manually in Excel 2010. I create Pivot Charts often. One of the series on these charts is displayed as bars. I change the fill color ...
0
votes
1answer
147 views
Dynamic range for Linked Excel Object/range in Word
I have a Excel Pivot table linked my Word report.
The Pivot table will growth when getting more data. However, when the Pivot table size change, it doesn't be reflected in the Word file. The word file ...
1
vote
1answer
642 views
Ordering issue with date values when creating pivot tables
I have a 2-column spreadsheet which contains Dates and Sales figures as follows:
When doing Right click -> Format Cells the values in the Dates column properly appear as Date (in the M/D/YYYY ...
0
votes
0answers
91 views
When does excel “PivotTable” build?
PivotTable makes me confused.
I put the result from Database to excel table by using win api like...
Sheet.Cells[loc_BeginRow, 1].CopyFromRecordset(SQLResult);
It can work, but its efficacy is not ...
2
votes
0answers
242 views
Excel 2013 Pivot table won't change current page until navigated to manually
We have a little piece of VBA code that worked perfectly for ages. It was essentially:
Me.PivotTables("APivot").PivotFields("AField").CurrentPage = "Some text"
This worked until Excel 2013, where ...
0
votes
0answers
81 views
Is there any Pivot Grid like control for Android? [closed]
In .net there is an control called pivot grid control provided by Devexpress which renders the data in the form of table. Likewise in android is there any third party control which can accomplish the ...
2
votes
1answer
556 views
Dynamic Pivot Columns in SQL Server
I have a table named Property with following columns in SQL Server:
Id Name
there are some property in this table that certain object in other table should give value to it.
Id Object_Id ...
0
votes
0answers
224 views
treeview of parent/child data in Excel by Pivot table
I have some data with the following structure:
child ID, parent ID
923, 256
256, 723
592, 256
In this example dataset, 723 is a Root.
Now I want to know if I could use pivot table to demonstrate ...
1
vote
1answer
191 views
Can I filter the same data differently in two columns in an Excel pivot table?
I've created a pivot table that lists the number of cases submitted by a series of locations.
Consider:
Location A 100
Location B 10
Location C 1000
TOTAL 1110
Our ...
2
votes
1answer
78 views
PivotTable with a known number of columns
I have a table that looks like this
OutputTablesID Label ColumnOrder
236 text 1
236 text 2
236 text 3
. . ...
0
votes
0answers
64 views
How to get at pivot table for each group the avrage points' sum of all the users in each group?
I'm sorry to ask somthing that is so simple, but I tried realy hard to make my best search query, yet all got me unrelated answers.
It's simple, I have few regions, at each region there are few ...
0
votes
3answers
115 views
sql server query - pivot after n columns
I have a table with N Columns:
TABLE:
TB_SAMPLE
COLUMNS:
VALUE_A
COUNT_A
VALUE_B
COUNT_B
VALUE_C
COUNT_C
VALUE_D
COUNT_D
VALUE_E
COUNT_E
VALUE_F
COUNT_F
VALUE_G
COUNT_G
VALUE_H
COUNT_H
VALUE_I
...