# Inline Table separate arrays

**URL:** https://community.glideapps.com/t/inline-table-separate-arrays/75718
**Category:** Ask for Help
**Created:** [August 19, 2024, 11:21am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718 "2024-08-19T11:21:40Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 19, 2024, 11:21am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/1 "2024-08-19T11:21:40Z")

</div>

Hi Community,  
i’m trying to list potential suppliers in an inlnetable.

What I’ve done so far…  
I created a DataTable named “generator”, where the inputs are stored from the possible variations which are kept in an other product table. In that called “Matrix” table if have boelean checkboxes for each supplier and for each supplier an “if the else” to show it’s companyname, the problem is i can’t separate the companynames into different rows.

Generator

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/c/ccd0ab32814bd4b41aef8309b5f96bb9c9c72992.png)

matrix

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/c/4cd22ba7552b5525e0aa393191f428e5394b6452.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/c/ec491d501d5144e9c793f5c82f10ab623627ac8d.png)

Any ideas how to solve my problem?  
Kind regards,  
Alex

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 19, 2024, 1:24pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/3 "2024-08-19T13:24:15Z")

</div>

Do you already have a table that lists the company names? You can use that matrix array of company names and create a relation to the companies table. Then you can use the relation as the source of collection.

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 19, 2024, 1:49pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/4 "2024-08-19T13:49:31Z")

</div>

Yes i do

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/1/e1bdd0e14db0cb3cdf20727a6aba542924601bf0.png)

But i’m working with 3 tables

Navigation is based on the table “generator”  
where I select the variations with dropdowns from the “matrix” table.  
The companies are related in the "matrix"table to the “companies” table.  
Do I have to create a relation in the generator table as well?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 19, 2024, 3:06pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/5 "2024-08-19T15:06:29Z")

</div>

Could you use a single value column to bring the matrix array into the generator table, and then build your relation? I guess I’m not following how your matrix array is created in the first place, so you may or may not be able to use a Lookup column instead.

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 20, 2024, 8:30am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/6 "2024-08-20T08:30:56Z")

</div>

Good morning Jeff,  
somehow the single Value won’t split in different rows.

Here you’ll see the dependencies and what I’ve done.

with this step i’ll find out the unique row number from the matrix table.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/8/38d8a7b2c907aeae6e9940c5b3b4f5d4cb281320.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/2/c24cee17ca2daaa07d1145e45115838eb91a1913.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/5/850477b91a062dfd2e947617dd055d2422ca8c58.png)

Matrix table signing values for each row

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/8/e89632fddb444d7184a937125603b20c036fb6bf.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/7/4713bd0fb65631594fb5c1b3c010d85e3ecb210e.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/2/b2f789aca57b60cf67a2503c676dbd91a6cb6df8.png)  
Single Value is correct look at the booleans  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/7/a785646f971f56d7c18ac81806b3e35999cbb31b.png)

Funny as writing the Post the result is correct now 🙂

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/f/ef8f592aaa2cee7089d4bd10c31f9815b9fed68f.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/8/08f36f9282da2ddd53eecdb103e659842bcff3a5.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/c/fc612a7772589b8a4cb38c1da05dd1fdcc6e41bf.png)

Thanks for helping  
Alex

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 21, 2024, 5:28am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/7 "2024-08-21T05:28:06Z")

</div>

Good morning Jeff  
is it correct, selecting thr single value as source?  
Assumed I’d like to show a dropdown with employees belonging to the company, which are stored in an other DataTable when adding an other item to tha table.

That won’t be possible or will it?

Thank’s  
Alex

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 21, 2024, 5:26pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/8 "2024-08-21T17:26:59Z")

</div>

I’m a little lost with how you have everything set up. Overall, my goal would be to get a column with an array of all companies that match your selection criteria in the generator table. Using that array, I would then create a relation linking it to the companies table.

I was initially thinking a Single Value column, but it appears that your matrix table uses multiple rows, so it would probably involve a lookup column to get an array of matching companies into the generator table.

Sorry, I have vacation brain right now, so I’m not putting a lot of thought into it.

 ![IMG_20240821_122228352](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/d/4d85c0fcd6f3ddbf7ae918d0105634b3653b1fb5.jpeg)

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 27, 2024, 1:38pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/9 "2024-08-27T13:38:35Z")

</div>

Hi Jeff,  
have a nice vacation!  
I’ve found a way to list the matching companies directly through the sourceTable “Kreditor” without selecting the single value column as source like I had before.  
The filtering option did the rest.

Now my problem is showing the corresponding Contacts in a dropdownlist.  
Whatever I’m doing all the contacts from all companies are selectable but not split apart.

I’d like only one Name to be selectable for Freytag -\>… Figuei…or Meurer  
For Thyss… → Leithe… etc.

What am I doing wrong?

Thanks Alex

 ![dropdowns](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/8/28560050e154a40674df37492289d96c80a45785.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 28, 2024, 12:04am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/10 "2024-08-28T00:04:56Z")

</div>

So what you’re showing there is a choice component, and you want only contacts related to Freytag & Petersen to show in that component?

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 28, 2024, 5:23am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/11 "2024-08-28T05:23:37Z")

</div>

Good morning ThinhDinh,  
yes correct, in a dropdown to select the contacts individual.

company1 →

- comp1contact1 ✅
- comp1contact2

company2 →

- comp2contact1
- comp2contact2
- comp2contact3 ✅

Thank you  
Alex

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 28, 2024, 8:21am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/12 "2024-08-28T08:21:01Z")

</div>

Sorry I haven’t followed this thread closely. Are you storing those contacts as separate rows in another table?

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 28, 2024, 8:41am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/13 "2024-08-28T08:41:55Z")

</div>

yes

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 28, 2024, 8:56am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/14 "2024-08-28T08:56:06Z")

</div>

Then if you can estabish a multiple relation between companies table to contacts table, you can use that relation as the source of your choice component.

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 28, 2024, 9:27am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/15 "2024-08-28T09:27:44Z")

</div>

i have a multiple relation established in companies Table “Kreditor” connected to the contacts table “Ansprechpartner” .

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/4/e41f74c539ac76d5052d624f3a396b7a5f1a1c00.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/3/438a54e6bab088431a948dbd96ff1d77457210df.jpeg)

In the dropdown Data \> source, i can’t see a ralation entry.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/f/6f5ae91d41a1494312e73f461e5584a6adcc3359.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d928bcdbf40ccec9b39cb68d2a46817201568fed.png)

Thank you  
Alex

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 28, 2024, 11:46am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/16 "2024-08-28T11:46:00Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/0/508efa2549b7f5f841b03211ba825c05e3422315.png)

What is the component you are using here?

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 28, 2024, 12:01pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/17 "2024-08-28T12:01:55Z")

</div>

it’s a table component as shown on the last picture

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 28, 2024, 2:46pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/18 "2024-08-28T14:46:47Z")

</div>

How did you configure the “selected…” column for it to look like that? Can you click on it and show me your configuration? Thank you.

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [August 30, 2024, 6:12am UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/19 "2024-08-30T06:12:59Z")

</div>

Good morning ThinhDinh,

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/3/939bf8e4c048d48238e33828c94d7cf3206728fb.png)

Alex

---

<div class="post-metadata">

### Author: ![AJ-SuD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj-sud/32/87448_2.png) [@AJ-SuD](https://community.glideapps.com/u/AJ-SuD)
#### Post date: [September 4, 2024, 2:03pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/20 "2024-09-04T14:03:03Z")

</div>

Hi ThinhDinh,  
as I read in the forum, it is not possible to assign a dropdown element to an inline element that receives its data from an array or a composite cell like template or split txt etc… in order to display the entries individually selectable.

It would only work if the data comes from one column…

Also with Robert\_Petittos MIRACLE METHOD  
I probably wouldn’t get the correct data displayed because I can’t assign a filter to the dropdown itself.

Please correct me if I’m wrong there.

The solution, which is even clearer in its presentation…  
I have now added an intermediate step.

An inline button inside the inlinelist that writes the supplier row ID into a USC field via action and which also opens a new screen for this Item

There i can setup the last settings for the inquery.

Thank’s a lot @all for helping me!

Alex

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/b/9bdb4c2642cd2f47f3c4bc6f979d74c6502cd8b7.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/6/263a18bb07d3ce410c917e348fd9ffad3c09d8e7.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 4, 2024, 2:51pm UTC](https://community.glideapps.com/t/inline-table-separate-arrays/75718/21 "2024-09-04T14:51:08Z")

</div>

Thanks, now I understand your problem better. Admittedly I have never tried a dynamic thing like that myself, but can you verify that under Data \> Source you can not assign a relation? Sorry I’m not at my computer to test.

[Next page](https://community.glideapps.com/t/inline-table-separate-arrays/75718.md?page=2)
