# Want to make less screens

**URL:** https://community.thunkable.com/t/want-to-make-less-screens/1806757
**Category:** Questions about Thunkable X
**Created:** [March 28, 2022, 9:08pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757 "2022-03-28T21:08:02Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [March 28, 2022, 9:08pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/1 "2022-03-28T21:08:02Z")

</div>

i have 2 database in this project and 2 different display screens  
but i think i should be able to use one screen to display but my blocks is all wrong can anyone tell what i am missing? to make it all show in one screen.  
Thanks

 ![screenpic](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/9/49d4aaae088e94b6ecdbc46f858d6e3fe26ee360.png)

---

<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: [March 28, 2022, 10:19pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/2 "2022-03-28T22:19:31Z")

</div>

I only see one data source in the screenshot. Have you tried it with two different data sources selected in the `get value` blocks?

Can you use a single data source to do the same thing?

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [March 28, 2022, 10:44pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/3 "2022-03-28T22:44:44Z")

</div>

oh that is an error

 ![screenpic2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/6/066badb229e9577a198267eee614cb7035cc6385.png)

---

<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: [March 28, 2022, 10:51pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/4 "2022-03-28T22:51:54Z")

</div>

Does it work? If those are the only blocks on that screen, it’s not going to work because app variables have no value when the screen opens. So if you immediately check to see if app variable Group1Books is true or app variable Group2Books is true, I think you’ll just get an error/nothing happens.

Where are you setting the value of those two variables? And are you setting them to true/false? Because an `if` block without an equals (=) block can only evaluate as true or false.

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [March 28, 2022, 11:14pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/5 "2022-03-28T23:14:11Z")

</div>

still does not work adding = True

---

<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: [March 28, 2022, 11:21pm UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/6 "2022-03-28T23:21:56Z")

</div>

Okay, then you’ll have to try something else.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [March 29, 2022, 1:29am UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/7 "2022-03-29T01:29:48Z")

</div>

you are testing if group1books exists and then using that same variable as the reference row. Please show how you first assign a value to the Group2Books variable for more meaningful input here.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [June 27, 2022, 1:30am UTC](https://community.thunkable.com/t/want-to-make-less-screens/1806757/8 "2022-06-27T01:30:48Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
