We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Filtering Null Values (from a constant) in a User Filters

Certified Associate Developer

My constant has 7 values in this format:

Description:

111 - test123

112 - hello

113 - goodbye

Values:

111

112

113

I am trying to create a user filter called "Blank", where the record would pull all data that is not 111, 112, or 113.

I tried a foreach statement that loops through the constant and set the operator to <>. However, I get this error when I do:

function a!gridField: Cannot apply operator [NOT_EQUALS] to field [xoStatusId] when comparing to value [TypedValue[it=101,v={936,937,938,939,940,941,942}]]

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data