SC8 to SC9 grid lookup is not working anymore

Hi,

I have tried everything, but can’t find the solution.

SC 8.1.067
Multiple records form
Field datatype integer
Grid lookup

SELECT sc_concat("",NKDNimi,"
“, NKDTeksti,”
",NKDKuva,"")
FROM nkdia
WHERE NKDid = {NKDTODia}
ORDER BY NKDNimi, NKDTeksti

This lookup is working fine, but when I am trying the same with SC 9.4.032

I get html markup as a normal text.

Does anybody know solution for this issue?