Does the Microsoft Rule Engine support calculations? #485
Unanswered
NileshNTASC
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Microsoft Rule Engine support both high level and Normal calculations?
for example :-
We have two dates, so we can subtract them from each other to get the result.
date1 ="20230610"
date2 ="20230606"
Days (result in days) = date1 - date2
Beta Was this translation helpful? Give feedback.
All reactions