Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Unable to slice this table by name:

I have a table that shows how many hours each worker worked on each day.  Dates in the first column.  Name of worker at top of the following columns with the hours they worked below their name.   W...
  • JarroVGIT's avatar
    6 years ago
    In the query editor, select all name columns and go to transform tab, and then select unpivot selected columns. This will give you a table with three columns: date, attribute and bake, where attribute column contains the name and the value column contains the number of hours worked for that person on that date.
    Now your sliver should work properly 🙂

    Please mark this as the solution if this answered your question. Kudos are welcome:)