# Can I choose "all rows" in a data list viewer?

**URL:** https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429
**Category:** Questions about Thunkable X
**Tags:** data-viewer
**Created:** [March 31, 2021, 11:22pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429 "2021-03-31T23:22:26Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![flaming\_mmakers](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/flaming_mmakers/32/100686_2.png) [@flaming\_mmakers](https://community.thunkable.com/u/flaming_mmakers)
#### Post date: [March 31, 2021, 11:22pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/1 "2021-03-31T23:22:26Z")

</div>

As you can see from the screenshot below, I’d like to change the subtitle colour for my data list viewer. However, I only seem to be able to do that for one row at a time, and I see no way to do it for future rows. Is there a way to do this that I’m not seeing? Is there a way to change the subtitle colour for allllll my rows?  
Thanks!

 ![Screen Shot 2021-03-31 at 7.18.59 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/4/e4bb436ad83b3a9217babf2e629d4a03795fe37c.png)

---

<div class="post-metadata">

### Author: ![codeswept](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/codeswept/32/87755_2.png) [@codeswept](https://community.thunkable.com/u/codeswept)
#### Post date: [April 1, 2021, 3:44am UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/2 "2021-04-01T03:44:00Z")

</div>

This is possible like this:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/9/d99fe312e7c16498dda3ac968867b416080cd768.png)

---

<div class="post-metadata">

### Author: ![flaming\_mmakers](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/flaming_mmakers/32/100686_2.png) [@flaming\_mmakers](https://community.thunkable.com/u/flaming_mmakers)
#### Post date: [April 1, 2021, 8:42pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/3 "2021-04-01T20:42:41Z")

</div>

That sounds good! I tried it though, and the subtitle colour stayed grey. Is there something I’m doing wrong here?

 ![Screen Shot 2021-04-01 at 4.40.09 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/d/6d7bec665712a3f8d1ec9c45509fc8cb11e9f0a7.png) ![Screen Shot 2021-04-01 at 4.42.05 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/8/98b051d34cc681d4327f305a95bc4926f1c0f156.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 1, 2021, 9:19pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/4 "2021-04-01T21:19:56Z")

</div>

This will not work. In your list of values you selected “Subtitle” whereas you should select “ID”.

In the set Data\_Viewer\_List for “row id” change “row id” to the variable “j” from the loop.

It will work this way, although you might also need to refresh the Data Viewer.

 ![IMG_20210402_001626](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/2/92034a3cd69ba10f2ee69bb7ca81560914e2bb7c.png)

---

<div class="post-metadata">

### Author: ![flaming\_mmakers](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/flaming_mmakers/32/100686_2.png) [@flaming\_mmakers](https://community.thunkable.com/u/flaming_mmakers)
#### Post date: [April 1, 2021, 9:34pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/5 "2021-04-01T21:34:43Z")

</div>

Thank you! I did that (see screenshot), and refreshed the live test app and also the data viewer, but for some reason it still doesn’t work.

 ![Screen Shot 2021-04-01 at 5.29.51 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/3/63b56ec630b482d44a02bcf665a21add993232e4.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 1, 2021, 9:51pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/6 "2021-04-01T21:51:24Z")

</div>

Note:  
I don’t see a refresh block in your code.

Note 2:  
Why “j” is in the pink colour?

---

<div class="post-metadata">

### Author: ![flaming\_mmakers](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/flaming_mmakers/32/100686_2.png) [@flaming\_mmakers](https://community.thunkable.com/u/flaming_mmakers)
#### Post date: [April 2, 2021, 12:53pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/7 "2021-04-02T12:53:39Z")

</div>

Oh sorry! I must have misunderstood what you said. Here is the updated code, and it works! Thank you!

 ![Screen Shot 2021-04-02 at 8.52.22 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/5/f5498de159e6e2a02f50a103a02dfc03e0465a6c.png)

---

<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:25pm UTC](https://community.thunkable.com/t/can-i-choose-all-rows-in-a-data-list-viewer/1199429/8 "2024-11-08T13:25:35Z")

</div>


