Use Like Statement in Query Report

Hi,

Can anyone please tell me that how to use LIKE statement in query report,
I’ve tried too many syntax but all of them giving error like

ValueError: unsupported format character 'A' (0x41) at index 202
OR
TypeError: not enough arguments for format string

where field like ‘%%text%%’

use double % instead of single

3 Likes

Thanks buddy.

Thank you. It worked.