![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SELECT avg(DATEDIFF (d,a.testdate,b.offerdate)) from tblapp a, tbljob b where a.testdate > '1/1/2000' and b.offerdate <= '8/13/2003' and b.offerdate > '1/1/2000' and a.userid = b.userid and a.offer = 1 and a.owner in (select ownerID from tblArea where areaclusterID in (select areaclusterID from tblareacluster where marketgroupid in (select marketgroupid from tblmarketgroup where superregionid=670))) Is it possible to write an MDX for this . -- Dev Noronha Posted via http://dbforums.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |