Extract specific data to a collection

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:
image

image


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.
image

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.
image

Ok, I don’t know if this is the best practice but it seems to work for me this way, I’ll leave it in case someone else finds it useful :slight_smile:
image

Can you explain to us what kind of info the data table screenshots contain? I assume those are from the same table, the same 3 rows?