ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   OLAP €“ returning data from a separate list (https://www.excelbanter.com/excel-programming/433264-olap-%E2%80%93-returning-data-separate-list.html)

shairal

OLAP €“ returning data from a separate list
 
I posted this question under Excel General Questions, but its probably more
of a programming question €¦ hopefully someone can assist me.

We use OLAP cubes created from SQL/SSAS and I am wondering if there is a way
to specify the data returned in the OLAP cube based on a separate list. For
example, we have thousands of products and I will get a list of say 20
specific products that someone needs a report on. Is there a way that I
somehow link this list to the product field in my OLAP cube and have it
return only the products that are in my list? Otherwise, I have to go
through the products field and select each one individually €“ which can be
very time consuming.

Any thoughts/suggestions would be greatly appreciated!


Patrick Molloy[_2_]

OLAP €“ returning data from a separate list
 
i'm not sure about how yuo hold the data in memory, but if it were a
recordset, then you could apply a filter

rst.Filter = "productCode = '" & range("a1") & "'"

for example.




"Shairal" wrote:

I posted this question under Excel General Questions, but its probably more
of a programming question €¦ hopefully someone can assist me.

We use OLAP cubes created from SQL/SSAS and I am wondering if there is a way
to specify the data returned in the OLAP cube based on a separate list. For
example, we have thousands of products and I will get a list of say 20
specific products that someone needs a report on. Is there a way that I
somehow link this list to the product field in my OLAP cube and have it
return only the products that are in my list? Otherwise, I have to go
through the products field and select each one individually €“ which can be
very time consuming.

Any thoughts/suggestions would be greatly appreciated!



All times are GMT +1. The time now is 09:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com