Hi there,
it seems I’ve a block and maybe someone can help me.
I have four tables:
Customer PO (term: Customer PO Number)
Internal PO (term: Internal PO Number)
Supplier Invoice (term: Supplier Invoice Number)
Internal Invoice (term: Internal Invoice Number)
I want to integrate on my main page a text control for input a search term and a search button to start the search over all four tables (for a quick search). The input field should me allow to use partly search terms (not exact).
With pressing the search button, In my imagination a “window” opens with a filtered list from each table.
The opened “window” could be a separate page (URL) or a table with canvas.
Man, this is hard to describe.
My problem is: which formula do I need to put on the search button?
Does anyone understand, what I want to do and can help me please?
You can enter a “lorem ipsum” term in the field called Search for and then click on the button Search .
The button will search through each field Search in each tables and modify each multi-select relation fields (linked to each table you want to search) according to what ContainsText() returns, then open thisRow.
… and there might be different ways to get to the same result, I just don’t have enough time to look more into this at the moment… But I hope this helps a little