# \[Solved\] Use data viewer grid to navigate to new screen

**URL:** https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937
**Category:** Questions about Thunkable X
**Tags:** solved, data-viewer
**Created:** [July 21, 2021, 1:26pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937 "2021-07-21T13:26:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 1:26pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/1 "2021-07-21T13:26:40Z")

</div>

Please help me on data grid viewer, how to do this…

i want that when i will click a certain item on my grid, it will navigate to a specific screen that i want,  
and when when i will click another item, it will navigate to another screen that i want,

meaning, different screen on every item, thank you

EX. If i will click any item of my grid, it will navigate to to a certain screen corresponding to its name (BFP item to BFP Screen) REDCROSS Item to Red cross SCreen)  
[DATA GRID VIEW]

> **[Screenshot (167).png](https://drive.google.com/file/d/1C2HTg7lKv606jpCPFy_IS2dAANw6wOg9/view?usp=sharing)**
>
> Google Drive file.

this are my screens

> **[Screenshot (165).png](https://drive.google.com/file/d/12WmoJb76DCJ6urJ8dGviushJciy64nFX/view?usp=sharing)**
>
> Google Drive file.

---

<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: [July 21, 2021, 2:23pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/2 "2021-07-21T14:23:04Z")

</div>

Save the screen name in the table along with the data of the grid.

When you select an item from the grid, use the `row id` of the grid to retrieve the screen name from the table and navigate to it.

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

---

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 2:41pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/3 "2021-07-21T14:41:05Z")

</div>

hello sir, thank you for your effort, i still cant do it on your sample. Maybe if the item grid has index i can use if item is = to

---

<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: [July 21, 2021, 2:56pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/4 "2021-07-21T14:56:25Z")

</div>

Please show your code. My solution is working and I use it.

---

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 2:57pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/5 "2021-07-21T14:57:08Z")

</div>

sir, can you show me another way? please see my edited topic to understand better my concern

---

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 2:59pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/6 "2021-07-21T14:59:23Z")

</div>

this is my data grid… if ever i will lick an item, it will navigate to a corresponding screen, same to its name

> **[Screenshot (167).png](https://drive.google.com/file/d/1C2HTg7lKv606jpCPFy_IS2dAANw6wOg9/view?usp=sharing)**
>
> Google Drive file.

this are my screens sir.

> **[Screenshot (165).png](https://drive.google.com/file/d/12WmoJb76DCJ6urJ8dGviushJciy64nFX/view?usp=sharing)**
>
> Google Drive file.

---

<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: [July 21, 2021, 3:00pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/7 "2021-07-21T15:00:22Z")

</div>

> [@muneer](#):
>
> My solution is working and I use it.

Please read again what I have written. It is already working and if it is not working for you then there is a problem in your code or your table data.

---

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 3:02pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/8 "2021-07-21T15:02:51Z")

</div>

> [@muneer](#):
>
> creen name from the

can i see your table here sir, how did you put the screen name?

---

<div class="post-metadata">

### Author: ![suptmacasadia02erhu](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@suptmacasadia02erhu](https://community.thunkable.com/u/suptmacasadia02erhu)
#### Post date: [July 21, 2021, 3:05pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/9 "2021-07-21T15:05:25Z")

</div>

> [@muneer](#):
>
> in what I have written. It is already working and if it is not working for you then there is a problem in your code or your table data

wow, its working now sir, thank you so much

---

<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:19pm UTC](https://community.thunkable.com/t/solved-use-data-viewer-grid-to-navigate-to-new-screen/1406937/10 "2024-11-08T13:19:39Z")

</div>


