Viewing 15 posts - 1 through 15 (of 211 total)
Sorry for the late reply. Holidays.
For anything but the most trivial examples, you'll find that the ASSL model is the only thing that works. Unfortunately, you'll find that CubeSlice depends...
September 11, 2012 at 2:03 pm
Refresh means something different in the case of offline CUB files in Excel. Short answer, is don't use refresh, but simply change a slicer in your query, that'll cause Excel...
August 8, 2012 at 5:19 am
Rick, help us out a little. Need more information:
Is the attribute on board or off board? What field do you have selected as the key? Are there any nulls present...
October 25, 2011 at 6:31 am
I saw the recient post and thought I'd add a suggestion. It's probably way too late for the original poster, but hopefully will help someone else.
First, you'll want to start...
May 24, 2011 at 6:51 am
Sorry for the late post to this topic. Someone should really go through the open topics and try to get outstanding questions answered. I suspect you've moved on, but hopefully...
April 11, 2011 at 12:34 pm
Seems you got to it shortly after your post.
The SuppressAutoUpdate flag was added to a service pack for 2005 I believe (it's definately in 2008). As of yet, I can't...
April 4, 2011 at 9:18 am
I see the confusion (I think). Yes, everything about your project in MSAS is in or accessable from the "Solution Explorer" tab. Specifically in your case, you needed to get...
October 15, 2009 at 5:42 am
Are you running x64? If so, make sure you have both the 64 and 32 bit drivers installed. Otherwise, let's step through this:
a) check to make sure you can browse...
October 14, 2009 at 1:23 pm
If you'd like some help, I'll need the counts described in my previous post. That'll generally point directly to the disconnect.
March 12, 2009 at 5:28 pm
You can implement your own "RunningValue" function via the report code (Report/Report Properties... Code tab.)
Some thing like:
Dim myRunningValue
Function aRunningValue( currentValue )
myRunningValue= myRunningValue+ currentValue
...
January 19, 2009 at 10:47 am
Ok first, you need to remember that you can't create a "set" of members from more than one attribute hiearchy. Logically attributes are "crossed" to create results.
However, you can combine...
January 19, 2009 at 10:36 am
There's two topics under discussion here, and they deserve to be pulled apart:
Surrogate keys vs business keys.
The case for surrogate keys occurs when you have large business keys and billions...
January 15, 2009 at 8:30 am
Check the Person field carefully for things like trailing spaces (i.e. "A" and "A "). I've seen that more than once.
January 8, 2009 at 12:05 pm
Sounds like a problem with your Reporty Services install. Recommend you reinstall it.
January 8, 2009 at 12:03 pm
Create a calculation as in:
[Code]
With
Member [Prev Quantity Sold] as ( [Quantity Sold], ([Client Tbl Dim Calendar].[Day Week Id].CurrentMember.PrevMember ), Format_String= "#,#"
SELECT
{ [Quantity Sold], [Prev Quantity Sold] } ON...
January 6, 2009 at 12:54 pm
Viewing 15 posts - 1 through 15 (of 211 total)