Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=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
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)
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)