Here is my situation:
I have a content type that have a mandatory cck field ABC. Each time that users create nodes, they have to fill out the ABC field.
Now, I need to know how many times the field ABC is filled by each user.

Can this be done through Views?

Note: I was able to list the number of nodes created by users using arguments but not with cck field.

Comments

Anonymous’s picture

I might not be understanding you properly, but wouldn't the number of ABC fields filled by a given user be the same as the number of nodes created by that user...?

xn2001’s picture

@BWPanda

I might not be understanding you properly, but wouldn't the number of ABC fields filled by a given user be the same as the number of nodes created by that user...?

Sorry for not clarifying. The ABC field is a field with Unlimited Number of values.

Anonymous’s picture

Status: Active » Closed (fixed)

I don't think this is possible with Views. What you'd be better off doing is writing some PHP code to look through the database or something along those lines.