I continue to develop my big report and I cannot find out how to do one for the first look simple thing:
I want to create the parameter with 'LIKE' pattern:
ex:{table.name}like {?param1}
It's gives me in query value for field without '%':name like 'value'
I was trying to do write it with the different ways:
ex:{table.name}like {?param1}+'*'
{table.name}like {?param1}'*'
{table.name}like '{?param1}+*'
Nothing help!
Any ideas?
I'll appreciate any answer
Lana.
I want to create the parameter with 'LIKE' pattern:
ex:{table.name}like {?param1}
It's gives me in query value for field without '%':name like 'value'
I was trying to do write it with the different ways:
ex:{table.name}like {?param1}+'*'
{table.name}like {?param1}'*'
{table.name}like '{?param1}+*'
Nothing help!
Any ideas?
I'll appreciate any answer
Lana.