Bronze 5
Since ‎03-15-2019
2 weeks ago

My Stats

  • 63 Posts
  • 0 Solutions
  • 31 Likes given
  • 18 Likes received

jggj's Bio

Badges ZOCO_Unlimited Earned

View all badges

Recent Activity

I have security filters throughout many apps that are all of a sudden not working with IN() Statements. I am receiving the warning : IN() does not accept arguments of type List, List
I need to be able to order the dropdown as well as have the option to add a new record. Is there a work around for this or another area that I can order it by? Valid If ORDERBY(Customer Contacts[Name],[Active],true,[Last Used],true,[Name],false)Once ...
My automations emails are showing a link instead of an image. How can I make them show the image?Jobs : Job Imagetype: ImageEmail Body: <<[Job Image]>>Results in email body received: https://www.appsheet.com/image/getimageurl?AppName=AppName12345&tab...
I need to retrieve a decimal or a percent of a job complete. Every way I've written this, I keep ending up with 0. Any ideas?Jobs Table, Job Status Percent Column: SUM([Related Stops][Complete Counter])/COUNT([Related Stops])I also tried it directly ...
I'm looking how to change the delimiter from a comma to a forward slash to be able to create a link in google maps with multiple lat long values. Between every lat long set of coordinates needs to be a / in order to create the link. As you can see in...