Hello, i'm trying to create an app for vehicle management.
I created a list which includes: id, date, vehicle, item from listpicker (like refueling, lubricant service, tire replacement, brakes replacement etc), km/miles, price, reminder and notes. All are joined in the list separated with comma (,).
Now i want to split this list and take 4 items (date, vehicle, item and price) to join them in a new list for listview or listpicker. I want to create a "summary" from each record and when user clicks on it (in listview or listpicker) full record displays in a label.
I'm doing something wrong, because the result is or only the last record, or records with the same "summary" e.x. vw, lubricant service, 55€. After a lot of testing new problem appears (select list item cannot select item 3 of list of 1).
Split procedure has data, but join procedure not.
I'm novice in app inventor and i learned a lot from your answers in this community.
Thanks in advance.