if (count(Further_Category_Options[Sub_Categories_Selection == input.Material_Sub_Categories]) == 0)
{
clear Further_Category_Options;
}
else
{
for each subcategory in Further_Category_Options [Sub_Categories_Selection == input.Material_Sub_Categories.toString]
{
Futher_Category_Option_Field:ui.add(subcategory.Futher_Category_Option_Field);
}
}