|
Re: modulus [message #143003 is a reply to message #142946] |
Fri, 10 March 2006 19:12 |
Eclipse User |
|
|
|
Originally posted by: jarif.despammed.com
"gunter" <gunter_rombauts@chicago-metallic.be> wrote in
news:dush61$o93$1@utils.eclipse.org:
> I want to determine if the quantity is equal to the convertion factor
> or exact multiples of the convertion factor.
>
> I would normally use quantity modulus convertion factor and get the
> remainder back.
>
> 251 MOD 50 = 1
>
> The problem is that i cannot find such a function in the expression
> builder of Birt.
>
> How can i fix this?
>
>
>
JavaScript is based on C language so you could try % operator
251 % 50 should be 1
|
|
|
Powered by
FUDForum. Page generated in 0.04352 seconds