0
votes
1answer
16 views
Convert row with columns of data into column with multiple rows in Excel 2007
I have a row of data as follows:
header1 header2 header3 header4 header5
row key datavalue1 datavalue2 datavalue3 datavalue4 datavalue5 …
0
votes
2answers
17 views
Crystal report: How to show empty rows that are predefined?
The situation is the following:
In a database I have a table that stores the number of occurrencies an error occurred.
Say
ErrorId Timestamp N
Err1 t1 2
Err2 t2 …
1
vote
3answers
106 views
Hidden data in Excel, extracting data originally linked to an MDB file.
I received an Excel file that references some data from a MDB file. When I open the file, I am only able to see summary based on dropdowns and pivot tables. The data from the MDB …
0
votes
2answers
81 views
Excel pivot table calculated field total returns unexpected value
I have an Excel spreadsheet which has a pivot table on it. The data itself is quite simple, Number of Units and a Discount (percentage from 0 to 100), pivoted on date across the to …
0
votes
2answers
30 views
Is this way of using Excel 2007 Pivot table for BI scalable ?
Hi all,
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 B …
0
votes
4answers
209 views
ASP.NET - Ideal Control to Display a Pivot Table
I am trying to display a tabular set of data in a databound control, but I need to pivot the table such that the individual records are table columns rather than table rows. The en …
0
votes
1answer
52 views
Pivot Tables in Crystal Reports?
I need to make a pivot table on my Crystal Reports. Right now i'm using an OCDB connection...but while i know you can create a pivot table in CR, i'm not 100% sure how to do it. …
0
votes
1answer
24 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 ?
0
votes
1answer
27 views
removing some rows based on criteria - solving this by pivot tables
i have an excel data . the 3rd collumn contains phone numbers . i have to delete rows whose phone numbers have less than 10 digits . as the data is very large and not even one mist …
0
votes
3answers
476 views
Has anyone used ADOMD.NET with WPF DataGrid?
I am trying to find a good way of accessing a Business Intelligence OLAP Cube from C#.
I don't really care much as to how this is done, but since currently I am trying to implemen …
1
vote
2answers
78 views
mysql query to dynamically convert row data to columns
I am working on a pivot table query.
The schema is as follows
Sno, Name, District
The same name may appear in many districts eg take the sample data for example
1 Mike CA
2 Mike …
0
votes
1answer
49 views
How do I pivot dynamically
I have two tables; Leads, Territories and Referrers.
Lead has columns: ID, Name, TerritoryId
Referrers has: ID, LeadId, Name
Territory has: ID and Name
A lead always relates …
0
votes
0answers
34 views
sql charateristic function for avg dates
I have a query which I use to grab specific dates and a price for the date, but now I'd like to use something similar to grab the avg prices for particular days of the week.
Here' …
1
vote
2answers
613 views
Embedding an Excel pivot table into C# winforms
Hi,
Does anyone know how I can embed an Excel Pivot table control in a win form application developed in C#?
The raw data for the form would be coming from a SQL Server 2000 data …
0
votes
3answers
110 views
Can I get relational data into an Excel Pivot Table
I have a sheet (let's go with wines as an example) that lists every bottle of wine in my cellar, when I bought it, how much I paid etc.
There's a column that describes the wine in …
