Viewing 15 posts - 61 through 75 (of 91 total)
Thanks Michael. I've decided to track the item costs in the fact table, and use the ETL scripts to split costs into material/labour/overhead costs.
There is an item cost on...
April 15, 2007 at 4:34 pm
Sorry, that's the point I'm trying to make (but clearly missed). I need to track the item costs historically, and I'm trying to work out the best way to...
April 14, 2007 at 12:59 am
I was able to extract the CHM file using Microsoft's HTML Help Workshop. I can see the help files and worked out number (2). Thanks Steve.
April 11, 2007 at 7:04 pm
Thanks Steve, that's really useful.
That Excel sheet is really clever.
April 10, 2007 at 11:16 pm
Is the BI Studio installed on VS 2003?
April 10, 2007 at 7:44 pm
sqlindia,
There are two authors considered to be the pioneers of data warehousing - Kimball and Inmon. They have some great introductory books and websites:
You might...
April 10, 2007 at 7:19 pm
You've probably already tried this, but I find a full reprocess (all shared dimensions, then the cube you need) can help with this kind of thing.
April 3, 2007 at 8:05 pm
Try this (I'm no expert on MDX, but hopefully this will get you started).
Firstly, you'll need to have a measure for WeeklyBalIntran. You then need to compare this measure...
April 1, 2007 at 8:57 pm
Answered my own question again - DatePart("ww", Now)
March 30, 2007 at 1:20 am
Woohoo!
I've taken the "Fields!" prefix out of the returned value in the formula above. Then using =Fields(Code.MonthField(24)).Value, in a table, against the customer, I get the value I'm after.
March 29, 2007 at 7:03 pm
OK, I've been able to "stringify" the field name using the following formula in the Report Properties Code section:
--------
Public Shared Function MonthField(ByVal MonthsAgo As Integer) As String
Dim EvalDate As Date
EvalDate...
March 29, 2007 at 6:24 pm
When connecting to Query Analyser are you authenticating using Windows-integrated authentication? When you say Reporting Services doesn't see the data, is it that the report doesn't generate any data...
March 29, 2007 at 5:20 pm
Sorry to harp on about Excel again, but would it help to use an empty string ("") instead of space (" ") in your IIF function?
I don't know much about...
March 29, 2007 at 1:33 am
Hi Steve,
For some reason I had issues getting the IF statement to work inside the GENERATE statement. However, I found a workaround using the following:
'GENERATE({[TimeNJ].[Fiscal].[Month].MEMBERS}, {[TimeNJ].[Fiscal].CURRENTMEMBER.LAG(1)}, ALL) - GENERATE({[TimeNJ].[Fiscal].[Month].MEMBERS},...
March 29, 2007 at 1:21 am
Assuming you're using a Pivot Table, there's a few options in Excel for handling empty cells. Try getting Field Settings and uncheck the "show items with no data" field....
March 28, 2007 at 8:21 pm
Viewing 15 posts - 61 through 75 (of 91 total)