
Mark Lanks
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
Comments
Recent activity by Mark Lanks-
Bavo- Thanks for your comment. Unfortunately, the calculation field itself isn't helpful, because I need it when the entry is being filled out (at which point the calculation field is just a dash)...
-
Rainer- Thanks! I should have thought to try that, but I was trusting Podio's mesage. Silly me. Mark
-
Rainer- Perfect! I appreciate it.
-
Ok, so I just realized that Podio has an option on a date calculation field to not "Display Time Component" so that takes care of it!
-
Rainer- This is very helpful! In the one instance that I know it is happening, upon inspection it is wrapped in h2 tags, and when tracing that back, apparently it is set that way in the input fiel...
-
Thanks Ranier for your help. Your question about the calculations is a bit complicated, because I am actually doing two different calculations to get to that output...the first, for each event ent...
-
Thanks Rainer! After a lot of trial and error, and thanks to your suggestions, I was able to figure this out. Since I didn't really want the date at the beginning or in the YYYY-MM-DD format, I a...
-
Ranier- Thanks so much for your input. Based on what I'm trying to do, your solution #1 doesn't work, because it doesn't allow me to turn fields off that I don't want on a given entry. But amend...
-
Thanks, Rainer! This worked. I had to amend it to ("" + @multiLineTextField).replace(/\n\n/g, "\n") to get it to not produce Script error: TypeError: undefined is not a function, but with that am...
-
so the markdown works in this, but not a Podio calculation. So I guess I need to do this here to explain: I have been using "(asterisk)(asterisk)" + @field + "(asterisk)(asterisk)" for a while no...