I am struggling to get data from within a table that looks like this:
to display horizontally, grouped by GroupID, then the start/process/stop times (in that order) to display on a single row like this:
I have tried writing several SQL case statements but I cant get it to work. I followed some advice online saying to write an IIF expression in a table in SSRS Report Builder but I couldn't get that to work. Any help would be great.