Viewing 15 posts - 16 through 30 (of 43 total)
Ok... I'm not sure why the calculated member is setup that way then. What is the calculation trying to do? Is it just trying to show the grand total for all of the...
July 30, 2007 at 11:38 am
I suggest that you convert the excel to a csv file first for 2 reasons. One, I have had many cases where values in an Excel datasource never make it...
July 27, 2007 at 1:32 pm
Look at the "Date Name" scripts on this site. I use this all the time by using an execute process task: http://www.ericphelps.com/scripting/samples/
Though, it could probably be used in an...
July 27, 2007 at 1:21 pm
What does the script need to do? Just change the filename of a file that already exists?
July 27, 2007 at 1:09 pm
I may be thinking about this wrong as my brain is fried from a long week. But potentially, you could add Customer_ID as a measure in the cube and then...
July 27, 2007 at 1:03 pm
Sure... I think you could do it with MDX by using the Descendants function to look at the lowest level values in combination with IIF to determine if the value...
July 27, 2007 at 8:26 am
I looking at your MDX query a little more, it looks like you must have a product with the same name in the [Sku].[Brand].&[150] and [Sku].[Brand].&[15] rollups. Because the "ALL"...
July 26, 2007 at 1:01 pm
It's really hard to troubleshoot MDX code without having the database handy to query, but I think your problem lies in the calulated member in you MDX query:
WITH MEMBER [Sku].[...
July 26, 2007 at 9:07 am
1st thing.... Analysis Services is not really designed to create a mailing list, so I would leave that out of your design considerations. A mailing list is a job for...
July 24, 2007 at 2:56 pm
I would calculate your measure at the lowest level. In your case hours. Then do a simple calculation to convert to days:hours.
July 24, 2007 at 9:43 am
Sorry... should have specified that the calulation would be a calculated member in the cube. Otherwise the Days:Hours will not rollup properly.
July 24, 2007 at 9:43 am
So, in the dimension editor, level 1 should be set to Cust# and level 2 should be set to Line#.
With it setup that way, and after you do a full...
July 24, 2007 at 9:02 am
Are you trying to use two tables in the dimension editor?
Why not combine the tables into a dimension table that has multiple levels:
Cust# Line#
1 1
1 2
1 3
2 1
2 2
July 24, 2007 at 8:50 am
Vijay,
If that's the case, you may want to consider Michael Earl's idea. It will require rebuilding your dimensions and cubes though. However, if you have a very large cube, performance...
July 23, 2007 at 7:41 am
If you can clarify your question I think we may be able to help you more easily. How about some sample data as well?
July 20, 2007 at 2:21 pm
Viewing 15 posts - 16 through 30 (of 43 total)