MAXROW() with CONTAINS()

We can use MAXROW() like:
MAXROW(Customers, SignupDate, [State] = WA) — returns the most recently created customer from WA state.

But it seems that we cannot use CONTAINS() inside of the MAXROW() like:
MAXROW(Customers, SignupDate, CONTAINS([State] , WA))

@tony
@Steve

By the way: The Help page for CONTAINS() is not available.
https://help.appsheet.com/expressions/functions/contains

Solved Solved
2 2 457
1 ACCEPTED SOLUTION

tony1
New Member

Hi @Fabian. I found the bug and the fix should go out by tomorrow. Thanks for bringing this to my attention.

View solution in original post

2 REPLIES 2

tony1
New Member

Hi @Fabian. I found the bug and the fix should go out by tomorrow. Thanks for bringing this to my attention.

tony1
New Member

Also, @Steve FYI about the CONTAINS help page.

Top Labels in this Space