My account: Login | Sign Up
Loading... 

SQL Server Analysis Services | Forum profile

Forum profile page for SQL Server Analysis Services on http://technet.microsoft.com. This report page is the aggregated overview from a single forum: SQL Server Analysis Services, located on the Message Board at http://technet.microsoft.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "SQL Server Analysis Services" on the Message Board at http://technet.microsoft.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: TechNet Forums - SQL Server Analysis Services (site profile, domain info microsoft.com)
Title: SQL Server Analysis Services
Url: http://forums.microsoft.com/technet/showforum.a...
Users activity: 2 posts per thread
Forum activity: 94 active threads during last week
 

Posting activity on SQL Server Analysis Services:

  Week Month 3 Months
Threads: 94 723 2,256
Post: 169 1,382 4,464
 

SQL Server Analysis Services Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Darren Gosbell
17
user's latest post:
openquery, dynamic sql, ssas...
Published (2008-11-28 03:32:00)
It's messy and you can easily get your quoting wrong, but this is the only way that I know of doing it with straight T-SQL.   A SQLCLR function or a .Net stored proc in SSAS would be a couple of other approachs that might be worth looking at. http://geekswithblogs.net/darrengosbell - please mark correct answers
Mahendiran
8
user's latest post:
how to set demension attribute...
Published (2008-11-28 03:50:00)
Use Custom set   Create some sets in the cube in the same order how you want to display in the reports...   Then use those custom set as parameter for the reports...   If any doubts, let me know... Mahe
Deepak Puri
7
user's latest post:
Starting with SSAS - TechNet Forums
Published (2008-11-28 17:26:00)
".. Can anyone tell how can i pass parameters to SSAS .." - in what context do you wish to pass parameters? You can send a parametrized MDX query to an SSAS server, if that's what you mean.   You will find links to technical info on SSAS (including blogs, books and paers) here:   http://www.ssas-info.com/ - Deepak
Bharthi
7
user's latest post:
Named Set (Business Rule) -...
Published (2008-11-27 12:26:00)
Hi,   I m using MDX in report Layout(DashBoard Designer),ver i cant use TRIM() as u said...   And I cant modify in Cube,as i am not using one Dimnesion..Iam using Two dimensioins (with the help of a named Set( MDX) )   Pls let me knw if im not clear...   Regards,    
furmangg
7
user's latest post:
Processadd Dimension - TechNet...
Published (2008-11-27 05:25:00)
We moved to a new blogging platform and I accidentally broke some links in my blog post. I've fixed that problem now. Please try again and you should be able to download the example XMLA.   http://artisconsulting.com/Blog/GregGalloway
pravin14u
6
user's latest post:
transfer partitions between...
Published (2008-11-28 14:50:00)
Partitions cannot be transferred. The only options are: 1. Recreate the partitions and process them 2. Do a synchronization Thanks! Business Intelligence Consultant || please mark correct answers
Thomas Ivarsson
6
user's latest post:
What is @ in MDX? - TechNet Forums
Published (2008-11-28 06:16:00)
It is a variable that is entered when you design MDX queries in reporting services(SSRS) and use parameters.   HTH Thomas Ivarsson  
RS_NEwbiiieeeeeeeeeee
6
user's latest post:
List of names - TechNet Forums
Published (2008-11-27 23:33:00)
Thanks Adam, I will use this for future reference.  
AZ Vick
4
user's latest post:
MDX query next to last week -...
Published (2008-11-28 19:50:00)
I changed the brackets around and it seems to be working now.   Code Snippet SELECT {[Measures].[GROUP RESTORE Hr],[Measures].[Fact Problem Tickets Count]} ON 0, NON EMPTY [DIM PROBLEM TICKETS].[CATEGORY]. MEMBERS ON 1 FROM [NMC_Problem_Tickets] where ([DIM NMC Filtered].[NMC FILTERED].&[Ops], ([DIM PROBLEM TICKETS CALC].[WEEK]. ALLMEMBERS . Item ( [DIM PROBLEM TICKETS CALC].[WEEK]. ALLMEMBERS . Count - 2)) )      
L.C
4
user's latest post:
Track Login Usage - TechNet Forums
Published (2008-11-28 16:00:00)
  Is their a way i can track in SSAS the track on people who have logged in last number of day ? If they logged in what part of the cube have then been browsing?   Thank you
 

Latest active threads on SQL Server Analysis Services::

