Hi, guys.
I have a little hurdle that I still can’t get over.
I am making reports with information that was previously collected from a form, the report looks like this:
My problem is that I want to make a collection only extracting the data of Estado(Status), Tiempo(Time) and assign the corresponding concept, for example “1.1 Amortiguador derecho delantero”, or the concept 1.2, 1.3, etc. I don’t know how to relate this information in another table.
What I want to achieve is a Collection where the information looks like this, it would be a summary of all the information where only the status, time and concept would be shown.
I plan to add a filter to sort by status and time, this example I did it in the following way and it is not the best because I think I can not apply a general filter for both collections, I’m stuck on this issue, thank you in advance, I hope I could explain correctly.