Select colA from Glide Table

Hi!

Does anyone know how I could be able to do this in Glide Tables?

A few ways to approach this. Here is one way. You would do the following in your Catalog table:

  • Make sure your table has a RowID column.
  • Create a multiple relation that matches the name with itself.
  • Create a Single Value column that takes First->RowID from the relation column.
  • Create an if-then-else column:
    – If RowID is Single Value RowID, then Name

The if-then-else column should contain a list of unique names

2 Likes

Thanks Darren! You’re the man

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.