Hi all, Is there an equivalent of Excelโs indirect formula in appsheet expressions?
Iโm trying to get the column name from a string in current row. This is the Formula iโve tried SELECT(Table"["&[Attribute]&"]", TRUE)
My Assumption โ[โ&[Attribute]&"]" evaluates to [Field1], and as such the above formula should evaluate to
SELECT(Table[Field1], TRUE) Any ideas how i could achieve this?
Hi @Ivan_Oboth, what youโre trying to do here is called โdynamic bindingโ in a programming language. We do not support this.
You can see why โ when we check the expression, we have no clue what it is going to be. Is it a list of Images or a list of Text or a list of Numbers? It might be different for every single row. So suddenly we have a completely untyped expression system. You can build a platform that way, but you require very sophisticated users and a very robust debugging environment because all kinds of errors will occur โat run timeโ that will be difficult to predict.
Thanks @praveen , makes sense๐๐ฟ, Iโll find a way to model my data differently.
User | Count |
---|---|
15 | |
11 | |
9 | |
7 | |
3 |