Is there any trick to getting the parenthesis in your select expert match in the SQL that crystal generates.
I am using this in my select expert, but the SQL that crystal comes up the parens are way off and not using my left join.
I am using this in my select expert, but the SQL that crystal comes up the parens are way off and not using my left join.
Code:
(({%Fee_Effective} < datadate) AND ((isnull({%Fee_Expiration})) OR ({%Fee_Expiration} > datadate))) OR ((isnull({MEDMNGCARE_FEE.MNGPRCODE})) OR ({MEDMNGCARE_FEE.MNGPRCODE}=""))