
Kathrine N. Hansen
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Posts
Recent activity by Kathrine N. Hansen-
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?
-
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...
-
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...
-
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...
-
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...
-
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...