cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Arithmetic Operations such as SQRT Square Root is still not available in ABSL?

0 Kudos

Hello everyone,

I have the problem to calculate with "Advanced Arithmetic Operations" such square root, Logarithm etc.

So do anyone have some solution? or the only way we have to use the external service?

Thank you and Regards

Pek

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member268378
Active Participant

Dear Pek,

You can refer https://answers.sap.com/questions/10864244/advanced-arithmetic-operations-such-as-sqrt-square.html which was raised for the similar query.

Thanks & Regards,

Deepty

0 Kudos

Hello Deepty and Saurabh,

Thank you for your answer and I will try the your solution.

Hopefully, Next major update will have these function for calculation.

Thank you and Regards,

Pek

former_member226
Employee
Employee
0 Kudos

Hi,

As SAP Cloud applications studio do not expose any standard feature to calculate Log or SQRT of a number hence you can opt for some free REST API (like https://api.mathjs.org/). You need to create an external web service integration (REST) in PDI and then consume the same via ABSL script. This should solve your issue.

BR