is it possible to select slicers in PowerPivot 2010 from querystring?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Bill, its certainly possible to pass a ‘variable’ to a PowerPivot pivot on sharepoint using a QueryString Webpart.
The technique is documented here – there’s a link at the bottom of the post that goes to some VERY detailed PDF instructions.
The trick is that your Pivot needs a report filter for the field as well as slicer – the cell that your report filter value sits in needs to be a named range and the variable is then passed as that name. You can then hide the report filter if necessary – the Slicer and report filters are basically inter-changeable.
Hope this helps. Jacob