Hello Everyone,
I'm having troubles creating a Label Style, used in a custom Title Block.
The label style should work based on a formula, which combines different values.
For example:
"123_"+[Layout name]+"_abc"
which, in the formula definition window, translates to:
"123_"+@445@+"_abc"
After saving it, I have placed the Title Block in a Layout.
You can see the resulting text in the Title Block as shown in Capture 03.
I just can not understand why the software puts a bunch of spaces into the [Layout name]-@445@ field.
As if it tries to fill in the available length of the attribute, all the 70 placeholders.
I have checked the name of the Layout (in the Properties window as well), there are no spaced at the end.
Has anyone bumped into this problem?
Is there any solution?
P.S.
Do the following Excel functions work in the formula definition window:
Search - finds a character within a string
Mid - extracts a part of a string, based on the starting position and number of characters.