# Use choice component with variables

**URL:** https://community.glideapps.com/t/use-choice-component-with-variables/7116
**Category:** Ask for Help
**Created:** [April 15, 2020, 8:29pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116 "2020-04-15T20:29:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![AlfredoZGC](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfredozgc/32/4958_2.png) [@AlfredoZGC](https://community.glideapps.com/u/AlfredoZGC)
#### Post date: [April 15, 2020, 8:29pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/1 "2020-04-15T20:29:10Z")

</div>

Hello, I have a doubt, is it possible to use variables in Glide?. I need to do something like this:

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

I Don’t want to use a log in so I don’t have the user’s email, My choice component is loaded from a sheet with two values. my Tab is a Details Tab and I have two inline list (for 2 maps) and I show or hide the inline list deppending on the choice component value.

My problem is that this can’t be used by two users at a time because the choice component keeps changing everytime a user changes the value, So I want to make my choice component with variables or something like that.

Is it possible? or what can I do? I Don’t want to use user log in to do this

---

<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: [April 15, 2020, 8:31pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/2 "2020-04-15T20:31:12Z")

</div>

> [@User Specific Columns + User Profiles Demo](https://community.glideapps.com/t/user-specific-columns-user-profiles-demo/7097):
>
> call_me_hand Hey all! Wanted to create a quick and very rough demo of Glide’s two newest features: User Specific Columns and User Profiles. The video covers the process from sheet creation to feature implementation. Hope this helps until an official video comes out! [https://youtu.be/9LLur9db8NM](https://youtu.be/9LLur9db8NM)

> [@Like counter](https://community.glideapps.com/t/like-counter/7094):
>
> Hello everyone, how can I make a likes counter to see how many people liked your post

---

<div class="post-metadata">

### Author: ![AlfredoZGC](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfredozgc/32/4958_2.png) [@AlfredoZGC](https://community.glideapps.com/u/AlfredoZGC)
#### Post date: [April 15, 2020, 8:50pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/3 "2020-04-15T20:50:58Z")

</div>

Thank you @Jeff_Hager I’ve already looked both solutions but both ways need to use Sign in public with email. In my case I don’t want to do my app with Sign in

---

<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: [April 15, 2020, 8:52pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/4 "2020-04-15T20:52:44Z")

</div>

> [@Like counter](https://community.glideapps.com/t/like-counter/7094/7):
>
> Ok, @Mark just clarified for me that user specific columns will only store the value indefinitely if you have email sign in enabled in the app. It’s my understanding that they currently will work for public apps, but only until you close it. At least in this case it would be good for temporary values, like custom filters, or calculators, where you don’t need to store the value after you close the app. Still not sure yet if we can count total likes from all users. I’ll need to test that yet.

---

<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 15, 2020, 9:04pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/5 "2020-04-15T21:04:29Z")

</div>

> [@Like counter](https://community.glideapps.com/t/like-counter/7094/7):
>
> It’s my understanding that they currently will work for public apps, but only until you close it.

Well that’s good to know!

---

<div class="post-metadata">

### Author: ![AlfredoZGC](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfredozgc/32/4958_2.png) [@AlfredoZGC](https://community.glideapps.com/u/AlfredoZGC)
#### Post date: [April 15, 2020, 9:27pm UTC](https://community.glideapps.com/t/use-choice-component-with-variables/7116/6 "2020-04-15T21:27:37Z")

</div>

@Jeff_Hager you are a Genious! Thank you! It worked!
