Is there a way to create an expression that will assign a sequential value based on the sorted date? So, if it is the first date, the value =1, and if it is the fifth date, the value =5. the twentieth date =20, and so on.
Query, sorted in ascendign order on date field:
IDProject, ProjectDate...