I'm not sure if this is possible, but I figured I'd ask. I'm working on a database for programs for kids. I'm using CCK to create an ages number field with checkboxes and the allowed values 10, 11, 12, 13, 14 so people know what age(s) the program is for.
When I display the list in views, I'd like to have a table with a column for each possible age value so people can scan the table easily. Something like this:
10 11 12 13 14
Program 1 | x| | x| x| x|
Program 2 | | x| | | |If I create a view as a table, it puts a div around each value which I could use css to put side by side, but it doesn't leave placeholders for the non-selected possible values so I can't get them into the appropriate columns. Is there any way to do this? I have the feeling it would be very useful to visualize data in tables like this. Any ideas appreciated. Thanks.
Comments
Comment #1
Jonasvh commentedany solution to do this?
Comment #2
troybthompson commentedI never figured it out, and unfortunately, I don't know enough programming to try doing it myself. Do you have a similar situation?