General Discussions

Discuss any topics that are not product-specific here.
SOLVED

How can I get the output values only Multiple of 5

munipavankumar
7 - Meteor

I need an output values that are multiple of 5. I have attached the picture for your reference.

Can any one please help!!!. Thanks

Screenshot 2023-12-28 152623.png

2 REPLIES 2
TimN
13 - Pulsar

Hi,

I think the Mod function can do what you want.  Here is an example.

aatalai
13 - Pulsar

@munipavankumar you could also use the filter tool with the following condition

 

If isinteger( [score]/5) then "True" else "False" endif

Labels