MDX DateDiff([08/01/2011],[07/31/2011],DP_DAY) gives zero
Tried the dateex function to convert the mm/dd/yyyy, but couldn't. Need help here
CASE when IsLevel([Date].CurrentMember,0) THEN
DateDiff([08/01/2011],[07/31/2011],DP_DAY)
END
CASE when IsLevel([Date].CurrentMember,0) THEN
DateDiff([07/31/2011],[08/01/2011],DP_DAY)
END