I am struggling with how to map a list into a function.Each item in the
list, consists of a start date, end date, int and
symbol.q)requests:((2021.06.07;2021.06.09;53696;`Sent);(2021.06.12;2021.06.14;81840;`Sent))I
then have a function that creates a...