Hi Isomorphic,
I just noticed that includeFrom does add the column name I give in includeFrom="DSNAME.mycolumn" to the select-statement.
As it already has to go the parent DSNAME.ds.xml in order to set up the SQL-join, it should also include the customSelectExpression defined for DSField mycolumn and not just add mycolumn to the select list.
I don't know if this is on purpose, so I added "Bug?" to the title of the post.
Best regards,
Blama
I just noticed that includeFrom does add the column name I give in includeFrom="DSNAME.mycolumn" to the select-statement.
As it already has to go the parent DSNAME.ds.xml in order to set up the SQL-join, it should also include the customSelectExpression defined for DSField mycolumn and not just add mycolumn to the select list.
I don't know if this is on purpose, so I added "Bug?" to the title of the post.
Best regards,
Blama
Comment