Hi All
A stored calculation is not accessible in the Property Editor when trying to put it on a form.
There is an associated naming problem (upper lower case). If I name a calculation countryName an the corresponding table column countryName as well, which is converted by Servoy to countryname, the column is displayed in the property Editor (but there is no content).
Example: A stored calculation (i. e. there is also a table column with the name abc), e. g. abc with code: return “hello” is not displayed as a column in the property editor.
Servoy Developer
Version 3.0b3-build 364
Java version 1.5.0_06-64 (Mac OS X)
Best regards, Robert
PS: By the way, As one can not access a column more than 1 relationship away, I tried the workaraound with the calculation where it is possible to access a column 2 or more relationships away, e. g. return located_in.part_of_country.name;
Could (if the above problem is solved) I use that as a column in a Leading Subsummary (for a report)?