olap pivot filter

  1. M

    OLAP Pivot Table Custom Grouping/Categories w/ Detail

    Hi, I'm trying to create a custom group/category (w/o using the "group" feature) in an OLAP Pivot table that has the ability to show the associated group's detail. I have tried Calculated Members and Fields created using MDX but the resulting group/category doesn't show any detail. The two...
  2. S

    Need help on slicers with OLAP data in Excel VBA

    Hello, I'm very new to VBA so pardon me if I have a glaring mistake somewhere. I am currently trying to activate only one slicer button and deactivate all the other ones based on the slicer's caption. So, basically I would loop through the slicer Items and look for a particular phrase and...
  3. P

    Paste filter search values with OLAP

    I'm looking for a way to paste a list of values into a filter search on an OLAP pivot rather than click each value. I saw a way to do this years ago but cannot find it. I saw mention of an add-in, but not sure which one. - Pete
  4. L

    VBA OLAP Pivot Filter for an Array

    Hello everyone I`m new here and I have no knowledge regarding VBA (none what so ever) so I apologize in advance I would highly appreciate if someone could help me regarding VBA OLAP Pivot Filter for an Array I`ve recorded a macro that looks like this: Sub Team() ' ' Team Macro ' '...
  5. K

    Filtering OLAP Pivot Table by array

    Hi all, I am trying to filter a Pivot Table that has a OLAP source, by multiple ItemId's in the worksheet. The values that I want to filter by is in cell A2 and down. The list of ItemId's that should be visible in the Pivot Table could be anything from 1 to 500 As a small test i wrote the...
  6. D

    Help filtering an OLAP Cube

    Hi all, Thank you for your help ahead of time! Below is my current code. My goal is to filter a very large pivot table (connected to an OLAP Cube) with a user defined keyword. The keyword is entered through a separate userform and stored in variable pdk1. When I run this code I get an overflow...
  7. D

    Filtering a OLAP cube Pivot Table with a slicer VBA (overflow message workarounds)

    Hi all, Thanks for your help in advance! I am trying to use a slicer to filter through my OLAP cube pivot table. When I loop through all Slicer Items I get an overflow message so I replaced .Count with .VisibleSlicerItems.Count and now I am getting an "Object doesn't support this property or...
  8. T

    Retrieve VisibleItemsList from OLAP PivotTable

    I have a sheet with a set of Olap Pivot tables that I would like to be able to update with the push of a button to the VisibleItemsList in 1 of the cubes. The below code works to grab the name of the Pivot Field if there is only 1 item selected but there are times when we will need to grab more...
  9. H

    Change date in a OLAP Cube based pivot table

    I have had posted a similar issue earlier, but it did not solve my problem. Therefore, I try again. My Pivot table gets data from a OLAP Cube. Using the macrorecorder i got this code by setting a new date in the filter and then update the Pivot table. I can manually change the date and it will...
  10. H

    Store hidden pivot items in vba from an OLAP Source Excel 2013

    Here is the situation. I'm trying to record the filter settings of an OLAP based pivot table. I plan to switch sources to a different OLAP in a different program (but containing the same data) and then rebuild the pivot with new pivotfield and pivot item names. I have setting the fields done...
  11. H

    Another how to change pivot filter in a OLAP cube based on a cell value

    Hi! yes I know it - there are a lot of questions about this tast on the internet and also here om Mr Excel. but still, i cant get right! - Please help me :confused: I have several pivot tables based on a OLAP Cube (the same cube). What i want is to update to a specific Date (from a Cell) in...
  12. S

    Set up a filter on an "OLAP" Pivot using VBA

    Hi Everybody, I'm glad to join Excel Forum community. I'm a biginner in vba, and I come here to ask for help. Here is my problem : I wish to apply a filter on an Olap Pivot filed. When I use VBA recorder, I got the following : <code> sub Macro1...
  13. L

    Olap pivot filter set using cell value on multiple sheets

    Hi I've read a number of posts and I've got part way through on this problem but not all the way. I have a spreadsheet which has a menu page where the user selects a business unit by inputting a value into a cell (using validation dropdown so spelling is correct) I want this cell selection to...
  14. D

    OLAP Pivot Table Filter

    Good day, I am running into run-time error '1004': Application-defined or object-defined error on the line where I try to filter the OLAP Pivot by GrpNm. Does anyone know the solution to this? Sub IdentifySpike() Dim rw As Integer Dim GrpNm As String rw = Selection.Row GrpNm =...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top