Forum Discussion

Melodyv's avatar
Melodyv
Helper I
3 years ago
Solved

Combine multiple rows into one row

I am working with a list of clients who may have started 1, 2, 3 or more jobs, each of which has it's own job start date and job end date.  Right now, each job appears in it's own row, meaning that t...
  • AlexisOlson's avatar
    AlexisOlson
    3 years ago

    This is useful context. Note that you can sort by multiple columns though. You could sort primarily on client [Full Name] and then by [Job Start Date] secondarily (or tertiarily if you need [Employment Name] to be sorted secondarily).

     

    In any case, I don't think pivoting your table will make life much easier.