“InventoryNr” is a dropdown that holds all “OrderNr's” from “Table2”
Example for the first row
30, 31 Donuts Button == Put Donuts to "Overview from Table2" where OrderNr == 30 , Put Donuts to "Overview from Table2" where OrderNr == 31
“Overview” row is empty and should be updated depending on the selection of “Table1”.
The row must display single items (e.g. Cake) and also multiple items (e.g. Donuts, Bagels).
Hi @Stefan and @Federico_Stefanato
I think that it’s a problem of multiple currentvalue, i didn’t study yet the new formula that should make you able to circumnavigate this issue, but you can try with that, or we can look for alternative solutions (also called workaround…)
@Mario, I agree.
It’s still not clear the actual data model and the use case.
I have the feeling that this solution is “hiding” a potential different (and easier) approach.
@Stefan oh well there are any type of workarounds, you can treat it like a text and then after copying it you can re-create the correlation with a formula, or you can use multiple row, one for each weeknumber and use another “canvas” button to press the others (just the one you need using a filter), and so on
Hi @Stefan,
I tried to build up a very basic implementation of orders management in your document.
I’m not sure this is going to the right direction and if this mimics the actual needs you have.
Let me know if this is close: in that case, I think that reporting information, can be easily derived from the underlying data model.