# How to remove a label within a column?

**URL:** https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651
**Category:** Questions about Thunkable X
**Tags:** label, question, help, any-component
**Created:** [September 30, 2021, 2:49am UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651 "2021-09-30T02:49:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jakeheron](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jakeheron/32/116818_2.png) [@jakeheron](https://community.thunkable.com/u/jakeheron)
#### Post date: [September 30, 2021, 2:49am UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651/1 "2021-09-30T02:49:22Z")

</div>

@muneer @tatiang  
Hi,

Is it possible to for a user to remove a label within one specific column by clicking on it? Right now I have managed to make a code which can delete **all** labels within a column as seen below:

![Screen Shot 2564-09-30 at 09.48.12](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/5/05cb9dd5d20ec35551bdaa4903567573a2a31444.png)

However, I only want it to remove one label within the column. Any help would be greatly appreciated.

Thanks!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [September 30, 2021, 3:11am UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651/2 "2021-09-30T03:11:02Z")

</div>

This isn’t much different than what you did except that `all label in column 14` as you have it is either always true or always false because there isn’t a condition there… it’s just a statement/value. It’s like saying `if 4... do ____ `.

But try this:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/7/c7ccba0d7731be539237348ad81fe802b9eeb2ec.png)

**Edit:** I tried it with 5 labels inside a column and it worked. Clicking on a label deletes only that label.

---

<div class="post-metadata">

### Author: ![jakeheron](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jakeheron/32/116818_2.png) [@jakeheron](https://community.thunkable.com/u/jakeheron)
#### Post date: [September 30, 2021, 3:19am UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651/3 "2021-09-30T03:19:56Z")

</div>

Thank you! It works perfectly.

Appreciate the help as always!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:15pm UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651/4 "2024-11-08T13:15:01Z")

</div>


