Hi Kundan, Adding ROUND function to your value expression would enable
you to do this. See updated code below where we are rounding to 2
decimal places. If you wanted to round to a different number of decimal
places, simply change the 2 highlighted in bold to how many decimal
places you need. displayname=Assignment
Breakdownlistdelimiter=listmethod=nested(assignments).liststextmode=truetype=iteratevalueexpression=CONCAT({assignedTo}.{name},"
(",{role}.{name},") -
",ROUND({workRequired}/60,2),IF(...