I am trying to do something that must be very simple but for the life of me i cannot work it out.
In this TEST MODULE i have a normal filter and i apply a logic to the sales volume stating if check? (the customer in the module = chosen customer) then sales volume else 0 and it works 100% as expected, removing the values and the total is as expected.
The second table is a user filter, same logic in line item, if check? (User Customer = customer) then Sales Volume else 0, and the filter on the UX is using current user, so hides the unwanted rows, so far so good.
BUT the Total shows the total for ALL customers. I need the total to ONLY show the filtered customer. How is this done?
thanks in advance