Apache OpenOffice (AOO) Bugzilla – Issue 102112
Query designer does breaks field name containging '/' and quotes both parts
Last modified: 2013-02-07 22:43:37 UTC
To reproduce use the bug document attached to http://qa.openoffice.org/issues/show_bug.cgi?id=86739 Open a query designer Add the field to the query test/field Change the field name to LENGTH(test/field) Tab to next cell the designer parses the entry to LENGTH("test"/"field") NOTE - if you enter the it correctly by hand LENGTH("test/field") the query designer does not change it..so there is a good workaround for this error and I set as a P4