In salary rules I can get worked days by value:
worked_days.WORK100.number_of_days
How to get number of days for leaves "Sick Leaves", "Legal Leaves" and other leave types that has more than one word?
Because this would not work:
worked_days.Sick Leaves.number_of_days