0
votes
2answers
375 views
Using “Show values as” option in Excel 2007 pivot table when source is SSAS cube?
I have an Excel 2007 pivot table showing "Year" across the top and "Month" down the side. What I am trying to do is represent the values as "% Difference" from the same month of t …
0
votes
1answer
49 views
SQL Convert Rows To Columns
I know this has been asked a few times before, but I can't find any solution that fits my example.
I currently have a table of user permissions to use certain pages. The table wou …
0
votes
2answers
307 views
‘there are too many records to complete this operation’ Excel Pivot Table Refresh
Does anyone have a resource that gives possible reasons for this error message in Excel. I've googled around and looks like lots of people encounter the message but no one replies …
1
vote
1answer
29 views
SQL Server dynamic pivot returning null value when none exist in the data
I have 3 tables (tblPreference, tblCustomer, tblCustomerPreference) that look something like the following:
tblPreference:
ID | Name | DefaultValue
(int PK) | (nv …
6
votes
2answers
74 views
Crazy SQL question: How to do a sort of cross apply with a pivot?
Hello. Customer has shortcuts in their data where they have a quantity of records in a field. When I parse them, I need to manufacture records, one for each quantity, incrementing …
0
votes
1answer
93 views
How to build a consolidated pivot table when the source data contains column headings that are dates?
I have a customer who is currently using Excel to do their staff planning. They have many workbooks for different projects and each project contains 1 or more sheets containing th …
2
votes
4answers
65 views
Using PIVOT in SQL Server 2008
Let's say I have some data, either in a SQL Server 2008 table or a [table]-typed variable:
author_id review_id question_id answer_id
88540 99001 1 …
0
votes
2answers
105 views
Pivot rows to columns based on content in Oracle 10g PL/SQL
I have a table in my database, user_answers that stores users answers to a series of questions, with rows; user_id, question_id, answer_id and text_entry. Question text and answer …
0
votes
4answers
67 views
SQL Pivot Table
I have a SQL view with following data:
ID ClassName Description Flags
1 Class1 Desc1 F1
2 Class1 Desc1 F2
3 Class1 Desc1 …
0
votes
1answer
29 views
Pivot Table does not refresh automatically after refreshing the OLAP cube. Excel 2007.
I have a workbook connected to an external OLAP cube. Previously, when I connected to the external data source and then refreshed all, every pivot table would refresh and show the …
0
votes
1answer
115 views
SQL question : How do I pivot mutiple results to single row?
I have table in data base name "train delay, with columns
train number(int),
DelayTime(int),
DelayReason(nchar)
so the train may have more than one delaytime for each delay reas …
2
votes
2answers
122 views
Retrieve ADO Recordset Field names (Classic ASP)
Hi all,
I wonder if someone can help:
Long story short, I'm using MSSQL2005 to build a Pivot table. The data being examined is limited by date range (All data for 1 week from the …
8
votes
6answers
4k views
SQL Server PIVOT examples?
Trying to find some simple SQL Server PIVOT examples. Most of the examples that I have found involve counting or summing up numbers. I just want to pivot some string data. For e …
0
votes
2answers
279 views
SQL pivot using SQL Server 2005
I am looking for a solution to use pivot on two tables. My problem though, number/name of column & row headers exist as rows in third table. My third table looks like this:
ID …
0
votes
3answers
103 views
SQL Server 2005 - Pivoting Data without a sum / count and dynamic list of values
Sorry if this is covered elsewhere in another question, but I can't find any examples which exactly match what I need and I'm getting confused.
I have data in the table like this …
