# Data viewer advance binding is not working

**URL:** https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972
**Category:** Questions about Thunkable X
**Created:** [May 31, 2021, 8:00am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972 "2021-05-31T08:00:51Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Unver\_Yalincak](https://avatars.discourse-cdn.com/v4/letter/u/977dab/32.png) [@Unver\_Yalincak](https://community.thunkable.com/u/Unver_Yalincak)
#### Post date: [May 31, 2021, 8:00am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/1 "2021-05-31T08:00:51Z")

</div>

Data viewer advance binding for height is not working. Any idea why?  
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: [May 31, 2021, 8:20am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/2 "2021-05-31T08:20:48Z")

</div>

You would need to bind a number, not a text string. The number 40 is different than the text string “40”.

---

<div class="post-metadata">

### Author: ![Unver\_Yalincak](https://avatars.discourse-cdn.com/v4/letter/u/977dab/32.png) [@Unver\_Yalincak](https://community.thunkable.com/u/Unver_Yalincak)
#### Post date: [May 31, 2021, 8:37am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/3 "2021-05-31T08:37:24Z")

</div>

I added a simple table;

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/9/698f56e073726f819c943ad2c76640de61cc5ea5.png)  
height column is number. Do I need to do anything else?  
Thanks a lot.

---

<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: [June 1, 2021, 3:42am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/4 "2021-06-01T03:42:22Z")

</div>

I just did a test with local DB values such as you have. I put 55 in one cell and 100 in another cell. I then did a test to see if 55 \> 100. It returned TRUE. The reason for this test is that if these are “numbers” then 55 \< 100 but if they are “text” then 55 \> 100 because 100 comes first in an alphabetized list of the two values.

So I was able to confirm that local data source values are indeed text. That means you can’t bind it to a property that requires a number and have it work.

---

<div class="post-metadata">

### Author: ![Unver\_Yalincak](https://avatars.discourse-cdn.com/v4/letter/u/977dab/32.png) [@Unver\_Yalincak](https://community.thunkable.com/u/Unver_Yalincak)
#### Post date: [June 1, 2021, 7:17am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/5 "2021-06-01T07:17:02Z")

</div>

I added an airtable datasource with number column but still not working… Is there any way to make it work with any datasource?  
Thanks a lot.

---

<div class="post-metadata">

### Author: ![Unver\_Yalincak](https://avatars.discourse-cdn.com/v4/letter/u/977dab/32.png) [@Unver\_Yalincak](https://community.thunkable.com/u/Unver_Yalincak)
#### Post date: [June 3, 2021, 8:57am UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/6 "2021-06-03T08:57:23Z")

</div>

Any chance? I really appreciate for your suggestions…  
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: [June 3, 2021, 2:20pm UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/7 "2021-06-03T14:20:45Z")

</div>

You can add a feature request/bug report on GitHub.

---

<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:22pm UTC](https://community.thunkable.com/t/data-viewer-advance-binding-is-not-working/1317972/8 "2024-11-08T13:22:10Z")

</div>


