
Gus H.
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
Activity overview
Latest activity by Gus H.-
Gus H. commented,
@Unique ID; moment().format(“MM/DD/YYYY”)
-
Gus H. commented,
@PhoneNr.join()
-
Gus H. created a post,
Google Street View Side-by-side
Anyone had luck getting "street view side-bu-side" to work on a calculation field?Here is the code from google: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>Street View Sid...
-
Gus H. commented,
This has been discussed on the GF Forum. Plz do a search for ZESTIMATE in the forum, and you will get a few discussions on that. Have fun digesting it.
-
Gus H. commented,
The above was on extracting the date. If you need to format the date, you can try in the calc field: moment(@Max of TODAY's Date).lang('en').format('DD MMMM, YYYY') Or some homework right here: htt...
-
Gus H. commented,
+1
-
Gus H. commented,
Plz follow Ranier's instructions as in here: https://help.podio.com/hc/en-us/community/posts/115003342691-Extract-a-date-from-a-textfield-via-calculationfield-regex
-
Gus H. commented,
Hi Rainer. I was playing with you code and at the same time adding another field. Your two field entry works like a charm, but once I try inserting a third one, I get a script error. Any suggestion...
-
Gus H. commented,
I would do App A (Res Tenancy), App B (Comm Tenancy), and App C (Tenants). I would include App C as a relationship field on each App A and B. Best of luck.
-
Gus H. commented,
For homework, plz study: https://momentjs.com/ Suggestion to put on calc field: moment().format('MMMM Do YYYY')Best of luck.