I have converted the following access IIF statements to SQL Server TSQL and getting DIVIDE by Zero error . Can anyone help please
Access
------([EndDateFor]-(IIf([EndDateLastBase] Is Null,[EndDateBase],
[EndDateLastBase])))/(IIf([EndDateLastBase] Is...