Naming Series with 'dot'

Hello,

May I ask if there by any chance I can include dot (.) in naming series.

I’ve tried several ways like double dots, triple dots and backslash dot, but all do not work.

Thank you.

1 Like

You can use the Expression Naming Rule where you can define the naming convention as format:{fieldname}.-{####}. This allows you to include a dot after the field name. Similarly, you can also add a dot(.) to the naming convention by directly applying it in the autoname function within the Python script of the controller class.(Version 15)

1 Like