Expand my Community achievements bar.

SOLVED

Using calculated fields in a custom form to calculate time

Avatar

Level 2

In a custom form, I have a series of checkbox fields with image sizes on and I would like to know if there is a way to calculate the total number of options selected, multiply it by 0.25 (or 15 minutes) and use a calculated field to give me a total value (of time) it is estimated to take to complete. I am looking at ways of how to show the requestor the total amount of time it is likely to take for their request to be completed and then decide whether the qty they are asking has value for their request before it is submitted.

This total amount of time can also be used within the task in the project.

 

Does anyone know if this is possible? As currently adding any values to a checkbox field, the value cannot be the same.

 

Thank you

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hey,

 

You can use this expression in your calculated field:

ARRAYLENGTH(ARRAY({DE:MultiSelectFieldl},','))*0.25

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hey,

 

You can use this expression in your calculated field:

ARRAYLENGTH(ARRAY({DE:MultiSelectFieldl},','))*0.25

Avatar

Level 2

Amazing! Thank you so much @SuryaLakhani it worked perfectly