Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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'))