Questions tagged [pivotviewer]

PivotViewer is a Silverlight data visualization control developed by Microsoft.

Microsoft's Silverlight PivotViewer is a data visualization tool that allows developers to provide a rich and interactive solution for visualizing large sets of data. Built upon the DeepZoom technology, PivotViewer allows users to quickly and easily change sorting, filtering, and navigate the data set at various zoom levels. Using this approach, users are able to gain additional information from the collection as a whole and determine relationships that are more difficult to discover using traditional browsing or searching techniques.

LINKS

104 questions
0
votes
1 answer

HttpHandler expiration for PivotViewer

I have been trying to get my PivotViewer implementation to NOT cache the HttpResponse but have not been successful. How does one set the expiration of a Response object? I have been doing the following. _HttpContext.Response.Expires = 0; …
David Gray Wright
  • 797
  • 1
  • 8
  • 31
0
votes
1 answer

Unspecified error (Exception from HRESULT (E_FAIL))

I'm receiving this error when I attempt to drag a PivotViewer control onto MainPage.xaml. The steps that led me to this point are the following... Installed PivotViewer SDK Created a new Silverlight Business Application Added a reference to…
hughesdan
  • 3,019
  • 12
  • 57
  • 80
0
votes
1 answer

Modification of the silverlight PivotViewer Deserialization

I was wondering if there is a way to modify the silverlight PivotViewer Deserialization to add a new type of data. For example if I have a cxml like :
0
votes
1 answer

Does PivotViewer work on localhost?

From the FAQ: http://forums.silverlight.net/p/189106/434909.aspx/1?PivotViewer+FAQ Q: Why won’t my collection load in the PivotViewer control? A: Is your collection hosted on a web-server? This is required. Local collections are not…
panzerblitzer
  • 184
  • 3
  • 12
0
votes
1 answer

uploading a simple collection for pivotviewer

Hey I am creating a demo to display the benefits of using a pivotviewer. I created a simple collection with about 50 items to display, and created a simple pivotviewer to display it. here is my pivotviewer sitting inside of…
Rob
  • 5
  • 8
0
votes
1 answer

Creating Pivotviewer Collection

I'm trying to create a JIT pivotviewer and I have been kinda struggling a bit. Could someone clear my confusion on how the cxml is dynamically created? Also how should the information be set up for me to request it? I currently have it sitting…
Rob
  • 5
  • 8
0
votes
1 answer

Silverlight Won't Load PivotViewer Collection

I'm trying to get a proof-of-concept PivotViewer application up and running, but I can't get the collection to load properly, even in a testing environment. I'm following these instructions: Building Your First PivotViewer Application I have a…
Brian Bauman
  • 668
  • 5
  • 22
0
votes
3 answers

Summation of figures in PivotViewer

I am creating a PivotViewer application to show sales history of store branches for a retail businesses. We are creating dynamic collections from an sql database when the application is opened. The sql query groups the sales amounts by month. The…
0
votes
1 answer

How to export Silverlight Pivot View to Excel?

How I can export the current view in Silverlight Pivot Viewer to Excel.
Waseem
  • 3
  • 4
0
votes
2 answers

PivotViewer unable to display collection - only shows link to cxml file

I have been trying to develop a pivot viewer dynamic collection (from sample source code). My environment is IIS 6, Windows server 2003 and VS 2010. The collection works fine from VS2010, but when i publish the service through VS2010, the collection…
Anurag
  • 1
  • 1
0
votes
1 answer

building dynamic pivotviewer collections using ria services

Is it possible to build pivotviewer collection of data from database using ria services & EF ?
Sunil Munikar
  • 25
  • 2
  • 6
0
votes
1 answer

Issue with Silverlight Pivotviewer control

I am having a silverlight pivotviewer control in a sharepoint page. This Pivotviewer talks to a web service hosted under sharepoint to fetch cxml/dzi/dzc. Everything is fine as long as its in http. Once on https - the CXML and dzc responses come out…
Abhi
  • 161
  • 1
  • 8
0
votes
1 answer

convert row into column mysql NO sum or Total or value

Been looking to pivot rows (progress_check) into columns check 1, check 2 etc... No sum or totals required, just to display the results hopefully... Can anyone help. HERE Is My query here is my query that giving output SELECT * FROM…
vishal
  • 352
  • 2
  • 12
0
votes
0 answers

convert row into column mysql

Been looking to pivot rows (progress_check) into columns check 1, check 2 etc... No sum or totals required, just to display the results hopefully... Can anyone help. HERE Is My query here is my query that giving output SELECT …
vishal
  • 352
  • 2
  • 12
0
votes
1 answer

Silverlight Pivot showing video

I have a Silverlight Pivot question I'd really appreciate some help with... Could someone tell me if it could be possible to show a video via Pivot? Can you have a link that I might be able to use to call a video in a lightbox? I love the product…
user379379
  • 101
  • 3
  • 7