Tag Archives: decimal

Component’s requirement quantity shows blank value in Work Order in Sage X3

In Sage X3, we have manufacturing module which eases the manufacturing process and present a solution to create one Manufacturing order for finished product and semi-finished product’s components are compiled automatically in the manufacturing process. In Sage X3, before creating the Work order of any finished product, we will require BOM (Bill of Material) of… Read More: Component’s requirement quantity shows blank value in Work Order in… »

How to calculate remainder using x3 mod function

You may come across the situation, where you having arithmetic operation with numbers. You may want to calculate the remainder of division. New Stuff: How to open Sage ERP X3 Code file in Eclipse Editor in Version7? Sage X3 has a special function to calculate the remainder of division. mod: This function calculates the remainder of… Read More: How to calculate remainder using x3 mod function »

How to roundup decimal number to two decimal places

In a situation dealing with arithmetic operations, you may want to roundup the calculation result to up to two decimal places. Sage X3 has a special function to roundup a decimal number to two decimal places. ar2: This function roundups a decimal number to two decimal places. Syntax:  ar2(exp_num) Parameter details: exp_num: Decimal number that… Read More: How to roundup decimal number to two decimal places »