Hi,
Is there a way where I can change rows to columns? I have to make a weekly grid and it has only one dropdown column in it.
Example
Dropdown | Sunday| Monday| Tuesday| Wednesday| Thursday| Friday| Saturday
——– |——-| ——| ——-| ———| ——–| ——| ——–
Field1 |2 Hours|2hours | 2 Hours| 2 hours | 2 Hours |4 hours| 3 Hours (text fields)
each column from Sunday to Satruday will have a different entry in the database
1 Answers
There is no transpose option in grid.
You can transpose table using sql query tricks.
http://stackoverflow.com/questions/14167719/how-to-transpose-mysql-rows-and-repeat-column-headers
https://www.google.com/search?q=mysql+transpose+select
Your Answer