
Marc Høegh
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 12
Activity overview
Latest activity by Marc Høegh-
Marc Høegh commented,
Hi Rajat, The 'Please fill out this field' message is standard browser behaviour for required fields and therefore not something that Podio has control over. The reason why it is appearing in the t...
-
Marc Høegh commented,
Hi Rich, What you're trying to achieve can be done by collecting all reports in an array and then filtering by whether or not they have the value 'Approved'. E.g.: var reports = [ @President - Annu...
-
Marc Høegh commented,
Hi Joel, You can use the @Created On variable to get the date and time of the item's creation. This will be a formatted string with the time and date which you can then optionally pass to moment.fo...
-
Marc Høegh commented,
Hi Adil, This is most likely due to the fact that the sample value that Podio uses for `@All of years` is an array containing just a single item. You will therefore have to handle the case where th...
-
Marc Høegh commented,
Hi Elvis, I took the liberty of rewriting your calculation a little bit in a way that's slightly less verbose, as this might make it easier to spot areas where things may not work as intended. I cr...
-
Marc Høegh commented,
Hi Rainer, I'm not entirely sure why we would recommend using loops rather than functional iteration such as with reduce(). If you're referring to something that dates way back in time, then it may...
-
Marc Høegh commented,
Just to add to this discussion (I hope you found a solution to your problem by now, Tim): If you're dealing with a valid JSON string in a javascript variable, then parsing it is a easy as: var pars...
-
Marc Høegh commented,
Hi Oliver, Could you provide an example of the code that you have been attempting to run in your calculation field? It is not possible for me to point out the problem otherwise. Also, if you could ...
-
Marc Høegh commented,
Hi Scott, This is doable, yes. Calculation fields support loading in a collection of values for all items related to the current item. This is done via the "@All of [value]" variable placeholder. S...
-
Marc Høegh commented,
Hi Jemma, For security reasons it is not possible to directly output markup from a calculation field in Podio. However, what you can do to get around this, is you can "escape" the unsafe characters...