This question has been flagged
1848 Views

I have Dimension types Width with options 180,190Profile with options 50,55 and Diameter with option R15.

The default name generating syntax is  

[_o.dimensionid.name_] - [_o.optionid.code_]

Which generates names like this:

Width - 180 Profile - 50 Diameter - R15Width - 180 Profile - 55 Diameter - R15Width - 190 Profile - 50 Diameter - R15Width - 190 Profile - 55 Diameter - R15

I want the name generator to generate names like this:

180/50 R15

180/55 R15

190/50 R15

190/55 R15 

So the code would be something like:

[_Width_]/[_Profile_] [_Diameter_]

Anyone here who understands the name generating syntax who can help me? Thanks

Avatar
Discard