I need an output values that are multiple of 5. I have attached the picture for your reference.
Can any one please help!!!. Thanks
Hi,
I think the Mod function can do what you want. Here is an example.
@munipavankumar you could also use the filter tool with the following condition
If isinteger( [score]/5) then "True" else "False" endif