Hello
In my workplace, I make an application where personnel can access some documents under different topics. I have created a data file, and this data file contains categories. There are also descriptions of the categories, and all the categories appear in a single list. What I want and fail to do is that when I click on any of the listed topics in my list of these categories, I want it to open a different data file containing the subtopics.
From the Component screen, I went to the details page of the category I clicked in the listWhen I add the data data, which is the sub-topics of the relevant topic, from the Component screen to the details page of the category I clicked on in the list, it adds this to all the topics in the main list, not to the topic I clicked. But I want to link a different data file to each topic. Because the sub-topics of each should be different. I think this used to be possible with an option called Inline List, please help.
Thank you.
Create a relation in your categories table linking the category to the related sub topics in the sub topic table. When adding a collection to the category detail screen, source the collection from the relation instead of the subtopic table.
I’ve tried this, but when I add a column to my categories datasheet with relation and add the data file of subtopics to the relation column, the relation column adds the data file of subtopics to all of the main topics in the categories row. What I want is to add data files with different subtopics to all the rows in the categories tab. Unfortunately, I couldn’t do that
Would you mind providing screenshots of the tables concerned please?
1 Like
To summarize, there are 3 lines of information in my Categories datasheet. I want each of these 3 lines to open different data files when clicked individually. I don’t know if the column I created with Relation is true or false. However, I cannot list the overlapping information as much as the number of lines I want to create a relation. If I tell you what I mean by doing this, maybe there is a different way.
Please fix your last post. You have the same thing written 18 times with slight differences and no spaces, so it was hard to read. I split it apart so it’s easier to read but I don’t know which one of those 18 statements is the one you meant to write.
I still don’t have a full picture of your data structure, but I suspect that each category has its own subcategory table. If possible, merge those separate subcategory tables into one single table with an additional column that lists the category. Then your relation can link the category in the category table to the category in the subcategory table. Then what I described earlier will work.
If you need more customization for each category, then I will need to know more about your app. I don’t want to get into describing how to do that without knowing more, since it requires a little more setup and understanding of how Glide works…especially if the first method works just fine for you.
I don’t know how this error occurred, I’m sorry.
Summarize; I want to edit the content of each row in the list that I created with the Collection List so that it does not affect the other rows in the list.