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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
emilyrabbit
Creator
Creator

filter issue

Hi ,I create a master item,

[Company Name]=IF(Match(Fact_Type,'FACT_ORDER','FACT_INVOICE','FACT_PURCHASE_ORDER','FACT_OUTBOUND_DELIVERY'),
[Company Sold To Party],
[Company]
)

And I create a sheet , [Company Name],[Company Sold To Party],[Company]

emilyrabbit_0-1750172085131.png

when I select [Company Name]= A, and the [Company Sold To Party]and [Company] are selected at the same time .It isn't what I want to. Pls help me .

emilyrabbit_1-1750172171932.png

emilyrabbit_2-1750172228734.png

 

Labels (4)
1 Solution

Accepted Solutions
chriscammers
Partner Ambassador
Partner Ambassador

You are going to have to move your formula to the data model. When you use a complex formula in a calculated dimension qlik interprets the selection values based on the formula so whatever fields contribute to the value end up with the selections on them.

 

View solution in original post

1 Reply
chriscammers
Partner Ambassador
Partner Ambassador

You are going to have to move your formula to the data model. When you use a complex formula in a calculated dimension qlik interprets the selection values based on the formula so whatever fields contribute to the value end up with the selections on them.