Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
santho_ak
Partner - Creator III
Partner - Creator III

Nested if error

Can someone figure out what is wrong. It says ok but unable to visualize.

count (If(Match([R1],'A' ,

'B','C' 

),'Good')

and

If(Match([R2],'C','D', 'Good' ),'Good')

or

If(Match([R2]'C','D', 'Good' ),'Good')

and

If(Match([R3],'C',

'E','Good'))

count (If(Match([R1],'C' ,

'F'),'Good)

and

If(Match([R2],'E' ),'Good')

or

If(Match([R2],'E'),'Good')

and

If(Match([R3],'C',

'E'),'Good'))

3 Replies
Anonymous
Not applicable

‌looking at this you have two count clauses but no addition symbol between them.

sunny_talwar

What exactly are you trying to count?

shraddha_g
Partner - Master III
Partner - Master III

count (If(Match([R1],'A' ,

'B','C' 

),'Good')

and

If(Match([R2],'C','D', 'Good' ),'Good')

or

If(Match([R2],'C','D', 'Good' ),'Good')

and

If(Match([R3],'C',

'E','Good'))

count (If(Match([R1],'C' ,

'F'),'Good)

and

If(Match([R2],'E' ),'Good')

or

If(Match([R2],'E'),'Good')

and

If(Match([R3],'C',

'E'),'Good'))