Silver 4
Since ‎05-05-2020
a week ago

My Stats

  • 294 Posts
  • 12 Solutions
  • 234 Likes given
  • 247 Likes received

Jake_Naude's Bio

Badges Jake_Naude Earned

View all badges

Recent Activity

Please could someone advise if AppSheet has an if this, then that, else do nothing expression...?IFS() is designed to produce a blank result when it evaluates to false.When I save a row in another table called surveys, an action there fires that incr...
I'm using substitute to strip enumlists that have this format... AAA-BBB-CCC-020A ...down to the remaining number + letter like this... 020A Is it possible to remove the leading zero, and not affect the zero on the number 20...? 20A Thanks in advance...
I have an ENUMLIST [assets] column that produces lists of 4 or more items that looks like:AAA-BBB-CCC-022A, AAA-BBB-CCC-022B, AAA-BBB-CCC-022C, AAA-BBB-CCC-023AI'd like an expression for another column, [asset_checker], to look at the result of [asse...
I have multiple companies doing surveys that populate a surveys table.I have a usertable that has three columns, email, company, role.The role column has two role types, admin and surveyorI'd like admin to see all records, and surveyor to only see re...
I'd like to see the seconds in my expression result so that I can sort my column with more granularity.I'm using a DateTime type column with the following initial value expression:TEXT(UTCNOW(),"DD-MMM-YY HH:MM:SS")This is what I get:Is it possible t...