Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Conditional Mapping Data Management

edited Dec 1, 2020 5:16AM in Planning 13 comments

Summary

SQL script to multiply the amt and upload the result

Content

sAmount = float(fdmRow.getString("AMOUNT"))

if sAmount == 0:
fdmResult = IGNORE
else:
fdmResult = sAmount*1.366

 

Trying to Multiply the amt and export this into a file for users. As I am working in ARCS I couldn't do any calculations inside the application and pull.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!