Viewing 15 posts - 1 through 15 (of 23 total)
happycat59 (1/15/2014)
How aboutSUM ( { [Billing Type].[Type].&[Bill] } , [Measures].[Hours] )
That did it.
I have really got to get through some MDX courses. Self-taught or otherwise.
Thank you....
January 15, 2014 at 7:53 pm
Kudos to SSC for being on top of this and going above and beyond.
Here is some SQL I use to calculate a rolling P95 average.
Rob
SELECT DISTINCT
DATEADD(M,T.N - 1, TD.First_Worked) as...
December 5, 2013 at 8:16 am
hrvoje.piasevoli (11/8/2012)
That number converted to something understandable is roughly 270 years!? For a service request? 🙂
The easiest way to see if your processing is failing because of this number...
November 9, 2012 at 7:26 am
Martin Schoombee (10/22/2010)
No, you shouldn't have an extra entry in the fact table...because there isn't another transaction for that amount and your numbers will double when aggregated.
Martin - thank you...
October 22, 2010 at 12:54 pm
PugMaster (7/7/2010)
Sorry datawarehouse newbie question! I am not sure how to maintain the relationship between Fact and Type 2 Dimension.
i.e if a new row is inserted into a dimension table...
October 21, 2010 at 9:10 pm
Jeffrey Williams-493691 (10/3/2010)
October 4, 2010 at 6:14 am
Thank you for your offer of assistance. Below is the code for the two tables. Attached is a sample of the data from the tables.
In the interest of...
October 3, 2010 at 4:45 pm
Markus (8/30/2010)
Do you have an auto rebuild indexes task running? That would explain it.
Yes. On Sundays, an SSIS package runs that checks DB integrity, rebuilds the indexes and...
August 30, 2010 at 9:46 am
Keep in mind that this only works up to 23:59:59. Anything greater than or equal to 24 hours (86,400 seconds) will not work. I have reports were we...
May 5, 2010 at 1:04 pm
nigel.c.west (2/17/2009)
February 17, 2009 at 8:18 am
Jack Corbett (9/8/2008)
I think you can use the ReportItems Collection. So the expression, using your example below, would be:
ReportItems!TextBox1.Value/ReportItems!TextBox2.Value
I could remember reading about the ReportItems collection but could not...
September 8, 2008 at 8:32 am
David Klug (9/4/2008)
September 4, 2008 at 8:37 am
Robert Hake (9/4/2008)
September 4, 2008 at 6:54 am
David Klug (6/26/2008)
September 4, 2008 at 5:45 am
Mazharuddin Ehsan (8/27/2008)
Yes you are right. But it is surprising that LAST_UPDATED_DATE is not a Date field.
I feed data from Oracle into SQL Server. When I started with SQL...
August 27, 2008 at 7:01 am
Viewing 15 posts - 1 through 15 (of 23 total)