Skip to content

Instantly share code, notes, and snippets.

@sjtalkar
Created June 27, 2022 22:34
Show Gist options
  • Save sjtalkar/6d436a6f15e833936dbf7c1878ce7b73 to your computer and use it in GitHub Desktop.
Save sjtalkar/6d436a6f15e833936dbf7c1878ce7b73 to your computer and use it in GitHub Desktop.
Accessing a Table in a column in a query
= group_by_employee{[Column1 = "Lastname, FirstName" ]}[merge_employee]
//Here group_by_employee is the last step of a query and so it is a table containing a column of employee names. The next column mer_employee
contains a Table of all data for that employee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment