I want to see if an attribute when divided by 1000 is left with a remainder ?
Hello @Siban ,
You can use a formula rule by adding your input and output mapping in model editor. In the rule, define a new formula and select your already-added input in the model editor.
For example, if the input is number, the automatic suggestion will appear there.
Use the modulus operator mod 1000 to check the remainder, and set your output target (which is already defined).
Finally, add and save the rule — then you can use it as you wish.
Hope it will helps
Hi @Sam, I tried this way but an error is coming: ‘Formula is invalid.’
Hello @aniket ,Could you please share the screenshots of the steps you performed? I think there might be a small mistake or something that needs clarification.
@Sam Yes, I just found the issue — I was only adding the input field value, but I forgot to add 1000.
