Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

How to use advanced condition - Fetch list items and empty column

I have a fetch list items which is returning two person fields. How do I check with advanced conditions if the BackupDivision feield is  "Blank", Null?, Empty... I have tried numberous itterations with equals with no success.

$QL(CCSQLBureau##BackupDivision,,"")

$strlen($QL(CCSQLBureau##BackupDivision)),,0

$QL(CCSQLBureau##BackupDivision,,null)

 

Hi Archie

To check if the BackupDivision field is empty, Please try using the below syntax and let us know.

CCSQLBureau##BackupDivision,,

Example: Advanced condition - equals to - CCSQLBureau##BackupDivision,,