I can't seem to get the discover syntax right to get a list of Reporting actions. Does anyone have a sample? Thanks Chris Harrington Active Interface, LLC. http://www.activeinterface.com
It seems that the discover action schema is aimed at UI developers who what to know if there is an action available for a given "coordinate". I captured the restrictions for the following when I right clicked on a pivot table in Excel 2007. <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> <RequestType>MDSCHEMA_ACTIONS</RequestType> <Restrictions> <RestrictionList> <CUBE_NAME>Adventure Works</CUBE_NAME> <ACTION_TYPE>401</ACTION_TYPE> <COORDINATE>[Product].[Product Categories].[Category]</COORDINATE> <COORDINATE_TYPE>3</COORDINATE_TYPE> </RestrictionList> </Restrictions> <Properties> <PropertyList> </PropertyList> </Properties> </Discover> When I open up BI Development Studio I don't see any MDSCHEMA_ACTIONS calls, I think it reads all the actions from the DISCOVER_XML_METADATA call. -- Darren Gosbell http://geekswithblogs.net/darrengosbell "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message news:uXCNAOoFIHA.484@TK2MSFTNGP06.phx.gbl... >I can't seem to get the discover syntax right to get a list of Reporting >actions. Does anyone have a sample? > > Thanks > > Chris Harrington > Active Interface, LLC. > http://www.activeinterface.com > >