Currently we get only the IDs of such a column, like 33;35;78 But we want to print the value Information on Reports. For the moment, we must split the IDs by the semicolon and assign that to a collection. Then we need to iterate over the collectio...