What is the difference between Table[Column] and Table.[Column]?

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.
0 3 142
3 REPLIES 3

โ€ฆis not a thing. Where did you get that from?

Some help @Felix.P_Tong since you seem like a good guy:

  1. ThisIsTable[OneColumn] = A list of all the values inside the field [OneColumn] on all the rows of ThisIsTable
  2. [ColumnOfRefType].[OneColumnOnTheRefTypeTable] = The value from one of the columns of the table where [ColumnOfRefType] is pointing to
  3. [ColumnOfListType][OneColumn] = A list of values from the table which [ColumnOfListType] is pointing to

SkryOYC:

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).

Top Labels in this Space