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: 
vardhancse
Specialist III
Specialist III

Condition for the status

Hi,

Have a requirement is that,

I am trying to create one calculated dimension based on 3 fields.

Fields:

1

2

3

now the condition is that if the count(1=2=3),'Match','Not Match')

if(1= 2 & 2=3,'Matched','Not Matched') as Count_Status

Labels (1)
2 Replies
tresB
Champion III
Champion III

if(1= 2 AND 2=3,'Matched','Not Matched') as Count_Status

Assuming 1,2,3 are field names.

er_mohit
Master II
Master II

try this on front end side

aggr(if(1= 2 AND 2=3,'Matched','Not Matched'),1,2,3)

check on suppress null value