Hi everyone, hope things are going well? This is just a quick and simple question relating to recommended approaches for how to structure expressions in a โValid Ifโ column. So for this example Iโm using the โValid Ifโ to match a column entry with a list in another table. Iโve found two ways to do it,
use a referenced column (in this case called โexisting productsโ) with a contains expression, e.g CONTAINS([Existing Products], [Product])
I skip the referenced column and just use a Select expression instead, e.g CONTAINS(SELECT(Customers[Products], [Customer] = [_THISROW].[Customer]), [_THIS])
My question is, which method is more efficient for Appsheet to process? I donโt mind either approach personally, but I would rather use the best option if possible.
Thanks for reading!
D
Solved! Go to Solution.
Why are you using CONTAINS()?
Thanks for the tip Steve, I havenโt used the IN() expression much, but I see its already better at handling โValid Ifโ conditions and even helps in simplifying the Enum list column (it automates it, unlike the former example I provided).
Great stuff man, love this!
References are most stable , efficient and easy to use overall , and will give you a lot of other interesting oportunities to use them
Thanks for the reply OptimiX_XcrY.
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |