Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default 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!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default 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!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OLAP €“ returning data from a separate list Shairal Excel Discussion (Misc queries) 0 September 1st 09 07:10 PM
Create separate list of only selected data Lisa Excel Discussion (Misc queries) 1 September 25th 08 10:40 PM
Data Validation from list on separate Workbook Few more questions[_2_] Excel Discussion (Misc queries) 2 March 2nd 07 05:03 PM
Returning all data from a list above the nth percentile chlor Excel Worksheet Functions 11 February 22nd 06 01:28 PM
Returning a value if data is in a large list ChrisRad Excel Discussion (Misc queries) 2 June 21st 05 06:55 PM


All times are GMT +1. The time now is 01:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"