Tagged Questions
0
votes
0answers
42 views
Date Filters and Group options do not appear
I am quite a new user, working on a pivot table with SQL Server Analysis Services on Windows Server 2003.
I am unable to filter my reports by date despite having Googled many websites for advice. A ...
2
votes
1answer
141 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 ...
0
votes
0answers
323 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
493 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 ...
0
votes
0answers
233 views
Excel-2007 pivot tables dates are being sorted alphabetically not chronologically
The dates are my pivot table are being sorted like:
12/30/2011
12/30/2012
12/31/2011
Instead of:
12/29/2012
12/30/2012
12/31/2012
Nothing I do seems to change this.
This used to sort correctly, ...
0
votes
0answers
571 views
excel 2007 pivot table show all in filter
i need a macro to show all in a filter.
ive got a Pivot table 8 that has a set of numbers and 0 is exluded, but everytime i update i have to select all then de-select 0 again as the totals change. ...
0
votes
1answer
238 views
Pivot table removing column if no value
I have a column that shows debit or credit and next to it a column with the amounts. The pivot table separates the debits and credits and lists the amounts in two different columns and works ...
4
votes
1answer
2k views
Using QUARTILE in an Excel pivot table to summarise data by sub-populations
I've got a large table of data in an Excel spreadsheet that, essentially, can be considered to be a collection of values for individuals identified as belonging to various subpopulations:
IndivID ...
1
vote
1answer
182 views
pivot report excel 2007 on ssas
I am very new to this. I built a pivot report (excel 2007) on ssas. It has data, rows, columns. And columns has hierarchy likes day-month. Now I want to send this report to a customer, so he can view ...
2
votes
1answer
124 views
Filter-out odd numbers in a PivotTable
In the source sheet of my pivot table; contains two columns; one for the names and another for the scores. As the thread title suggests, I want to display all names and their corresponding scores of ...
0
votes
1answer
1k views
Excel Pivot table: Calculated field based on only the first row of a group
I've got the following data and pivot table:
The Total column in the pivot table is the sum of the following calculated field:
=start-TIME(7, 30, 0)
I know that this calculation is wrong for ...
1
vote
1answer
9k views
Excel 2007 Pivot Table show values, not sum of values
I'm wanting to display a pivot table and for it to show me the actual values, one on each row, rather than a sum of the values.
E.g.
Name Jan Feb Mar Apr
Bob 12 10 4
...
1
vote
1answer
753 views
Excel VBA: PivotCaches.Create Type Mismatch
I used to work with vb a long time back (as part of the visual studio pkg) back in the day, and a new job has me working a little bit with VBA as part of a side project. I wouldn't say I'm straight of ...
0
votes
0answers
100 views
Re-engineering pivot table
I have an Excel 2007 sheet with a pivot table generated from a SharePoint list:
SharePoint List -> Export to a Spread sheet. And make a pivot table using List Data.
However I don't know the ...
0
votes
1answer
1k views
Getpivotdata Pivot location based on a value in another cell.
GETPIVOTDATA("Data",{Dynamic reference to another sheet},"Field","Item")
I'm trying to get my formula to be super dynamic. I have 5 - 10 different worksheets with pivot tables on them. I have the ...
0
votes
1answer
351 views
Change the page filter on pivot tables
I may resort to using multiple pivot tables if I cannot do this but I want to give it a try anyway.
Basically, I have a sheet with a pretty good amount of rows (45k+) and I want to use a pivot table ...
1
vote
1answer
649 views
Excel Pivot table grouping Row Labels that are Percentages
Here is my data (apologies for poor formatting, maybe that should have been my first question!):
Customer Percentage Increase
1 2%
2 12%
3 -50%
4 87%
5 -20%
6 -1%
7 123%
8 -98%
9 ...
0
votes
2answers
436 views
Auto format pivot table drill down
I have a pivot table in excel that shows referral domains to our website. When you drill down it shows the specific pages that the referrals came from. The pivot table is sorted by the number of ...
2
votes
1answer
2k views
Using an OR condition to filter an Excel Pivot Table
I'm an Excel amateur and I'm just starting to learn to use Pivot Tables. The issue is, I need the pivot table filtered results to be inclusive.
So, I have a table with some data rows and 3 Columns A, ...
0
votes
1answer
1k views
How to Select Pivot Table Report Filter & Row Labels & Column Labels in Excel 2007 [closed]
I Have A Pivot Table in which I have applied a Report Filter, and changed row and column labels to different values in Excel. This part is OK.
When I paste new data and refresh the data, the pivot is ...
0
votes
0answers
313 views
Trouble adding a calculated member in Excel 2007 PivotTable - Exception from HRESULT: 0x800A03EC
I have been struggling to add Calculated Fields in a pivot table through code in C#. Tried everything. The following article on MSDN outlines how to add a pivot table:
...
0
votes
1answer
409 views
Custom Column Filter on Pivot Table in Excel
I have an Pivot table in an Excel Sheet where i want to put an custom filter on the label Worktype.
The Worktype can have only 5 values i.e.
Non Production, REX, QA, RES, BP.
The filter should be ...
0
votes
1answer
214 views
How do I use conditional formatting in a pivot table
I am a basic user of Excel. I have an automated spreadsheet with 2 columns: 1 column with usernames and the other with Active Directory groups.
For example:
Group1 User1
Group2 User1
Group2 ...
1
vote
0answers
109 views
Excel table calculation is sloooow - how to optimize this table
There's a primary table in a worksheet, which is the raw data in which users insert data daily. From that table, we extract necessary data for the purpose of reporting (IE statistics) from that raw ...
0
votes
1answer
52 views
pivot table appearance
Can we create category for Pivot table field list which appears in right side pane after opening a pivot table.For example normally there will be some check boxes to be selected.I want certain check ...
0
votes
1answer
212 views
extracting connection string from .odc file
I have a .odc file. I would like to extract the connection string from this through VBA code.Is there any way to write such a macro?Please help
0
votes
2answers
216 views
Need Help in Excel Pivot Table
I am working on Excel 2007 and I need help with creating a pivot table.
My excel sheet looks some what like this
Name Date Team Location
John 2011-05-01 Project ...
0
votes
0answers
1k views
A Pivot Table report cannot overlap another Pivot Table report
Hi I have 3 pivot tables in same sheet and data source is danamically changing when refresh depend on the parameter value which is passing from the front end. It is a report and I have done the ...
5
votes
2answers
921 views
Can I create a custom summary field in Excel 2007 pivot table?
Is there anyways to create a custom "summarize value field by" function to be used in an XL 2007 pivot table. The standard Sum, Count, Average, Max, etc. are not sufficient for me. I would accept a ...
0
votes
1answer
3k views
Excel 2007, pivot table: how to do a running % of total?
I have a pivot table, and ideally I want a running % of total...I am not sure how to do this without further processing my data (which I'd like to avoid). I can get a running total, but I can't have ...
1
vote
3answers
1k views
Excel 2007 Pivot Table Group Multiple Sets by One Other Set
This seems like it should be easy. I have a data set consisting of binary survey answers, "yes" and "no". I also demographic data such as gender, "male" and "female". I am trying to generate a ...
0
votes
2answers
393 views
How to different views (sheets) from the same sheet in Excel?
I want to create 2 sheets in Excel where one is the mirror of the other but with different organization.
More precisely, I have one sheet with three columns that organize items inside their ...
0
votes
1answer
223 views
Tweaking a Excel Pivot Table to display a OrderNumber instead of a calculation?
Using Microsoft Excel 2007 (or 2002) is it possible to create pivot data like this?
Specifically I would like to know if I can display '01(Y 0)' as a non-calculated text value instead of just a ...
2
votes
3answers
2k views
C# VSTO: Coloring pivottable cells
HI, I'm trying to make some code color a PivotTable.
It works just fine coloring the cells it's supposed to, but if I refresh the table, all the colors disappear, as if the colors haven't been ...
0
votes
2answers
814 views
How can I display the MDX generated by Excel 2007 when using a pivot table?
Pretty much what the title says. Is it possible to show the MDX that is sent to OLAP source when using a pivot table in Excel 2007?
1
vote
1answer
5k views
How to troubleshoot drillthrough error in Excel 2007 -> SSAS 2008
I've created a cube in SSAS 2008, and have it deployed to my local server. I can connect to the cube via Excel 2007, and the pivot table and pivot chart work perfectly. When I try to drillthrough on a ...
0
votes
2answers
490 views
Is this way of using Excel 2007 Pivot table for BI scalable?
Background:
We need to consolidate sales data across the country to do analysis
Our Internet connection/IT expertise/IT investment is not quite strong, therefore full BI solution is out of question
...
0
votes
1answer
450 views
in Excel , in my pivot tables when i drop down the row fields, value filter option is disabled
in Excel , in my pivot tables when i drop down the row fields, value filter option is disabled any idea why ?
2
votes
0answers
688 views
ManualUpdate on Excel PivotTable
I'm attemping to update an Excel 2007 pivot table in VSTO (C#) and would like to ensure that the pivot table doesn't get updated until all of my edits are done. So there's a property on the ...
