Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help with "Or" Function

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

Labels (1)
1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Sum({<[National Account] =>   + <[Customer Group] => +
<[Customer] => +

<[National Account] => +
<[Customer Code] =>}
[QTYBACKORD])

Regards,

Jagan.

View solution in original post

2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Sum({<[National Account] =>   + <[Customer Group] => +
<[Customer] => +

<[National Account] => +
<[Customer Code] =>}
[QTYBACKORD])

Regards,

Jagan.

Not applicable
Author

Hi Jagan

It works .  Thank you 

regards

Nayan