Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...decode(sign(<column-name>),-1,null,0,null,1,ln(<column-name>)...
ROUND ( LN ( (1/(1-((Loan_Bal_Amt*(Int_Rt/12)))/Pmt_Amt)))/ LN ( 1+(Int_Rt/12) ),2)
SECLET count(*) from <table_name>
WHERE Loan_Bal_Amt*(Int_Rt/12)/Pmt_Amt < 1;