Forum Discussion
Bhoobala_P
9 years agoFrequent Visitor
Use Column Name as Filter
Guys, I have a dataset like this: Customer ID onsite/offshore Region 01-01-2011 01-02-2011 01-03-2011 01-04-2011 Customer1 onsite Kuwait 200000 200000 200000 300000 Custo...
Anonymous
9 years agoNot applicable
Hi Bhoobala_P,
When you select 'Use First Row as Header', it is impossible to make the date column heading as date type, we are only able to change type for values in one column.
After you Unpivot columns, you are able to change the type of date value in Attribute column to Date type(select the whole Attribute column and right click on it, you will get the following screenshot).
Thanks,
Lydia Zhang
Bhoobala_P
9 years agoFrequent Visitor
Dear Lydia,
Thanks for the reply. Let me give some clarity to the picture. This is the sample data:
| Practice | Employee | Activitity | 01-04-2011 | 01-05-2011 | 01-06-2011 |
| Project1 | Employee1 | Travel | 50000 | 50000 | 50000 |
| Project1 | Employee2 | Travel | 50010 | 50010 | 50010 |
| Project1 | Employee3 | Travel | 50020 | 50020 | 50020 |
| Project1 | Employee4 | Travel | 50030 | 50030 | 50030 |
Pls refer to the snapshots below:
1. Loading the data2. Choosing first row as header3. Result (issue)
Now, how can we make the date appear as such, after making the first row as header in the query editor???