How to gather all the  other related column values but exclude the value in this THISROW?

Hello community members,

When using the SELECT function, it will gather all the related column values based on the [_THISROW].

Is there anyway to gather all the other  related column values but just exclude the value in the same row of  [_THISROW]?

Thanks.

Wang Wenli

Solved Solved
0 2 208
2 ACCEPTED SOLUTIONS

SELECT(table[someColumn], conditions) - LIST([_THISROW].[someColumn])

____

List Subtraction | AppSheet Help Center 

View solution in original post

Aurelien
Google Developer Expert
Google Developer Expert

Hi @wenli 

 

in addition to @Joseph_Seddik 's suggestion, here is a useful documentation: please have a look to the last paragraph:

https://help.appsheet.com/en/articles/961274-list-expressions

 

View solution in original post

2 REPLIES 2

SELECT(table[someColumn], conditions) - LIST([_THISROW].[someColumn])

____

List Subtraction | AppSheet Help Center 

Aurelien
Google Developer Expert
Google Developer Expert

Hi @wenli 

 

in addition to @Joseph_Seddik 's suggestion, here is a useful documentation: please have a look to the last paragraph:

https://help.appsheet.com/en/articles/961274-list-expressions

 

Top Labels in this Space