How can I exclude items which contains double quote (") character?
I'm using below code but it is not working
select tcibd001.item
from tcibd001
where tcibd001._index1 inrange {:item.f} and {:item.t}
and tcibd001.item not LIKE '%"%'
selectdo
endselect
Please help.