The Views module is a Drupal module that allows creating lists of content with a flexible query builder.
0
votes
0answers
50 views
+50
Drupal Views:Add condition in where clause where the value is a field in hook_alter_query
I am trying to add a condition to a query like:
civicrm_contact_civicrm_relationship.id <> civicrm_contact_civicrm_relationship_1.id
but for the second field drupal takes it as a string so it ...