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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

case

HI ALl ,

iam using this condition in the layout of a text object is this correct please suggest

match( Dept<>'D','T')

Thanks in Advance

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

=Not match(Dept, 'D', 'T')

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Doesn't look right, what are you trying to do?

smilingjohn
Specialist
Specialist
Author

Dept should not be equal to d t

or should i use not match (( Dept<>'D','T')

sunny_talwar
MVP
MVP

May be this

=Not match(Dept, 'D', 'T')