I have two date dimensons Mfg date and Expiry date.
I wish to know the qty available for. The sql quey is
Select qty from table1 where mfg date < "User selected date" and expiry date > "User selected date"
How do i write and MDX for this query.
Thanks.