Viewing 15 posts - 16 through 30 (of 48 total)
try this
= Format(DateAdd("s", -1, Parameters!rsThruDate.Value), "dd-MMM-yyyy")
November 21, 2008 at 12:53 pm
Apologies for my ignorance, however despite your additional & edited posts, I am struggling to understand the definition of what "Business Day" is.
A day?
A period of time?
Is it related to...
November 17, 2008 at 5:27 pm
Before in this sort of scenario i have created separate Date and Time dimensions - I have also created sometimes a dimension showing offset from GMT/UTC (in hours) - other...
November 16, 2008 at 5:45 pm
dkhattar (11/15/2008)
Hi,So that means three records, have to be represented as (170+ records) and one record for each day..
...snip...
Is there better way of handling it.
Deepak
Absolutely...That's exactly...
November 16, 2008 at 5:32 pm
Jeff,
Fair point... I have had mixed results with report models, depending on all sorts of factors, but yes, performance can sometimes be an issue.
RedEye,
You missed my point. UDMs are used...
November 15, 2008 at 4:55 pm
Depends on the date granularity you require, but assuming daily,
FKClientKey
FKDateKey
Stock
Value
And your ETL package would load a Stock & Value record per day, based on the daily balance using your...
November 15, 2008 at 4:39 pm
Why bother with views?
Why not construct a UDM (Unified dimensional model) layer over the reporting database instead and create report models for your report builders to hit. That's one of...
November 12, 2008 at 6:34 pm
Derek,
I'd advise you to take a look at this book
You're right that an ODS is a pretty good place to start, and yes, you would normally use an...
November 12, 2008 at 6:22 pm
Try looking at the following
The AdventureWorks samples that ship with SQL Server 2005+ - these are now on Codeplex
Project REAL (a proof of concept developed jointly by Microsoft/Barnes & Noble)...
October 20, 2008 at 5:24 pm
Not a bad site for BI tool comparison.
If you are serious about evaluation, the money spent here is well spent.
October 14, 2008 at 5:32 pm
That's a pretty broad question you have there.
Here is the reference site for Project Real - if you read through the documentation and work through the examples, it gives you...
October 14, 2008 at 4:19 pm
It's not too clear what you are tryin to achieve, however SUM is only one of many aggregation behaviours...
Perhaps you might want to look at creating a measure based...
October 11, 2008 at 5:31 pm
No, IIS is only needed on the report server, not where the reportserver catalog databases are placed and yes, it is a common configuation, especially when you want to have...
October 1, 2008 at 5:57 pm
Does this help?
WITH SET [OrderedSet] AS
'ORDER ( [Retailer].[Retailer Name].[Retailer Name].MEMBERS,
[Measures].[Sales Value Gross RRP Excluding Taxin Local Currency]...
September 30, 2008 at 5:23 pm
Viewing 15 posts - 16 through 30 (of 48 total)