
Gus H.
- Total activity 93
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 44
Comments
Recent activity by Gus H.-
@PhoneNr.join()
-
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.
-
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...
-
+1
-
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
-
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...
-
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.
-
For homework, plz study: https://momentjs.com/ Suggestion to put on calc field: moment().format('MMMM Do YYYY')Best of luck.
-
+1 from me too.
-
Hi Rainer. Can we do the opposite? Instead of subtracting can we add one day? On the code: moment(moment().format('YYYY') + '-' + moment(@Birthday).format('MM-DD')).toDate(); we get the anniversary...