Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI! I have 3 objects: client ,unloadplace and product, when I select a field from client and after I select a field from unloadplace, I need to see all products of this client in another tabrow but not only field of selected unloadplace, is it possible? I've used : sum({$1}product) and it worked but I need something more universal because there are different situations when first I select field from unloadplace and after this I select client and I need to change expression from sum({$1}product) into sum({$2}product).
Thanks in advance!
Hi Cucuta,
If I understood your problem, you need to show all products a specific client has, ignoring the unloadplace selection correct?
If so, you can treat it inside the set analysis, ignoring the selection of unloadplace, something like this
sum({<unloadplace>}product) // This will ignore the unloadplace selections.
Felipe.
Thanks!
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).
If not, please make clear what part of this topic you still need help with .