
Kathrine N. Hansen
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Activity overview
Latest activity by Kathrine N. Hansen-
Kathrine N. Hansen created a post,
Calculation field in relationship field
I have a calculation field (@sum of No. of producced videos) I can update the calculation from Relationship field. (Test) Please, Who can help me?
-
Kathrine N. Hansen created a post,
Calculation for subtract public holidays between vacations requested by the employer
I have an app 1 where I list all of nacional holidays, and another app The employer requested their holidays to the company. (NOTA: I need to calculate subtract the days of nacional holidays from A...
-
Kathrine N. Hansen created a post,
Calculation for subtract public holidays between vacations requested by the employer
I have an app 1 where I list all of nacional holidays, and another app The employer requested their holidays to the company. (NOTA: I need to calculate subtract the days of nacional holidays from A...
-
Kathrine N. Hansen created a post,
Field caculation transmition
Hi everyone, I have had the experience with a Dashboard app external to Podio, where all the podium fields are imported all the data, but the fields that have calculations the data import comes s...
-
Kathrine N. Hansen commented,
Hi Mikke and Rainer , I am finding the same calculation, I have some java script, but I don't know it is correct, because there is an error that I do not recognize. If you have any recommendations,...
-
Kathrine N. Hansen commented,
Please Who Can help me? Calculate working days between two dates (excepts holidays) I have this one and somethings is wrong :-( $(document).ready(() => {$('#calc').click(() => {var d1 = $('#d1').va...
-
Kathrine N. Hansen created a post,
Please, I don't know What is wrong....
$(document).ready(() => {$('#calc').click(() => {var d1 = $('#d1').val();var d2 = $('#d2').val();$('#dif').text(workingDaysBetweenDates(d1,d2));});}); //* Two working days and an sunday (not workin...
-
Kathrine N. Hansen created a post,
I need to exclude the days of Christmas and New Year
Been following your post, they are very good. I need your help. There is an arrangement that I used to find it in the Podium group. I found it very good. var startDate = @Days/time out officevar en...
-
Kathrine N. Hansen commented,
Thanks a lot, The formula works perfect :-)