Select Multiple Columns/Headers for Reference (if not, have to do one-by-one)

Hello,

Is there a way to select multiple columns to act as reference pointing to another same table.

Currently, I am trying to do it manually one-by-one…

My data structure is like so:

List Table → List Funds Table → Funds Attributes Table

I got the first reference done. As in when entering into a List, there is a view/list of the Funds within that List. Perfect!

The idea now that user can also click on further to bring them to another view/list where the attributes of that particular Funds will show.

If i were to do it manually, it will work. But I am having over 99 columns to do references to a single/same another table.

Wondering if there is sort of formula or can select multiple columns at the same time or make the columns into an array. Screenshot below as example what I meant:

I’m afraid you need to select and work with them as one by one.

1 Like

HI @Aleksi … yup, figured out the same. Ended up doing up a new dataset for ease of moving forward…

Sheikh_FARHAN:

I am having over 99 columns to do references to a single/same another table.

FYI: having 99 reference connections to a table will have a large impact on your apps performance, especially during load times if you have thousands of records.

2 Likes