Created
June 27, 2022 22:34
-
-
Save sjtalkar/6d436a6f15e833936dbf7c1878ce7b73 to your computer and use it in GitHub Desktop.
Accessing a Table in a column in a query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= 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