Pb data window to give the mantissa of decimal places, for example, the result is 12.56, want 12
CodePudding user response:
Adjust the dw dataobject object column attributes of the
Adjust the format attribute, is changed to # # # # # # 0
CodePudding user response:
A decimal ldc_num
Int li_num
Ldc_num=12.56
Li_num=truncate (ldc_num)
CodePudding user response:
Li_num=truncate (ldc_num, 0)
CodePudding user response:
Actually give up or don't show?
CodePudding user response: