Automatic Upper case on report definition
Hello,
I'm having some issue about a query : it took to long for users to request a table.
After investigating, it appears that a Upper is summon by the request of my report definition.
i'm just asking to do a "select * from mytable where myproperty = 'xxxxxxxx';"
but I automaticaly have a "select * from mytable where (UPPER(myproperty) = 'xxxxxxxx');"
I havn't seen any option to remove that Upper. Am I missing something ?