Missing operator modulo

Issue #223 resolved
Martin Widemann created an issue

It would be nice to have a modulo operator (https://en.wikipedia.org/wiki/Modulo_operation) for the boolean expression. Currently I build it with a simple workaround, but that's not very nice.

({Total time spent (minutes)} / 30) = round({Total time spent (minutes)} / 30)

Comments (1)

  1. Log in to comment