Tagged Questions
0
votes
1answer
399 views
How to set column name on pivot table
Using this answer I was able to create a pivot table with a tabular layout in EPPlus.
However column headings are not displaying properly. When I create the pivot table with Excel I get the column ...
0
votes
1answer
279 views
Pivot table in VB.net
i have created the pivot table using vb.net code
pivotField1 = pivotTable.PivotFields(14)
pivotField2 = pivotTable.PivotFields(15)
pivotField3 = pivotTable.PivotFields(16)
pivotField4 ...
0
votes
0answers
332 views
.NET Winform - Pivot Table for multiple Data Value columns
I need to create a pivot table at the front end after retrieving data from the DB in a datatable and need to update the values of my grid with this data.
I have gone through many articles/blogs but ...
1
vote
2answers
629 views
Pivot Cache Type Mismatch error VB.NET Excel
Please see bottom edit for where I am currently at, thank you.
I have created a pivot table that works fine when the pivot cache is defined as:
Dim ptCache As Excel.PivotCache = ...
0
votes
1answer
78 views
Turn two tables and a link table into one big table
I tried looking for this question, but found nothing relevant. So here goes...
I have three tables, the extremely simplified versions of which are:
Practitioners:
practitioner_id :: int
name :: ...
2
votes
1answer
698 views
Bind Pivot table for Gridvew
I am developing a roster application (asp.net with VB + sql server) to let user input shift duty record, proposed screen is as follows:
sample screen:
...
1
vote
2answers
1k views
Pivot Table in LINQ in VB.NET
I'm looking for doing a Pivot Table query in vb.net.
I've found a lot of code in c# but not in VB.Net and i don't understand how to convert c# to VB.
Can you help me?
Thanks
Ju
4
votes
1answer
1k views
OWC PivotTable toolbox item grayed out for WebForm
I'm trying to build a Pivottable on a webform in vb.net 2005 using OWC. I have added the Pivottable item to the toolbox, but it is grayed out and so I cant use it. If I develop a Winform instead of a ...