Viewing 15 posts - 16 through 30 (of 43 total)
This is how I tried to do it, but it didn't work.
I don't understand how to use Case?
Select ISNULL(MySurvey_Started, 0) As SurveyStarted, ISNULL(Start_User_Information, 0) As Step1, ISNULL(Start_Dependents, 0) As...
June 3, 2005 at 12:45 pm
ok, here is how I have changed the code but I am still getting error messages
<code>
(dbo.User_CIS.Installment_Total_Fee *
select power((1 + (0.16 / dbo.User_CIS.Length_Installment),(dbo.User_CIS.Length_Installment*1))
</code>
May 17, 2005 at 3:01 pm
I did end up doing the isnull in my stored procedure and it fixed the problem.
May 6, 2005 at 8:46 am
Frank
I am doing compounding. My procedure is similar to the way you do it.
Thanks for the input!
April 29, 2005 at 9:34 am
Viewing 15 posts - 16 through 30 (of 43 total)