Hey,
I'm new to BC and I've been asked with I believe a complex request.
The business wanted to filter purchase orders by dimension values, I initially created a table and page for them to enter the values for each dimension, each dimension is a text field, and they can use | to enter many values
Then I created a query where I made an outer join between the purchase order table and my new table and created a final page where they see the result, here is where I do the filtering using the onOpenPage trigger reading from the query and inserting into a temporal table used on the repeater section of the page. The filtering I was doing was simple, using the StrPos to see if the dimension code from the PO was found inside the text for the corresponding field in my table, but now the user wants to use wildcards: * and ? and so far, I haven't found a way to do it. I thought the string functions could support wildcards, but it seems they don't. I just want to confirm before saying no to the user.
Thanks!