cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter out data from a certain Group Name field?

Former Member
0 Kudos

Hi All,

I am trying to filter out data from a certain group level field from my report but I am not sure where and how should i use this formula.

I tried to include the following formula in the Record Selection formula editor but it keeps giving me an error.

Formula:

Not {NAME} Like "AMBULATORY*"

Error:

A boolean is required here.

Any help is greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Nimish,

Try

Not({Name} LIKE 'AMBULATORY*')

-Abhilash

Former Member
0 Kudos

Thank you, This formula worked as desired.

Answers (0)