Images in query report

hi all
i`v created a query report for item prices to list fields as :

select tabItem Price.item_code as "Item:Link/Item:120", tabItem Price.item_name as " Item Name:Link/Item:220", tabItem Price.price_list_rate as "Price:Float:0", (SELECT tabItem.image FROM tabItem where tabItem Price.item_code = tabItem.name) AS " Image:item_image" from tabItem Pricewhere tabItem Price.selling = 1 and tabItem Price.price_list = "1stsell" and tabItem Price.buying = 0

and it works fine but the image field show only the path of the image how to format it as html img field ??

thanks in advance

I am not sure that is possible out of the box and is not supported by SlickGrid.

Ok
What about the ability to show item price in item list view with images ?

@Mahmoud_Ghoneem
you got any solution to add images in Query report

Not Yet !!