views of sorted column options

Hi, I am very new to appsheet so please explain any solutions as simply as you can! 

I have a pretty complex table, and would like some of the categories (with enum options) to be clickable, so you can go to a view with all the entries having that same category option.

 

So I have multiple temples with their own entries in my app. Each temple has information with it, including deity worshipped. I would like to be able to click, for example, "Artemis" and see the other temples that are also tagged Artemis. Or for what region t

I have seen some expressions for "deep links" etc but I don't know where to put these formulae.

 

Thanks for any help!

Solved Solved
0 2 101
1 ACCEPTED SOLUTION

You can create an Action using LINKTOFILTEREDVIEW, attached inline to the [deity worshipped] column.

https://help.appsheet.com/en/articles/2357260-linktofilteredview

https://help.appsheet.com/en/articles/953637-actions-the-essentials

 

Or you could perhaps just set a GROUP BY on your Table View

https://help.appsheet.com/en/articles/961518-how-to-control-grouping

View solution in original post

2 REPLIES 2

You can create an Action using LINKTOFILTEREDVIEW, attached inline to the [deity worshipped] column.

https://help.appsheet.com/en/articles/2357260-linktofilteredview

https://help.appsheet.com/en/articles/953637-actions-the-essentials

 

Or you could perhaps just set a GROUP BY on your Table View

https://help.appsheet.com/en/articles/961518-how-to-control-grouping

Hi smd2022,

You can use the UX options to do what you are wanting. I would recommend this documentation to you to better understand how you might display the data to operate as you intend: https://help.appsheet.com/en/articles/961518-how-to-control-grouping 

However, It sounds like you are about to venture onto the path of a referenced table, especially if you are wanting to provide some details for each of the deity worshipped. If you are new to AppSheet I would recommend you start by reading through this documentation:

  1. https://help.appsheet.com/en/articles/2357313-ref_rows
  2. https://help.appsheet.com/en/articles/961426-references-between-tables 

which also is explained in better detail through video here: 

  1. https://www.youtube.com/watch?v=tFFFKHlI-q0 
Top Labels in this Space