I am looking through the expression builder and am not finding a clear operator to perform a mod against a number. i.e. perform a division but output the remainder only. e.g. 5 % 3 = 2
Am I missing something? Does a native modulus exist and if not is there a way I can emulate it with the available functions and operators?