Html markup inside lookup is not working

Hi,

SC 8.1.067
Multiple records form
Field datatype integer
Grid lookup

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

This lookup is working fine, but when I am trying the same with SC 9.5.002
I get html markup as a normal text.

This forum system parset html code out of the lookup sample.
Anyway if there is for example simple br (line feed) inside the lookup it will be shown as a normal text now.

Could somebody help on this one?
I have used Scripcase 5 years now and this is a dead end.

Just need to put html image tags around filename which got as a lookup inside a “multiple records form”.

This has been worked earlier and I can’t find the way to do it with the current SC version.