Is there any simple way to display the output of a view in a nice table view when two arguments are missing?

E.g. Let's create a view that selects "task" nodes with arguments "assigned person" and "status". When both arguments are missing I'd like to be able to display the view in the table form as follows:

Open In Progress Closed TOTAL
Person A 3 1 5 9
Person B 2 - 1 3
TOTAL 5 1 6 12

Currently what I use is as follows:

- Person A (9)
- Person B (3)

and clicking on Person A gives
- Open (3)
- In Progress (1)
- Completed (5)

Should I write a module for this?

Thanks..

Comments

dawehner’s picture

Do you have a summary view? I don't think this is achiveable with clicking in the views ui.

SanDiego’s picture

Yes, currently I use the summary view. Therefore I can see it in two levels. I was not thinking it would be possible but wanted to check it.

dawehner’s picture

Status: Active » Fixed

You definitive need some custom coding, for example another summary style plugin which supports tables.

Views uses a different style plugin when displaying the summary

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.