Hello,
Is there a difference between Table[Column] and Table.[Column] when trying to reference values from other tables?
If so, how do you use each case.
Is one a column list expression and the other is not? (See snipped from Appsheet documentation below)?
from-dataset-column
: The specification of the table or slice (the โdata setโ) to search and the column from which values are to be gathered, in the form: dataset-name
[column-name]
. For example, Orders[Order ID]
. Although identical in appearance to a column list expression, this argument is not an expression.โฆis not a thing. Where did you get that from?
Some help @Felix.P_Tong since you seem like a good guy:
ThisIsTable[OneColumn]
= A list of all the values inside the field [OneColumn]
on all the rows of ThisIsTable
[ColumnOfRefType].[OneColumnOnTheRefTypeTable]
= The value from one of the columns of the table where [ColumnOfRefType]
is pointing to[ColumnOfListType][OneColumn]
= A list of values from the table which [ColumnOfListType]
is pointing toSkryOYC:
Thank you for your help.
Makes things a more clear.
PS: Sorry for the delay in responding. I was stuck in a Caribbean Island construction site for a few weeks. (Weather was great, mosquitos were vicious โฆLOL).
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |