Hi
I have a site in development. In the content manager I have defined a number of groups. Each groups has a numeric code associated with it.
Space, 1
Land, 2
Water, 3
etc
I then show the groups in a repeater. The user selects the required group and then it opens up the dynamic page for the item.
I now have another table of topics. Each topic has the linked group code stored in a field.
Space Exploration, 1
Stars and planets, 1
Rockets, 1
Mountains of the world, 2
Countries and continents, 2
Fantastic Squids, 3
etc etc
So the user is now on a specific group page but I am unsure how to filter it to show only the required topics. How can I pass the numeric code group code to the table filter? As a result I have a table showing all of the topics regardless of the selected group.
Can someone point me in the right direction? How do I get the group code to be applied to the topic table?
Thanks in advance