I am trying to create a page with a list of links used by our organization grouped by category.
Each link can be in 1 or more areas.
I created 2 pages types one called (Org Link Page) to work as the parent of all the items and the other page type (Org Link Items Page) with the following properties
Title (String), Link (Multiple URL Picker-Limited to 1) and Category as checkboxes for all the actually links.
Once I am done adding all the data what is the best way to show it on the front end.
I was thinking of showing it by category but don't think having 1 query for each category is efficient, Any suggestions?
Creating a list if links (By category)
I am trying to create a page with a list of links used by our organization grouped by category.
Each link can be in 1 or more areas.
I created 2 pages types one called (Org Link Page) to work as the parent of all the items and the other page type (Org Link Items Page) with the following properties Title (String), Link (Multiple URL Picker-Limited to 1) and Category as checkboxes for all the actually links.
Once I am done adding all the data what is the best way to show it on the front end.
I was thinking of showing it by category but don't think having 1 query for each category is efficient, Any suggestions?
Note. I am using ModelBuilder Mode
you could use a group by category query perhaps
is working on a reply...