Search found 4 matches

Go to advanced search

by Bruce Harrison
Thu Apr 30, 2015 2:47 am
Forum: Issues
Topic: where parameter in a query service using local storage variable giving "Incorrect query" error
Replies: 4
Views: 516
 
Jump to post

where parameter in a query service using local storage variable giving "Incorrect query" error

Hi Sergiy,
I got that where parameter taken care. I am good with that..

Now, I am getting objects from the GET service and I want to map it to a select component. How do I do that? Is there a step-by-step document that you can point me to?

-Bruce.

by Bruce Harrison
Thu Apr 30, 2015 1:20 am
Forum: Issues
Topic: where parameter in a query service using local storage variable giving "Incorrect query" error
Replies: 4
Views: 516
 
Jump to post

where parameter in a query service using local storage variable giving "Incorrect query" error

But Sergiy,
How do I get the the string that have in my local storage assigned to the where parameter of a query service ?

Please let me know.

-Bruce

by Bruce Harrison
Mon Apr 27, 2015 2:32 am
Forum: Issues
Topic: where parameter in a query service using local storage variable giving "Incorrect query" error
Replies: 4
Views: 516
 
Jump to post

where parameter in a query service using local storage variable giving "Incorrect query" error

Hi, I am trying to test a query Database service with a where parameter using local storage variable and it is giving me Incorrect query error. This is what I have as value for my where parameter... var myCity = localStorage.getItem('localcity'); return '{'"city":"'+myCity+'"'}';...

Go to advanced search