# Why Template column only show one lookup column?

**URL:** https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682
**Category:** Ask for Help
**Created:** [April 13, 2022, 6:25am UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682 "2022-04-13T06:25:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![remoteworker.id](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/remoteworker.id/32/36396_2.png) [@remoteworker.id](https://community.glideapps.com/u/remoteworker.id)
#### Post date: [April 13, 2022, 6:25am UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682/1 "2022-04-13T06:25:27Z")

</div>

Have a look at below screenshot:

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/6/0628dc9f5df4bae66e3df27a2039a6723ac97244.png)

Why do I only see one lookup column, while clearly there are multiple of it there? Total Level… ?

---

<div class="post-metadata">

### Author: ![resepsionis\_ganteng](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/resepsionis_ganteng/32/39081_2.png) [@resepsionis\_ganteng](https://community.glideapps.com/u/resepsionis_ganteng)
#### Post date: [April 13, 2022, 7:34am UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682/2 "2022-04-13T07:34:09Z")

</div>

Gimana bang?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 13, 2022, 7:46am UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682/3 "2022-04-13T07:46:58Z")

</div>

Your “Biaya Level 4” column looks like an array. This is what you get when you do a lookup on an entire column, or via a multiple relation. You cannot use arrays in templates.

Maybe the relation that the lookup uses needs to be a single relation?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [April 13, 2022, 11:07am UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682/4 "2022-04-13T11:07:10Z")

</div>

👆 Correct. You can’t use a lookup from a MULTIPLE relation in a template column because it becomes an array of values.

Either use a single relation for the lookup or grab a single value from the array using a single value column that points to the array lookup column

---

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [June 19, 2022, 6:08pm UTC](https://community.glideapps.com/t/why-template-column-only-show-one-lookup-column/40682/5 "2022-06-19T18:08:18Z")

</div>

Hi @Robert_Petitto, this works well in the dataeditor, but when it comes to display this SV in a component (“title / emphasis” in my case) it’s like the Lookup: it does not appear.

→ Do you have a miracle clue?

[📝 edit: found the solution: use a “Joined List” !]

Thanks
