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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Comparison with value with a different string

=count({$<ANO_ADMISSÃO={"*"},MES_ADMISSÃO={"*"}, RA_SITFOLH={"<>D"}>}  RA_MAT)

'D' in the expression is a String and I must be have values different  the ‘D’ on RA_SITFOLH

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You should be able to use either

=count({$<ANO_ADMISSÃO={"*"},MES_ADMISSÃO={"*"}, RA_SITFOLH={"=RA_SITFOLH<>'D' "}>}  RA_MAT)

or


=count({$<ANO_ADMISSÃO={"*"},MES_ADMISSÃO={"*"}, RA_SITFOLH -={'D'}>}  RA_MAT)

View solution in original post

1 Reply
swuehl
MVP
MVP

You should be able to use either

=count({$<ANO_ADMISSÃO={"*"},MES_ADMISSÃO={"*"}, RA_SITFOLH={"=RA_SITFOLH<>'D' "}>}  RA_MAT)

or


=count({$<ANO_ADMISSÃO={"*"},MES_ADMISSÃO={"*"}, RA_SITFOLH -={'D'}>}  RA_MAT)