Since version 9.4.005, I have the following problem. In my pdfreports, I found that if I have the fields defined as “subselect” and have the lookup settings “automatic”, there is the following error
“” Error
Error while accessing the database
Unknown column ‘Array’ in ‘where clause’
SELECT ProductGroupName FROM ProductGroups WHERE ProductGroupID = Array ORDER BY ProductGroupName “”
this is the content of the lookup settings of a subselected field in the lookup settings “automatic”
SELECT ProductGroupName
FROM ProductGroups
WHERE ProductGroupID = {InvoiceDetails.ProductGroupID}
ORDER BY ProductGroupName
if i leave the lookup settings empty, then works, logical, then only the shows the ID’s and not the names