Hi,
I have a set of records which 1 column called "Site" (I used CCK for this)
I want some user to access Site A data while others just access Site B
I enabled Profile module, add a custom field called Site, then for user 1, I set the value of that Site field to A, and for user 2, I set it to B
However, I don't know how to specify the Filters in Drupal Views to compare that "Site" field in CCK object with the "Site" field in the Profile of current logged in Users
Anyway to do this or any other equivalent way to restrict access to data based on custom fields in User Profile ?
Thanks