How To Show The Same Item With A Different Index On Each Folder

Hello,

I have an item on different folders and on each folder it should have a different index (the user can change it if he wants to see it as index 1,2,3,4 etc.).

Ex.:

Folder 1:
Item A (index 1) (shows it first on the rg)

Folder 2:
Item A (index 3) (shows it third on the rg)

How can I do it?

Right now on my database each item just have a field called index that evaluates to a number and the rg is sorted by that. The problem is that if I change it on one folder it changes in the other ones as well…

Thanks!

Did you find a way to do this ? I have the same question.
I have 3 different templates for resumes, and the customer can choose any template he want to use…

In the example above, you have to create a third data table (functions as a joining table). It would include the unique Item, unique folder, and the desired index for that item to show in that folder.