CoreBOSBB
Can we use expressions in listcolumns? - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Can we use expressions in listcolumns? (/showthread.php?tid=2209)



Can we use expressions in listcolumns? - Guido1982 - 11-01-2021

Lets say I want to alter the columns for the Assets related list under products. I want to show not only the customer, but also the customer city and postal code. Could I use an expression in the field directive of the listcolumns business map?


RE: Can we use expressions in listcolumns? - joebordes - 11-01-2021

I'd say you can't because, if I remember correctly, the business map just uses the column name you give it, the query has to have the field, so, if it works it would be just putting the field name and hoping that the internal query extracts that field.