Could you explain why do you feel you need a PHP code there?
–
MołotAug 23 at 13:39
It is a table that shows data for 12 weeks. Each column should have that weeks date displayed as the label
–
JoshAug 23 at 13:40
Hello again :) Remember, on this site it is always better to edit your question than to comment. It's not a forum and most people will not read comments before judging if your problem is worth their time and effort.
–
MołotAug 23 at 13:43
But how do I put php in the label field?
–
JoshAug 23 at 14:37
You can't. Php is for each row. The label is a single value for the column's title. Your column's title has the be unique for your view, what iss changing is the rows no ?
–
pico34Aug 23 at 14:41
I need the label to change based on the date selected to display the proper week as the label
–
JoshAug 23 at 16:21