Viewing 15 posts - 1,726 through 1,740 (of 1,839 total)
Peter,
Not sure if this will do exctly what you are after (I ran out of time trying to work up a sample cube similar to yours), but I'm hoping it...
October 20, 2003 at 11:07 pm
Hi Pete,
I have a suggestion, that is not actually a direct answer to your question.
A quick solution to this issue would be to add a flag field to...
October 6, 2003 at 5:41 pm
Just on the calc member, what error where you getting? I just took what I created as a session calc member (ie what i posted last time) and put...
September 30, 2003 at 5:29 am
Hey Al,
Keith is spot on, I know the reasoning behind your project, but one of the most important things I've ever learnt in doing BI consulting is horses for courses....
September 30, 2003 at 5:15 am
Have you thought about using the firstchild and lastchild functions?
Excuse the gumby names on calc members, but the following is equivalent to x <= 1997.July and y >= 1997.april
WITH
MEMBER...
September 28, 2003 at 6:45 pm
Steve,
One way (not necessarily the best way) is to add the msmdsrv.exe process to your perf view (ie it's under the "process" counter type). Then add the Private Bytes...
September 24, 2003 at 9:02 pm
Hi Michael,
I can't think of any. Possibly a requirement for a few more indexes on the table to make it perform in all of it's roles? Other than...
September 24, 2003 at 6:02 pm
Michael,
We have recently had a similar problem. In short, we had dimensional data that relied on a Business Unit for unique identification. So for e.g. we had a...
September 23, 2003 at 12:19 am
Michael,
Keep in mind that those customer attributes were introduced by me (evil steve ), they may not actually exist!
Steve.
September 22, 2003 at 11:31 pm
I'm not sure if you want all of the customer groupings in one dimension. If a customer can belong to more than one group, and the dimension is a...
September 22, 2003 at 6:52 pm
Calculated cells shouldn't increase the size of the cube at all, they're calculated at run time, so only the formula is stored. I would suggest looking into BOL for...
September 22, 2003 at 6:42 pm
We had a similar issue when trying to warehouse and then report on data from Casiosoft's MobileLink software. We basically created a cube per job. In some ways,...
September 21, 2003 at 7:11 am
If you're using "old"/classic asp to produce reports, why not use adomd directly to query the AS server?
September 21, 2003 at 7:03 am
Depending on the requirement, if you're into using beta s/w, the beta for ADOMD.Net is out, which would remove any interop issues.
The whole pass through query thing works a bit...
September 21, 2003 at 6:57 am
Alan,
Not sure if this helps but you could try something along the lines of
WITH
SET
[Good AND Pearl Stores]
AS
'FILTER(
...
September 21, 2003 at 6:30 am
Viewing 15 posts - 1,726 through 1,740 (of 1,839 total)