Client-Side APIs for InterSystems IRIS Business Intelligence
POST /Info/FilterMembers/:datasource/:filterSpec
|
|
datasource | Required. Name of the data source. This is one of the following:
|
filterSpec | Required. Filter specification. |
RELATED | Optional. If specified, this property is an array of objects, each of which contains the spec property (a filter specification) and the value property (value of that filter). A value property should be an MDX set expression and should use member keys. |
SEARCHKEY | Optional. |
{ "Info": {"Error":"","DataSource":"demomdx.cube","DataSourceType":"cube","Default":"","Filter":"[HomeD].[H1].[ZIP]"}, "Result": {"FilterMembers": [ {"text":"32006","value":"&[32006]","description":""}, {"text":"32007","value":"&[32007]","description":""}, {"text":"34577","value":"&[34577]","description":""}, {"text":"36711","value":"&[36711]","description":""}, {"text":"38928","value":"&[38928]","description":""} ] } }