Hi,
I have a scenario where I have to group by “ColumnC” and “ColumnD” and then get the count for those each distinct groups. Can someone provide me a linQ query? I can create logically, but it might be good to write a linQ than writing pages of UiPath code.
I need something like
Monday ------ 8.30 am ------5
Monday-------9.30 am -------4
Monday -------11.00 am -------10
Tuesday-------8.30 am ------6
Tuesday------- 11.30 am -------- 8
Wednesday---------9.30 am -------15
Wednesday --------11.30 am -------2
etc