Search found 29 matches

Go to advanced search

by RichardGolko
Tue Nov 13, 2012 4:59 am
Forum: Issues
Topic: parse.com "where-query"
Replies: 20
Views: 3282
 
Jump to post

parse.com "where-query"

Any way to query by a single _objectid yet? (I need to get a single user back from the Users table -- can you get this to work with the Tiggzi db and show me how? It's a showstopper for me. Thank you.

by RichardGolko
Tue Nov 13, 2012 4:38 am
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

THAT'S IT! Thank you! YES! Now I can move on... much appreciated. For anyone reading this, "studioID" above should be "stationID"

by RichardGolko
Tue Nov 13, 2012 4:28 am
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

yes, see image below.. once we get the query to work on StationID, I have to massage the data it returns. OpenTime is the database field mapped to a label, OpenTimeLabel. If OpenTime as a value, display it; if not it means the business is closed, dispay "closed.. https://d37wxxhohlp07s.cloudfro...
by RichardGolko
Tue Nov 13, 2012 2:12 am
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

I want to display 'closed' when there is no value in a certain database field, otherwise I want to display the value in the field. Here's the code I put in the Javascript popup for the screen control (a label) that I mapped a database field to. var x = Tiggzi('OpenTimeLabel').text(); alert(x); if (x...
by RichardGolko
Tue Nov 13, 2012 2:06 am
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

The query works with single or double quotes as you can see from the response i the above image. Now how do I remove that from the test window... add the service to my BusinessHours screen and use a local storage variable in the place of the actual StationID number in the test query above. I've trie...
by RichardGolko
Mon Nov 12, 2012 8:14 pm
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

You also totally ignored my question on how to massage the data before displaying it.

by RichardGolko
Mon Nov 12, 2012 8:13 pm
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

Thanks for your answer.
It doesn't work.

What do I put (exactly) in the Where here...
Image

by RichardGolko
Sun Nov 11, 2012 5:28 pm
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

Thanks Max, There are three issues I'm having. I've been in touch about the first one many times already and it is still not resolved. That one is trying to query the Users table for a specific userID. My query returns all records. The second is the same with a different table so let's look at that ...
by RichardGolko
Sat Nov 10, 2012 8:02 pm
Forum: Issues
Topic: So hard...
Replies: 16
Views: 3259
 
Jump to post

So hard...

I'm about to flat out give up on Tiggzi because it's so hard to do anything with the database. The documentation is sparse and when I ask for help through support or this board I get one-line answers with usually a link to some worthless documentation that I don't understand. This product seriously ...
by RichardGolko
Sat Nov 10, 2012 3:03 pm
Forum: Issues
Topic: Map Checkbox "Selected" Property to REST Request Parameter
Replies: 5
Views: 959
 
Jump to post

Map Checkbox "Selected" Property to REST Request Parameter

Can you post javascript to show how to check the class name of the checkbox label? The checkbox useless if the selected property cannot be mapped. Thank you.

Go to advanced search