I have a Drupal 7 view with contextual filters and I am unable to include any tokens in "Global: Text Area (no results available)". Replacement patterns are listed, but none of them are working. I have tried the various text formats (Full, Filtered, Plain, Unfiltered) with no luck. I have used tokens in the past with no issues. Any suggestions?
i have a CT with a reference field of a resource and some other text fields.
In the view to display the list of these nodes i would like to merge the rows with the same referenced node
i.e.
Now:
reference nid | text field 1 | text field 2
22 | foo | bar
22 | doh | boe
28 | eee | fff
I would like to have
reference nid | text field 1 | text field 2
I use unique field mapping, but instead of blocking the import on duplicates from CSV, it overwrites the data in Drupal and inserts the value from the CSV file.
This is the default behaviour with unique title field mapping:
"IF the title is duplicate THEN overwrite old item in Drupal with new item from spreadsheet"
But I'm looking for this behaviour:
"IF the title is duplicate THEN skip new item from spreadsheet, and keep old original item in Drupal intact"
Can't upload images so here is the link to explain: