Notification

The AppSheet Help Center documentation can now be viewed in Japanese - AppSheet ヘルプセンターのドキュメントが日本語で表示できるようになりました。. Learn more

ISNOTBLANK()

Is value present?

Returns a Yes/No expression, as follows:

  • TRUE if the specified item has a value.

  • FALSE if the specified item has no value. (An empty list has no value.)

Sample usage

ISNOTBLANK("") returns FALSE. Equivalent to NOT(ISBLANK("")). See also: ISBLANK(), NOT()

NOT(ISNOTBLANK("")) returns TRUE. Equivalent to ISBLANK("").

ISNOTBLANK("Hi!") returns TRUE

ISNOTBLANK(0) returns TRUE

ISNOTBLANK(LIST()) returns FALSE. See also: LIST()

ISNOTBLANK(LIST("Red", "Yellow", "Green")) returns TRUE

ISNOTBLANK([Address]) returns TRUE if the Address column has a value, FALSE otherwise.

ISNOTBLANK(FILTER("Customers", ([City] = "London"))) returns TRUE if any customers are in London. Equivalent to (COUNT(FILTER("Customers", ([City] = "London"))) <> 0). See also: COUNT(), FILTER()

Syntax

ISNOTBLANK(value)

  • value - Any singular value of any type, or a list of any type.

See also

ISBLANK()

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

true
Search
Clear search
Close search
Main menu
15994864106325348359
true
Search Help Center
true
true
true
false
false