You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@kumarsujendra Right now there is no feature like that, so it would require a contribution from you. I think it can be added by storing the formula in decision field for each row and adding some simple mathematical evaluator to the decision process.
Additionally, we would need to make sure that formula would receive all required variables (table should devine attributed/column for each variable which is used in the formula) when table is created or updated, otherwise you would see runtime errors and it would be a paid to debug them.
@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.
The text was updated successfully, but these errors were encountered: