Skip to main content
Solved

Truncate field length - Report Designer


Looking for a way to decrease the length of the SOShipLine.InventoryID_description field on a pick list.  Currently prints the entire value (up to 250 characters but only want it to print the first 50 characters.  Have “Can Grow” set to False.

 

2 replies

Badge +18

Hello @rruff74 ,

Please try using the LEFT function. =LEFT( [SOShipLine.InventoryID_description],50)

Acumatica Report Writer

 

Thank you...worked perfectly once I figured out where to insert it in the  existing formula.

Reply