
Jan Florian Maas
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Activity overview
Latest activity by Jan Florian Maas-
Jan Florian Maas commented,
+1 Very useful filter addition for sales and financial business context situations. Would love to see this coming to Podio!
-
Jan Florian Maas commented,
Try typing '@all…' – then you'll get all fields listed from related records. They're named like '@all of MyRelationshipField'. Relationships fields can be 'outgoing' and 'incoming': The 'incom...
-
Jan Florian Maas commented,
Use this js function: MyCategoryField.length()
-
Jan Florian Maas commented,
This should by easier to calc with: @Publication(s).length()
-
Jan Florian Maas commented,
To get a concatenated field from two or more text fields simply use the calculation field in Podio. Beware, that you might have a date field included in your sample, so I'll show how to calculate w...
-
Jan Florian Maas commented,
Suresh – an additional hing: the type of a Calculation fields can't be changed after first save. It will recognize it's type of result (number, date, text) automaticly. So, if you want to change ...
-
Jan Florian Maas commented,
A countdown app could be done easily, thanks to moment.js integration in Podio. With the help of moment(@MyDate).fromNow() the calculation between the deadline (MyDate) and the actual time is don...
-
Jan Florian Maas commented,
Hi Ilja, Podio makes it easy to work with date and time formats, because it has moment.js integrated. So you can use this simple method for an ISO Week format: moment( MyDate ).format('WW'); You...
-
Jan Florian Maas commented,
You could create a separate app, spending a unique serial number for all projects in different workspaces (the projects have to reference to this serial number app. Then it would be easier, to ref...
-
Jan Florian Maas commented,
This could be done with the new calculation field and some JavaScript. I'll explain an example with calculated days between a start date and an end date – (same could be done just with working days...