Chris Whitfield
Posts: 0
Joined: Fri Jul 26, 2013 5:31 am

How to load specific data based on user input

Hello,

I'm stuck on trying to figure the following out:

My users will select a value from a select menu. On the following page, I want that depending on which value was selected, the data from a certain column loads in a label on that page.

Each value in the select menu has its own column in the appery database and i only want one column to load.

Appreciate your assistance!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to load specific data based on user input

Hi Chris,

This can't be done with usual mapping. You would need to use JavaScript to access a specific column. Use service Success event to get needed Response data.

Chris Whitfield
Posts: 0
Joined: Fri Jul 26, 2013 5:31 am

How to load specific data based on user input

Hi Katya,

I've been thinking of this for a bit with no luck.

Maybe i can explain whats happening:

I have a listing app. Each list item has about 5 labels populated by a listing service. One of the labels however, i want to be populated with a string depending on a local storage variable selected on the previous page. Each string is stored in a different column.

Can you point me to any example code where i can make this happen.

I've been experimenting with trying to put the data in another collection and using a pointer data type. In this case, Each string is in one column.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to load specific data based on user input

Hi -- I suggest you to check our tutorials which can help you in resolving your problem:
:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/build...

Return to “Issues”