Forum Discussion
Issue with Slicing data based on the columns
- Anonymous7 years ago
Try unpivoting your table through the "Query Editor".
1. Edit table
2. Select column name "inst_name" and right click on the column header
3. Select "Unpivot Other Columns"
You'll get an "attribute" Column which will contain values such as your column headers (Year1_Median, Year1_P25, Year1_P75 etc.) and then a "Value" Column which will be the corresponding dollar amount.
Hopefully that helps!
Derek G
Try unpivoting your table through the "Query Editor".
1. Edit table
2. Select column name "inst_name" and right click on the column header
3. Select "Unpivot Other Columns"
You'll get an "attribute" Column which will contain values such as your column headers (Year1_Median, Year1_P25, Year1_P75 etc.) and then a "Value" Column which will be the corresponding dollar amount.
Hopefully that helps!
Derek G