@AndrewDryga and @alexeybondarenko ,
I have installed Gandalf API and Web on my local server and it's working fine as expected. Now I have requirement to use mathematical and logical operators.
Can we use mathematical and logical operators among the parameters captured in different columns. ?
Example on run time our application would calculate amount financed and we know Market value of the property. So we want mathematical operator to calculated Loan to value ration and make sure it is less than 80%
The formula would be (Amount financed/Market value) * 100 <= 80
such kind of rules....
Your help would be highly appreciated.
@AndrewDryga and @alexeybondarenko ,
I have installed Gandalf API and Web on my local server and it's working fine as expected. Now I have requirement to use mathematical and logical operators.
Can we use mathematical and logical operators among the parameters captured in different columns. ?
Example on run time our application would calculate amount financed and we know Market value of the property. So we want mathematical operator to calculated Loan to value ration and make sure it is less than 80%
The formula would be (Amount financed/Market value) * 100 <= 80
such kind of rules....
Your help would be highly appreciated.