Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Query removes the option to map to Select Value

I want to be able to create a list from a query according to what the user selects. but I cannot map to the Value object in the select mapping because when I click on the query request the select : Value disappears

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

Query removes the option to map to Select Value

Hi Willie -

I'm not sure I understand the question.. it disappears where?
Can you provide more details (screenshots) or, tell us how to reproduce the problem?

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Query removes the option to map to Select Value

in the data mapping, I Tried using a select object but as I said I cannot map the select value to the Where in the request because it removes the Value part of the select object

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

Query removes the option to map to Select Value

Hi Willie,

Does your select have fixed values or they're filled dynamically? If dynamically, mapping doesn't know whether Select has any items and doesn't allow you to use its value.

Here is a work around. When you select Select item, add a JavaScript handler that saves a selected value in localStorage. In mapping you can easily use this value for your request.

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Query removes the option to map to Select Value

They are fixed values, I enter the description and value,
basically what I want to do is this allow the user to select to view only the trucks in a certain terminal
so say for example
Terminals
Houston
Alabama
Monaca
when the user selects one the map displays all the trucks that are in that terminal.
The radio object works with the Query but I have over 50 Terminals this makes radio selections impractical. And since Houston and houston are two different queries that will bring two different results so is text search

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

Query removes the option to map to Select Value

Hello! Do the following mapping
Image

Return to “Issues”