Diesel Expressions and Custom Sheet Set Properties

Diesel Expressions and Custom Sheet Set Properties

Anonymous
Not applicable
1,094 Views
0 Replies
Message 1 of 1

Diesel Expressions and Custom Sheet Set Properties

Anonymous
Not applicable

I'm trying to use a diesel expression to display a custom sheet set property.  However, I'd like to remove the first 3 characters from the field and display only the last 5 characters. 

 

Example:

 

Custom Sheet Set Property "CUSTOM 1" =  XX-12345

 

Display on sheet = 12345

 

I have tried this,

 

$(substr,%<\AcSm SheetSet.CUSTOM 1>%,4,8)

 

but when i remove the sheet from the current sheet set to a new sheet set with the same custom properties (but with different  values) the text field displays the old information still.  When I open the field dialog box, the expression has been changed and reads

 

$(substr,XX-12345,4,8)

 

Any help would be much appreciated,

 

Thanks

1,095 Views
0 Replies
Replies (0)