Printing IBLPN label with cases quantity rounded to 3 decimal places — Cloud Customer Connect
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

Printing IBLPN label with cases quantity rounded to 3 decimal places

Summary:

Hello any input how can we print IBLPN case quantity rounded to 3 decimal places. I tried round it doesn't work so came up with below expression

(int(3.64321 * 1000 + 0.5) if 3.64321 >= 0 else int(3.64321 * 1000 - 0.5)) / 1000, this expression works but how do I get actual iblpn case quantity to replace 3.64321 in this example


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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