Hello Community,

I am facing some problem displaying the conditional content in my Views for content created using CCK module content types.

The scenario is that: I have an items form that shows the items to the users depending on their roles considering which roles have been provided access to the particular item.

So the thing is I have to compare two cck fields (Roles list and item name) with each other to get who has the access to which item and then show this accordingly.

I did not get such a filter in CCK views creation page. I applied the condition to my view, which I think is wrong. But that worked.

Now the problem is I also have faceted search module installed, which just fetches the items if come in search results. It does not check that condition while displaying count of results for items. Still it does not show the items if searching user does not have access to that. So there comes a difference in count of items shown and actual items shown.

Can anyone please suggest me how can I modify the whole thing?

Thanks,
Manish Aneja