Show the list of tasks when I click a project.

I'm making project management app. 

What I want is

1. show the list of project

2. when I click one project, list of tasks are shown

I don't how to make it.

 

For example, the data is like below

amufaamo_0-1647488991705.png

 

And list (table view) of project is like below.

amufaamo_1-1647489285895.png

 

When I click "Project A", I want to show the task lists like below

amufaamo_2-1647489400887.png

 

Do I need to make slice for each project? Since new project is added everyday, it would be annoying if I have to do myself.

Can I make behavior like "go to slice of [Project] = {name of project}"?

Solved Solved
0 3 240
2 ACCEPTED SOLUTIONS

You need to make UX using Dashboard. I believe what are you looking for is available on appsheet template, Try check appsheet template (Kanban Board) & (Task manager). You can learn a lot. Also you can edit the template in  your ways. It will probably save you a lot of time

View solution in original post

3 REPLIES 3

Have a look at reference table documentation https://help.appsheet.com/en/articles/961426-references-between-tables

Also you can have an action to jump to a filtered view https://help.appsheet.com/en/articles/2357260-linktofilteredview

You need to make UX using Dashboard. I believe what are you looking for is available on appsheet template, Try check appsheet template (Kanban Board) & (Task manager). You can learn a lot. Also you can edit the template in  your ways. It will probably save you a lot of time

Thank you so much. I solved it. 

Top Labels in this Space