Viewing 15 posts - 61 through 75 (of 95 total)
Hans-
Thanks for the persistence and I'm really starting to like the fully dynamic calculation idea. Going to run some tests now...
- B
April 4, 2003 at 7:27 am
On a related side note - here's what I'm doing to calculate cumulative performance - Month to Date, Quarter to date etc...
It uses LOG and EXP with SUM...
April 4, 2003 at 6:47 am
Actually - spoke with a Finance guy and he has a slightly different way which is additive and uses LOG and EXP - but the result is exactly the same....
April 3, 2003 at 8:26 am
Most excellent David - thanks.
My performance data ends up looking like this:
ENTITY DATE PERFORMANCE
S&P 500 5/1/2002 ...
April 3, 2003 at 7:11 am
Thanks Steve -
I have both "ToolKit" books - have read the older one and am halfway through the newer.
Unfortunately, I can be a conceptual blockhead at times and am still...
April 2, 2003 at 6:56 am
Thanks -
So are you saying I do not necessarily need a data warehouse, data marts, or some kind of temporary scrubbing tables? I can "Load My Cube" every day...
April 1, 2003 at 9:31 am
Thanks again S -
"Out of curiosity, why try to go with a trigger to start with?"
1) I'm primarily a middle-tier / front-end developer. As such, I've read much of...
March 14, 2003 at 6:48 am
Well, thanks and here's why.
If I wanted to change this group from
Group1 Bob 50
Group1 Joe 50
To This:
Group1 Bob 60
Group1 Joe 40
It would probably be accomplished in 2 Update statements.
Update Groups...
March 13, 2003 at 6:48 am
Thanks Scorpion...Thanks.
I "Assume" such things are happening - but - I also assume the worst. Meaning - it's warning me for a real reason. Perhaps I'm doing something...
December 23, 2002 at 7:06 am
When I save the Computed Formula - I get this message:
Warnings were encountered during the pre-save validation process, and may result in a failure during save. Do you want...
December 20, 2002 at 3:23 pm
Hey funny guy...
1) Read my posts - I obviously have a "working" solution.
2) If you actually took the time to test my sample and have ever written a program before...
December 13, 2002 at 7:08 am
Again....
Please look at the source code.
*Important*
There are no non-deterministic functions in my example function and it compiles fine.
*Important*
The function compiles and runs fine.
Problems arise only when calling the...
December 12, 2002 at 10:01 am
Heh Don...
Read my first post carefully - in fact - try it on your machine. My problem is that I AM passing in a datetime param.
All I want to...
December 11, 2002 at 10:40 am
Ya thanks -
I have that working - but it seems that any time I try to embed functions as parameters I get problems. I'd like to use T-SQL...
December 11, 2002 at 9:26 am
Thanks again Mike.
Ya - I've been reading myself and "Surrogate Keys" are mentioned many times. However - What if I wish to link from my Cube back to the source...
December 9, 2002 at 1:41 pm
Viewing 15 posts - 61 through 75 (of 95 total)