I have a report that subtracts html data out of the database.
my report process that data with dbr.html command
Select distinct
concat('dbr.html:','[',time(ra.datevalue),'] ',(select raWeergave.multilinehtmlvalue from `937`.registrationanswers raWeergave where raWeergave.questionid = 4252 and raWeergave.registrationid = r.registrationid), concat_ws(' ',' [ AUTEUR: ',p6.lastname,p6.firstname,']')) as 'Detail' ....etc
Now it happens that the data field containing the html data (raWeergave.multilinehtmlvalue) has some values that causes the dbr.html commando to abort with no error message, the report just stops.
Is there a way i can preventing that the report stops ?