Is it possible to call "Track Location" tag and call all of its value and display in a listview? i want to create logs/history using these data

by the way, the dates are dynamic. havent coded it yet 'cause im confused.
Capture

image

You want to make a list of this -
image
or ?

image
these

the second one, the list of dates. what i want is the list of dates and when i click on that date the list of time will show, is it possible?

image

The second argument to foreach is not a list. The second argument is: Track Location
Note: You will not see another error reported for 5 seconds.

Can you send your block screenshot?

what i want is the list of dates and when i click on that date the list of time will show, is it possible?

this is the code ive done with the help of someone in the community.

and this is the output. blue marks is my location.
9

this is my database
Capture

what i want is to arrange it like this
6

when i click date 1 it will open the time under this date like this
7

is it possible to do these? thank you.

Keep your questions in the same topic. I merged them. It looks like double posting what you do and that is not allowed and could lead to suspension from the community.

2 Likes

So if you follow this convention - (Mmm dd, yyyy) then you can use this extra block

image

thanks, it works. what if i will click the date to show the time? how to do it?

Continue the same code ahead, that was the only change to be made

i did but when i click the date, the time is not showing

It is supposed to be shown in a separate list view, pls check that.
And is the date on the listview and the tag name exactly alike?

image

Change them to value, I had forgotten to do so. :grimacing:

10

this is the output
11

whenever i click on nov 23, 2020, the time is not showing

image

Just added another if condition but don’t think it really changes the code.
Once again the time -

still not showing

Can u send a screen recording?