I would like to roundup a float to the next decimal quarter. For example the number 1.13 should be roundup to 1.25. Can this be done in a function?
Solved! Go to Solution.
Hi @JoostvanDeelen ,
You can use the below expression to round up to quarters,
add(sub(outputs('Compose'),mod(outputs('Compose'),0.25)),0.25)
The code I've used to test:
Output:
Hope you find this helpful! 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
Hi @JoostvanDeelen ,
You can use the below expression to round up to quarters,
add(sub(outputs('Compose'),mod(outputs('Compose'),0.25)),0.25)
The code I've used to test:
Output:
Hope you find this helpful! 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
22 | |
11 |