Forum Discussion

shuhn1229's avatar
shuhn1229
Resolver I
3 years ago
Solved

Regarding Unpivot Table

Hi,   Pretty simple question, I have a subset of my data that looks like this:   Activity 1 Activity 2 Activity 3 1/20/2021 1/19/2021 12/29/1988   I want to use the data as part of...
  • shuhn1229's avatar
    3 years ago

    I figured this out. It had to do with the presence of cells containing records. I created a duplicate of the list and removed the columns with records, and used that duplicate to unpivot. It is working.

     

    Steve