User
-name
-email
-working experience (list of a thing)
-job title
-salary
The number of working experiences for each user varies.
Currently, my page displays data like this:
name, email, job title1, salary1, job title2, salary2…and so on
Allen, allen@abc.com, engineer, 1000, HR, 2000
My questions are:
Can I sort the data within the working experience list? For example, I want to find the user with the highest salary and sort the data in descending order.
In this scenario of a repeating group within a repeating group, is it possible to download the table as a CSV or Excel file?
That’s correct. Check the usage in the plugin description. You can use arbitrary text and structure your content as a JSON there. Send that to the plugin and you get your CSV
Got it, thanks for the clarification. In that case, I would suggest to have a link from Working experience to User (have a field in your Working experience table, linked to a User).
In your RepeatingGroup, Do a search for Working experience, sort by Job Title/Salary and display unique instances of Users.