Site Meter febbraio 2012 - Posts - The SQL Server Side of Me

The SQL Server Side of Me

Blog di Luca Zavarella. Libero sfogo alle mie curiosità su SQL Server

febbraio 2012 - Posts

Nuova versione delle "OLAP PivotTable Extensions"

Per chi non conoscesse l’add-in, le OLAP PivotTable Extensions aggiungono delle feature interessanti alle tabelle pivot di Excel 2007 o 2010 che puntano ad un cubo OLAP di Analysis Services. Una delle tante che personalmente utilizzo più spesso, è quella di conoscere il codice MDX di una query associata alla pivot in quel momento utilizzata in Excel:

AvgTaxMDX2.png

Tutti i dettagli li trovate nella Home del progetto:

http://olappivottableextend.codeplex.com/

E’ stata rilasciata da poco una nuova release dell’add-in, la 0.7.4, che non introduce nessuna nuova feature, ma risolve un bug significativo:

Release 0.7.4 now properly handles languages but introduces no new features. International users who run a different Windows language than their Excel UI language may be receiving an error message when they double click a cell and perform drillthrough which reads: "XML for Analysis parser: The LocaleIdentifier property is not overwritable and cannot be assigned a new value". This error was caused by OLAP PivotTable Extensions in some situations, but release 0.7.4 fixes this problem.

Ciao!