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
In this case, the "and" block returns false, and the ">" block returns true. Therefore, the final result should be "True"
The JS version returns true, but when I try it in the .net project with this nuget package, it returns false.
Any suggestions? Maybe the structure in C# should be different than the one used in JS?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to apply a complex rule that works on the js version, but not in the package:
Example:
data:
{ "DebtService" : 0.7, "AnnualRevenue": 100, "BNIScore": 20}
In this case, the "and" block returns false, and the ">" block returns true. Therefore, the final result should be "True"
The JS version returns true, but when I try it in the .net project with this nuget package, it returns false.
Any suggestions? Maybe the structure in C# should be different than the one used in JS?
Thanks!
The text was updated successfully, but these errors were encountered: