Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
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
14 - Magnetar

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

 

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

Labels