Hi,
I want to build a calculated fields that compute for the number of hours between 2 date attributes.
let's say I have 2 dates:
1/1/2007 15:30
1/2/2007 9:10
It will give me 18 hours.
cherriesh
Try
VBA!DateDiff('h', DateValue1, DateValue2)
|||Depend where you want ir and the importance for your project...
You can do that calculation inside a report, in a cube... or you can create it using SQL statment in a named calculation in teh datasourceview in Analysis Services...
helped?
Regards!
|||Problem resolved?
regards!!
No comments:
Post a Comment