Search found 103 matches

Go to advanced search

by Robert Larsen
Tue Jul 22, 2014 1:48 am
Forum: Issues
Topic: Query a date range.
Replies: 26
Views: 2914
 
Jump to post

Query a date range.

I am wanting to build a selectable query for date range. Example Two calenders... First calender you select the from date, and the second calender you select the to date. Then you click search and it returns all items from a collection that was created in between those two dates. Second problem I kn...
by Robert Larsen
Tue Jul 22, 2014 1:41 am
Forum: Issues
Topic: Create Service Not Working
Replies: 4
Views: 467
 
Jump to post

Create Service Not Working

Correction it is working now, I was getting 400 error, on service invoke. I had to change the way my date defaulted when being sent to the database.

by Robert Larsen
Mon Jul 21, 2014 5:40 pm
Forum: Issues
Topic: Create Service Not Working
Replies: 4
Views: 467
 
Jump to post

Create Service Not Working

I shared the database it is called flat rate time. I don't know how else to duplicate it. Im getting no data sent to the database when pressing my button titled submit time, it has event tied to it to invoke service. I don't know if my mapping is incorrect, or database settings are wrong. I have dou...
by Robert Larsen
Mon Jul 21, 2014 6:07 am
Forum: Issues
Topic: Create Service Not Working
Replies: 4
Views: 467
 
Jump to post

Create Service Not Working

I cannot figure out what I am doing wrong here. I have my input fields mapped to the request tab for the create server. And my submit button is set to invoke the service. In the second from bottom screenshot you will see the errors I am getting and that is on page load, before I ever invoke the serv...
by Robert Larsen
Mon Jul 21, 2014 3:25 am
Forum: Issues
Topic: Add Multiple Field Values
Replies: 3
Views: 335
 
Jump to post

Add Multiple Field Values

So I am a bit confused I would do it like before but with this format? Such as var item1 = +Appery('TimeBilledTaskA').text(); var item2 = +Appery('TimeBilledTaskB').text(); var item3 = +Appery('TimeBilledTaskC').text(): var result = item1 + item2 + item3; localStorage.setItem('TotalSum', result); Ap...
by Robert Larsen
Mon Jul 21, 2014 1:43 am
Forum: Issues
Topic: Add Multiple Field Values
Replies: 3
Views: 335
 
Jump to post

Add Multiple Field Values

My code does not work. var item1 = parseFloat(Appery('TimeBilledTaskA').val()); var item2 = parseFloat(Appery('TimeBilledTaskB').val()); var result = item1 + item2; Appery('TotalSum').text(result); Corrects my interger or total problem. But now my issue is how do I add all the items var item1 = pars...
by Robert Larsen
Mon Jul 21, 2014 1:23 am
Forum: Issues
Topic: Using Label Compuonent as Value to Calculate total
Replies: 5
Views: 646
 
Jump to post

Using Label Compuonent as Value to Calculate total

Nvm I found the solution using. var item1 = parseFloat(Appery('TimeBilledTaskA').val()); var item2 = parseFloat(Appery('TimeBilledTaskB').val()); var item3 = parseFloat(Appery('TimeBilledTaskC').val()); var item4 = parseFloat(Appery('TimeBilledTaskD').val()); var item5 = parseFloat(Appery('TimeBille...
by Robert Larsen
Mon Jul 21, 2014 12:04 am
Forum: Issues
Topic: Using Label Compuonent as Value to Calculate total
Replies: 5
Views: 646
 
Jump to post

Using Label Compuonent as Value to Calculate total

Hey this code worked for me! But say I write, 1.2 in box 1 and 2.7 in box 2 my total comes out 3. How do I write the code to give me the total 3.9 and include the decimal in the total box.

by Robert Larsen
Sat Feb 22, 2014 4:43 am
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

How would this work using $in curl. When the value can always change?

by Robert Larsen
Sun Feb 09, 2014 2:02 am
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

I am trying to create an event tracker. As you can see in my screenshots below. You will select a world (server) and a map. The selections are saved to their own local storage variables, and clicking on submit will be directed to the next page. Ignore everything under the first submit button. This n...

Go to advanced search