Guest_imported
New member
- Jan 1, 1970
- 0
I am currently using dynamic dropdown box selections to populate data fields on my web site. The dropdown boxes are populated from Cube A but the data displayed to the user must be retrieved from Cube A AND Cube B. Cube A and B have the same dimension names but because of the difference in data stored, the members differ (ie these are not and can not be shared dimensions). When the dropdown selections are passed from the dropdown boxes, Cube B sends a failure if the member doesn't exist. Is there anyway to capture this failure and display " " to the user? Or is there anyway, without creating 2 MDX statements, to check to see if the selected member exists and then return the cell value or null instead of failing?
Some things to note:
My dropdowns must be dynamic because of the quantity of data(5 boxes - 16,000 valid combinations)
I thought about creating a virtual cube but I don't believe this can be stored locally. Is this correct?
I cannot edit the dimensions in either cube because of how extensively they are used in other areas.
Some things to note:
My dropdowns must be dynamic because of the quantity of data(5 boxes - 16,000 valid combinations)
I thought about creating a virtual cube but I don't believe this can be stored locally. Is this correct?
I cannot edit the dimensions in either cube because of how extensively they are used in other areas.