Hello, I want to add other math functions such as floor,log10 and so on . How can I add this functions. or should i creaye Js code to do it ::::)
Creating JS Code is a good solution.
Make sure you wrap it in a client or server action, and set the "Function" property to "Yes", to make it easy to reuse.
Also, don't forget to check if there's a ready-made solution already in the Forge!
Hello Duisenbek,
Please go through this Component it has all Mathematics actions which will help you to achieve your functionality.
Regards,
Pavan R
Hello, I solved this problem. I added math extenstion and used it as Server action. Thank you :)