When i am trying to display the results with json_unquote its showing HEX numbers in the birt.

DB Script for creation of table:
CREATE TABLE action_data1 (
id_ref bigint NOT NULL,
data_map text,
PRIMARY KEY (id_ref)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Rptdesign was attached here

birt. Please show (in text, no pictures) the definition of your table, and some sample data see minimal reproducible example. - Luuk