When you try dw_1.describe(column_name.attributes), you will see ...,color,coltype,compute,criteria.dialog,...
This means that DW object of type Column has undocumented property compute, this property isn't in Powerbuilder Help, isn't in datawindow painter, it is only listed in column.attributes.
Value of dw_1.object.column_name.compute is "?" and propably isn't setable via modify.
I tried "computed column", this mean SELECT col1+col2 as colA ..., to see if the property colA.compute would accidentally contain a "col1+col2", but not.
Does anybody know, for what the undocumented property is?
Maybe it is deprecated (or TODO) property.