Bert Vandenbogaerde
Posts: 0
Joined: Thu Dec 19, 2013 11:10 am

Clickable list

I got it to work!

Thanks for the info Maryna Brodina and Katya Yakusheva!

Great support.

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Clickable list

hi!

I want to make a list of database

On the first page Image

Image

Image

On the second page:

Image Image

But it doesn't work, it always appears the same label.

Can I help me.

thanks. Laura.

Image

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Clickable list

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Clickable list

And this is my db:

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Clickable list

Hello! Could you clarify what do you want to show on the second page?

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Clickable list

Hi Marina:

This is my database:

Image

When I clikc "Valencia" I need to see "valencia se ve las ciencias y las artes"

Do you understand me?

Thanks!

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Clickable list

The second page I need to show "quever"

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Clickable list

Hello,

1) You got the url in your service:

{database_url}/collections/lugares/{object_id}

there in request parameters is obj_id, but must be object_id (as in url).
2) On screenshot is the correct mapping from _id to target, but in project via public link I can see that there is a mapping from quever to tag ID. You should restore mapping as on the screenshot.
3)Please change the order of actions Set local storage variable and Navigate to the page
4)You can't use the same service on two pages. Because these services must perform different tasks (one returns all, another returns particular record) . Thus, you should create 2 different services for these tasks.
It will be helpful, if you watch our tutorials.

Return to “Issues”