
Rainer Grabowski
- Total activity 2634
- Last activity
- Member since
- Following 0 users
- Followed by 10 users
- Votes 18
- Subscriptions 1006
Activity overview
Latest activity by Rainer Grabowski-
Rainer Grabowski commented,
That sounds weird. I can't reproduce it. What exactly do you mean by: then the calculation stopped working?Maybe you should contact the Podio support so that they can check if there's something bro...
-
Rainer Grabowski commented,
Hi Vincente,if a Client item with a filled field RUT Empresa is related to the item in the other app where you try to create the calculation @All of RUT Empresa.toString() should work. My suspicion...
-
Rainer Grabowski commented,
No, a JavaSricpt functionhttps://help.podio.com/hc/en-us/articles/201019358-Calculations
-
Rainer Grabowski commented,
If Emp-Cal can be empty you need @all of emp-cal with nulls. I think that's the only issue. var hours = @All of Planned hours (auto calc) with nulls;var emp = @All of Emp-Cal with nulls;var employ...
-
Rainer Grabowski commented,
Hi Jessicad, If the Tasks and the project staff app are related via a relationship field (correctly; if the task item and the project staff item are related) and if you want to display the Postion ...
-
Rainer Grabowski commented,
Yes, still unsolved. You can get the Unique ID of an item only, but not the item id. The only method to get it is using Globiflow (as described in my comment above).
-
Rainer Grabowski commented,
Hi Martin, your variable today doesn't return correctly the right current date every day. For this issue see my comment here https://help.podio.com/hc/en-us/community/posts/115000113951-Trying-retu...
-
Rainer Grabowski commented,
Sorry, it should have been: remove the [i] from here: employer[i]Just to clarify: 1) @YPEmp1 is a text field in the report app.2) @All of Planned hours (auto calc) with nulls; @All of Emp-Cal; @Al...
-
Rainer Grabowski commented,
Hello Melon, your uniques are not unique. var emp = @All of Employee;var empsort = emp.sort();var hours = @All of Hours Worked;var unique = empsort.filter(function(item, pos) {return empsort.index...
-
Rainer Grabowski commented,
As last line enter:finalPrice