Updated Wiki: Excel 2013
Excel 2013MDX Calculation GUI Excel 2013 is the first version to support a GUI for managing MDX calculated measures and members in a PivotTable. After clicking on a PivotTable, these features can be...
View ArticleNew Comment on "Search"
Great job but I can't quite replicate the search behaviour in your screenshots. I only get results if the search string exactly matches the member name. This of course severely limits usability. I...
View ArticleNew Comment on "Search"
If you are searching where "Look in" = "Dimension data" and "exact match" is unchecked, then it does wildcard search. However, if you search with "Look in" set to a particular hierarchy, there's a bug...
View ArticleCreated Issue: Search bug: no wildcard search if searching a particular...
If you are searching where "Look in" = "Dimension data" and "exact match" is unchecked, then it does wildcard search. However, if you search with "Look in" set to a particular hierarchy, there's a bug...
View ArticleNew Post: IIf Grand total only totals FALSE values
Hello all. I hope I'm not asking something that has been asked before. I have created a KPI that uses an IIf statement looking at a member value. For each leaf, the calc works fine, but for the Grand...
View ArticleNew Post: IIf Grand total only totals FALSE values
Can you post your current MDX query from the MDX tab?
View ArticleNew Post: IIf Grand total only totals FALSE values
WITH MEMBER [Measures].[Demand3] as IIf( [Loc #].currentmember.Membervalue = '796', ([Loc #].[All], [Sls E-Comm - Rtl]), ([Loc #], [Sls Tot - Rtl]) - ([Loc #], [Sls E-Comm - Rtl]) ) SELECT NON EMPTY...
View ArticleClosed Unassigned: There was an unexpected error creating the calculation...
There was a problem saving this calculation to the library at c:\users\username\appdata\roaming\olappivottableextensions\calculationslibrary.xml. configuration system failed to initialize. This error...
View ArticleNew Post: IIf Grand total only totals FALSE values
I think another IIf may help. Try this: IIf( [Location].[Loc #].CurrentMember is [Location].[Loc #].[All], Sum([Location].[Loc #].CurrentMember.Children), IIf( [Loc #].currentmember.Membervalue =...
View ArticleClosed Issue: Provide Undo feature for Filter [23074]
It would be convenient to have the ability to 'undo' any filter selections made via the Filter List. If I start off with a relatively large list of items that have been filtered within Excel, then...
View ArticleReviewed: Release 0.8.1 (Aug 26, 2013)
Rated 5 Stars (out of 5) - as stated before: very useful to develop/maintain pivot table reports on a cube. Also handy to test / Proof of Concept MDX before really adding measures/sets to your cube....
View ArticleCreated Issue: Error message when you right click on a dimension member on...
Error:Problem setting up Show Property as CaptionThe PivotTable report cannot be edited with the Defer Layout Update check box selected. To edit the report, clear the Defer Layout update check box at...
View ArticleCreated Unassigned: Is OLAP PivotTable Extensions is free for commercial use...
Hi All,A quick question about the commercial usage of the OLAP PivotTable Extensions: Is it free even for commercial use as well? If yes can someone provide any reference from CodePlex or contributors...
View ArticleNew Post: Commercial use of OLAP PivotTable Extensions...
Hi All, A quick question about the commercial usage of the OLAP PivotTable Extensions: Is it free even for commercial use as well? If yes can someone provide any reference from CodePlex or contributors...
View ArticleCommented Unassigned: Is OLAP PivotTable Extensions is free for commercial...
Hi All,A quick question about the commercial usage of the OLAP PivotTable Extensions: Is it free even for commercial use as well? If yes can someone provide any reference from CodePlex or contributors...
View ArticleCommented Unassigned: Is OLAP PivotTable Extensions is free for commercial...
Hi All,A quick question about the commercial usage of the OLAP PivotTable Extensions: Is it free even for commercial use as well? If yes can someone provide any reference from CodePlex or contributors...
View ArticleClosed Unassigned: Is OLAP PivotTable Extensions is free for commercial use...
Hi All,A quick question about the commercial usage of the OLAP PivotTable Extensions: Is it free even for commercial use as well? If yes can someone provide any reference from CodePlex or contributors...
View ArticleNew Comment on "Filter List"
Is there any way to display the filtered values on the pivot table or spreadsheet without copying and pasting manually from this window? For example if the user applies the filtered members in the list...
View ArticleNew Post: Calculations tab missing
I am trying to do calculations on pivot table in excel 2013. I have the data in the powerpivot data model. The OLAP calcuation options are all greyed out so I can't use them. I can see the pivot table...
View Article