I want to display in a repeating group a list of dates for some projects.
The field where are saved the dates is a List of dates. I would like only to display the last item of this field for each projet.
I can’t figure it out the exact expression.
Assuming your RG has a content type of Project, and a DataSource of a list of Projects, just add a text element in the cell and display the Current Cell’s Project’s List of Dates: last item
Thanks for you reply but this is not what I am looking for.
Project is a “Data type”
I have many “Fields” in the Project “Data Type” like: Title, members, list of dates etc
What I want is to show each Last item of the “List of dates” for all the projects in the database
Hi there, @akoziol… you are in the best of hands with Adam, of course, and I could be missing something here, but I believe what Adam described is exactly what you need.
If you have a repeating group with a data source of Search for Projects, and you add a text element in the repeating group with an expression that is something like Current cell's Project's list of dates:last item, you should get the last date in the list for each project in your database. Have you tried that? If that’s not what you need, you might want to consider sharing some screenshots so it will be easier for someone to help.
I see what you mean, I haven’t explained the full context… sorry.
I am using the plugin “PDF Conjurer” to generate a PDF for billing.
I want to show a table of all the ongoing project, that is working.
And I want to display the last date from the “Lists fo dates” but can’t get it.
I am not using a RG it is just an expression:
Prtoject_InProgress is a list of projects
InProgress_1stDate is a list of dates
More specifically, I guess yours might be bill's Project_InProgress:format as text, with This Project_InProgress's InProgress_1stDate:last item in the Content to show per list item field and whatever you want in the Delimiter field.