Viewing 15 posts - 496 through 510 (of 1,839 total)
found here - basically used the syntax from the Filter syntax.
January 21, 2010 at 1:05 pm
appears to hinge on the keyword 'EMPTY', e.g. below....
IF(myField = EMPTY, "its null", "its not")
tested with success on RB1.0
HTH,
January 21, 2010 at 12:39 pm
Ok, may be completely missing the exact location for usage here, but taken from MSDN example for Expression Examples (Report Builder 2.0) -->
Test the value of the PhoneNumber field...
January 21, 2010 at 11:49 am
Definitely Vista machines not Win7? Saw a similar issue on Win7, where a security dll was being affected by (of all things) the Messenger Login Helper Service (or similar...
January 20, 2010 at 1:30 pm
brackets (or for ppl like me, 'square brackets') for member names and dimension names --> [steve]
braces (or curly brackets/braces) '{' for sets --> {mySet}
parentheses (or 'round brackets' for...
January 19, 2010 at 9:57 pm
5) Only when we have datawarehouse, then I can use the SSAS to designed and create my "CUBE" with multidimensional report?
That's correct. Cube is 3 dimensional representation of your data...
January 19, 2010 at 9:13 am
Subset would work, but personally I'd use the range. The issue is not so much 'how' to select the actual years you're looking for, but more that you need...
January 16, 2010 at 7:12 pm
Have you done a test using a scripting method to send the msg (see here)? If this was to work, it would point to either a connection manager issue...
January 11, 2010 at 7:46 am
I think the Year() function is one provided by the VBA lib rather than being a native MDX function, so the format of that datestring may be the cause of...
January 8, 2010 at 3:19 pm
What do your member names look like for the years? Is it like [Dim Month Year Monthly Deck].[Calendar Year].[2010] ? Or is it like [Dim Month Year Monthly...
January 8, 2010 at 10:35 am
[Dim Month Year Monthly Deck].[Calendar Year].[Calendar Year]
When you say this doesn't work as you'd thought it would/should, what does it return exactly?
A simple test you could try, to see...
January 7, 2010 at 11:16 am
Not wanting to be disparaging but making a user use a dimension to select the measure aggregation method rather than selecting a measure that physically aggegates differently, seems a little...
January 7, 2010 at 7:42 am
Is your cube partitioned? If so, approx how many rows per partition? Do you have aggregations on the partitions? Could you post a sample of the query...
January 7, 2010 at 6:48 am
You possibly want to look at adding the Except to the where clause (ie after the 'FROM <cube_name>'). In using the Except where you are, you're trying to say...
January 6, 2010 at 1:09 pm
You'll probably want to slightly reformat that date - you can't created a windows file with any of these characters in the name: / \ : * ? < >...
January 5, 2010 at 10:18 pm
Viewing 15 posts - 496 through 510 (of 1,839 total)