Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this formula below , where the value is not affected when I select a “National Account”
Sum({<[National Account] => } [QTYBACKORD])
I want to expand the formula and also include “Customer Group” , “Customer” and “Customer Code” . I’ve tried different formulas but with no success. Below is the last formula I tried.
Sum({<[National Account] => } [QTYBACKORD]) or
Sum({<[Customer Group] => } [QTYBACKORD]) or
Sum({<[Customer] => } [QTYBACKORD]) or
Sum({<[Customer Code] => } [QTYBACKORD])
Can you tell me where im going wrong.
kind regards
Nayan
Hi,
Try like this
Sum({<[National Account] => + <[Customer Group] => +
<[Customer] => +
<[National Account] => +
<[Customer Code] =>}
[QTYBACKORD])
Regards,
Jagan.
Hi,
Try like this
Sum({<[National Account] => + <[Customer Group] => +
<[Customer] => +
<[National Account] => +
<[Customer Code] =>}
[QTYBACKORD])
Regards,
Jagan.
Hi Jagan
It works . Thank you ![]()
regards
Nayan