Formulation
New Member
- Joined
- Aug 26, 2016
- Messages
- 25
I'm trying to concatenate several columns, one of which contains leading zeros in some of the cells.
Example below: Row two is correct (PN # Column)
Row 1 is not bringing over the "00" in "003"
I have the length column set to display as 003 but concatenate is removing the two 0's.
[TABLE="width: 650"]
<tbody>[TR]
[TD]PN #[/TD]
[TD]Length[/TD]
[TD]Feet[/TD]
[TD]Other Parts[/TD]
[/TR]
[TR]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC3M[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]003[/TD]
[TD]M[/TD]
[TD]C1-LCLCBD3OM2APLDC[/TD]
[/TR]
[TR]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC270F[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]270[/TD]
[TD]F[/TD]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Example below: Row two is correct (PN # Column)
Row 1 is not bringing over the "00" in "003"
I have the length column set to display as 003 but concatenate is removing the two 0's.
[TABLE="width: 650"]
<tbody>[TR]
[TD]PN #[/TD]
[TD]Length[/TD]
[TD]Feet[/TD]
[TD]Other Parts[/TD]
[/TR]
[TR]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC3M[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]003[/TD]
[TD]M[/TD]
[TD]C1-LCLCBD3OM2APLDC[/TD]
[/TR]
[TR]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC270F[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]270[/TD]
[TD]F[/TD]
[TD][TABLE="width: 215"]
<tbody>[TR]
[TD="width: 215"]C1-LCLCBD3OM2APLDC[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: