I have created an OQL and now want to add a string parameter so I can manually type in part of the value I'm looking for.
To be specific: I have a report which I need to filter on article number, of which there are about 25,000. Using the drop-down is hardly workable. OQL allows for a 'like' comparison for string values ('ArticleNumber like $ArticleNumber'), but I can't define a string parameter.
If I could get my construct to work in a data grid, I would, but I need data over a many-to-many relation which I need to show as separate rows. I can't tell the data grid to show multiple values as separate rows (at least I haven't been able to find that option).
Any help would be greatly appreciated.