Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

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

How can I get the output values only Multiple of 5

munipavankumar
8 - Asteroid

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
15 - Aurora

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

 

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

Labels
Top Solution Authors