Hello OF-team, I would like to concatenate a taxon name from my species list with a number from a code list. For example: "Fabaceae sp". + "1" = "Fabaceae sp.1" I am trying with the following code, but in the new field, only the taxon name appears: concat(idm:speciesListData('spp_list', 'scientificName', species),string(code_list)) If I add additional arguments, the result remains the same, so I assume that the concat() function does not recognise the arguments. Thanks for any piece of advice, Jan |
Dear Jan, |