TechNet Forums
Started 1 week, 1 day ago (2008-11-25 22:49:00)  by AZ Vick
  I have been trying to get data about the next to last week in my cube and have tried it several ways.  My problem is when I build the query it works, however the next time the cube is processed it seems to break.   Do you see anythign wrong with this MDX? Or have any idea why this is happening.   Code Snippet SELECT {[Measures].[GROUP RESTORE Hr],[Measures...
Thread:  Show this thread (6 posts)   Thread info: MDX query next to last week - TechNet Forums Size: 2,678 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "MDX query next to last week :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 1 week, 1 day ago (2008-11-25 23:00:00)  by AZ Vick
I needed the bellow calculated measure to show up as a Zero instead of a null if their was a Fact Problem Tickets Count.  It seems to be working, but the guy making the reports says he has to convert the 0 to an integer to do math on it.   Anyone know what I have to do to have the 0 come up as a numeric value?     Code Snippet   iif ( [Measures].[Fact ...
Thread:  Show this thread (5 posts)   Thread info: Calculated Measure 0 needs to be converted - TechNet Forums Size: 1,696 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Calculated Measure 0 needs to be converted :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 9 hours ago (2008-11-28 08:11:00)  by Viji.R
  Hi,   Can anyone tell how can i pass parameters to SSAS.   and some explanation -> link how SSAS works actually....  To my understanding i fugure out that it stores the data in such a way where the front end or reporting services can query on it.   and would like to know what is the scope of SSAS in datawarehouse.   and how can we determine what should be done in ...
Thread:  Show this thread (2 posts)   Thread info: Starting with SSAS - TechNet Forums Size: 972 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Starting with SSAS :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 1 week, 1 day ago (2008-11-26 10:50:00)  by Sarita Deherkar
Hi all,   I have created a cube in SSAS. And Now I want to create reporrt using that cube. In report I have to create cascading  parameters (Example: I have two parameter country and city. So If I select country then their respective Citys should come in City parameter )   So any one of you could you please let me know that How Can I create cacscading parameter?   ...
Thread:  Show this thread (4 posts)   Thread info: Parameter casecading in SSRS reports based on SSAS cube as datasource - TechNet Forums Size: 943 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Parameter casecading in SSRS reports based on SSAS cube as datasource :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 1 hour ago (2008-11-28 16:08:00)  by Joanne1983
Hi everyone   In my Risk Class Dimesnion, I have a member called [Product], and a member called [Type]. [Type] contains two attributes, "Main" and "Add On" , so [Product] contains all the Products for both "Add On" and "Main"   Also, I have two measures. "Add on Sales" and "Net Sales" This means that Add on Products will be attributed to Add on Sales and Main Products will be ...
Thread:  Show this thread (1 post)   Thread info: Calculating with non liner measures - TechNet Forums Size: 4,643 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Calculating with non liner measures :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 1 hour ago (2008-11-28 16:00:00)  by L.C
  Is their a way i can track in SSAS the track on people who have logged in last number of day ? If they logged in what part of the cube have then been browsing?   Thank you
Thread:  Show this thread (1 post)   Thread info: Track Login Usage - TechNet Forums Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Track Login Usage :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 1 week, 1 day ago (2008-11-26 15:39:00)  by L.C
  Is their a way i can control SSAS to limit to process number of attributes in a dimension. By default it process every thing together throwing many sql queries, one query for each attribute. i use Oracle and Teradata as my platform and the DBA do not like that because it slows down their control.   I was wondering  if their are some setting which could limit the number of process ...
Thread:  Show this thread (4 posts)   Thread info: limiting processing dimensions and dimensional attribute - TechNet Forums Size: 867 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "limiting processing dimensions and dimensional attribute :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 2 hours ago (2008-11-28 14:56:00)  by Steffen Gipperich
  Hallo everybody,   I am looking for a MDX-Statement that retruns a table, in witch a sum for each row and Column is shown. My result should look like that:  Year               AccountGroupA      AccountGrou p B      RowSum 2004                      15                        23                         38 2005                      10                        10...
Thread:  Show this thread (2 posts)   Thread info: Sum of Rows and Columns in MDX - TechNet Forums Size: 2,944 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sum of Rows and Columns in MDX :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 3 hours ago (2008-11-28 14:10:00)  by fmatuszewski
  Suppose we have two indentical cubes A and B on a different or the same database. Let say that we achived two identical cubes by synchronization. If I remove some partitions from A cube. Is it possible to restore, transfer partitions back from B to A cube ? 
Thread:  Show this thread (2 posts)   Thread info: transfer partitions between cubes? - TechNet Forums Size: 489 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "transfer partitions between cubes? :: SQL Server Analysis Services :: TechNet Forums"
TechNet Forums
Started 6 days, 4 hours ago (2008-11-28 12:25:00)  by Girija Shankar (India)
What is the maximum number of levels that can exist in dimension hierarchy ....   Regards.. Girija Shankar The information provided “AS IS” with no warranties, and confers no rights - Please Mark Answers.
Thread:  Show this thread (3 posts)   Thread info: Maximum No of Levels in a hierarchy - TechNet Forums Size: 497 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Maximum No of Levels in a hierarchy :: SQL Server Analysis Services :: TechNet Forums"
 

Hot threads for last week on SQL Server Analysis Services::

SQL Server Analysis Services
List of names - 8 new posts
Started 1 week ago (2008-11-27 14:49:00)  by RS_NEwbiiieeeeeeeeeee
  Hi can anybody help me with this:   I would like to get a list of names using mdx. ie if used in Adventure Works cube, I would like to get a full list of products ordered by name. (I dont want any measures in relation to it, jus a full list of names as in the cube)....    how would i do this? an example would be great.   many thanks...
Thread:  Show this thread (8 posts)   Thread info: List of names - TechNet Forums Size: 652 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "List of names :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 1 week, 1 day ago (2008-11-25 17:38:00)  by vanilla83
Hello everybody,   I have a problem and I hope that somebody can help me.     If I process a dimension I get this error very often:   In German: Fehler im OLAP-Speichermodul: Ein doppelter Attributschlüssel wurde bei der Verarbeitung gefunden: Tabelle: dbo_dimTicketDetails_RMT, Spalte: Granted_x0020_number_x0020_sign_x0020_amount, Wert: 0. Das Attribut ist 'Granted ...
Thread:  Show this thread (8 posts)   Thread info: PROCESSING ERROR: a double key attribute was founded ???? - TechNet Forums Size: 1,448 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "PROCESSING ERROR: a double key attribute was founded ???? :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 6 days, 19 hours ago (2008-11-27 21:48:00)  by Yeshia
  Im beginning to dive into OLAP cubes and I find something confusing. I was thinking that you had to take an OLTP database, then transform and create a brand new OLAP database with a star schema (or snowflake I guess) THEN, you can create cubes. But now Im starting to think that you use an OLTP database to create a cube, the cube being the OLAP database itself.   Can anyone give me ...
Thread:  Show this thread (7 posts)   Thread info: So confused... are cubes databases or based on databases - TechNet Forums Size: 853 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "So confused... are cubes databases or based on databases :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Help Needs In MDX - 7 new posts
Started 1 week, 1 day ago (2008-11-25 23:54:00)  by ddsu001
SELECT { [Date Dimension].[Month].[Month].ALLMEMBERS } ON COLUMNS, { [Measures].[TotalProcessingCost], [Measures].[AvgTotalProcessingCost] } * HIERARCHIZE( { [Date Dimension].[Year].&[2007], [Date Dimension].[Year].&[2008] } ) ON ROWS FROM [Sample]   *** date dimension has following [Date Dimension].[DateID]( key ) [Date Dimension].[Month] [Date Dimension].[...
Thread:  Show this thread (7 posts)   Thread info: Help Needs In MDX - TechNet Forums Size: 8,595 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Help Needs In MDX :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 2 months, 1 week ago (2008-09-22 10:12:00)  by Bharthi
Heloo All..   I have created  a  Named Set (query-scoped, WITH SET 'MYSET' AS '{  ...}')which is working properly.   I wanted it as  a session-scoped(CREATE SET CUBE.[MYSET] AS '{...}'  ). i have created  a business rule and deployed in planning business Modeler. Now, It is not giving the correct values..     Any Idea?? Hope im clear wid the info..If reqd,please let ...
Thread:  Show this thread (12 posts)   Thread info: Named Set (Business Rule) - TechNet Forums Size: 883 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Named Set (Business Rule) :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 1 week, 1 day ago (2008-11-25 22:49:00)  by AZ Vick
  I have been trying to get data about the next to last week in my cube and have tried it several ways.  My problem is when I build the query it works, however the next time the cube is processed it seems to break.   Do you see anythign wrong with this MDX? Or have any idea why this is happening.   Code Snippet SELECT {[Measures].[GROUP RESTORE Hr],[Measures...
Thread:  Show this thread (6 posts)   Thread info: MDX query next to last week - TechNet Forums Size: 2,678 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "MDX query next to last week :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
TRIM( ) in MDX ???? - 6 new posts
Started 1 week ago (2008-11-27 10:09:00)  by Bharthi
  Hello Alll,   Is there any function in MDX  as LTRIM()  in SQL?   If not, How can we remove  spaces using MDX ??   Pleas help!!!!!
Thread:  Show this thread (6 posts)   Thread info: TRIM( ) in MDX ???? - TechNet Forums Size: 450 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "TRIM( ) in MDX ???? :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 1 week, 1 day ago (2008-11-25 23:00:00)  by AZ Vick
I needed the bellow calculated measure to show up as a Zero instead of a null if their was a Fact Problem Tickets Count.  It seems to be working, but the guy making the reports says he has to convert the 0 to an integer to do math on it.   Anyone know what I have to do to have the 0 come up as a numeric value?     Code Snippet   iif ( [Measures].[Fact ...
Thread:  Show this thread (5 posts)   Thread info: Calculated Measure 0 needs to be converted - TechNet Forums Size: 1,696 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Calculated Measure 0 needs to be converted :: SQL Server Analysis Services :: TechNet Forums"
SQL Server Analysis Services
Started 1 week ago (2008-11-27 02:12:00)  by Tomo1026
Hi all, I have been developping a analysis cube. The cube has Item demension. There are 100 web and excel reports which includes Item column  and now my client wants to see those reports in desending order with item code. Seems to me that only acsending order can be accepted in demension attribute settings. Does anyone have any solutions?...
Thread:  Show this thread (5 posts)   Thread info: how to set demension attribute in descending order in cube setting - TechNet Forums Size: 1,735 bytes
Related Threads: Same Site | All Sites
Customize: