It works as following:
-
NamedDatabaseRange[FieldName]
-
NamedDatabaseRange[[FieldName1]:[FieldName3]]
-
Operator “@” doesn’t work (ref to table cell in current row), but you can use “implicit intersection” and define the whole field range as NamedDatabaseRange[FieldName]. The current row cell will be used implicitly. That’s the same.
Note: Syntax as NamedDatabaseRange[[#This Row],[FieldName]] also works in my localized (russian) version of Calc (“This row” means “Эта строка” and semicolon is used instead of comma as a list separator).
For example: NamedDatabaseRange[[#Эта строка];[FieldName]]
See for details:
https://www.youtube.com/watch?v=qyukaIetjPU
time: 06:30
Unfortunately there is no mention about it in Calc 6.2 Guide. But if you save, close your file and then open it again, all structured references will be replaced by common references to ranges. There is a problem!