SOLVED
How can I get the output values only Multiple of 5
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
munipavankumar
8 - Asteroid
‎12-28-2023
01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I need an output values that are multiple of 5. I have attached the picture for your reference.
Can any one please help!!!. Thanks
Solved! Go to Solution.
Labels:
- Labels:
- Community
2 REPLIES 2
TimN
13 - Pulsar
‎12-28-2023
07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
aatalai
14 - Magnetar
‎01-29-2024
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@munipavankumar you could also use the filter tool with the following condition
If isinteger( [score]/5) then "True" else "False" endif
