You are here

README.txt in Views Merge Rows 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
Sometimes when you use relationships in views you get a number of rows with the
same content in some of the fields. This results in a huge table (grid, list,
etc.) that affects the usability of your view.

The Views Merge Rows module provides a way to combine rows with the same content
in the specified fields.

Installation and Configuration
------------------------------
After installing the module you get the “Merge rows” item in the OTHER section
of the Views UI.

To configure the row merging click the link next to the “Merge rows” item.

In the configuration dialog you can enable/disable row merging with the
“Merge rows with the same content in the specified fields” checkbox.
After you enable the merging you will see the table with all the available
fields. You can specify the “Merge option” for each field.

The fields with “Merge option” set to “Use values of this field as a filter” are
used to check which rows should be merged. If several rows contain exactly the
same values in all of these fields, they are merged together. The values for
other fields are calculated as follows:

For fields with “Merge option” set to “Use the first value of this field” only
the value from the first merged rows is used. The values in other rows are
disregarded.
For fields with “Merge option” set to “Merge values of this field” all the
values appears in the resulting row.

File

README.txt
View source
  1. Sometimes when you use relationships in views you get a number of rows with the
  2. same content in some of the fields. This results in a huge table (grid, list,
  3. etc.) that affects the usability of your view.
  4. The Views Merge Rows module provides a way to combine rows with the same content
  5. in the specified fields.
  6. Installation and Configuration
  7. ------------------------------
  8. After installing the module you get the “Merge rows” item in the OTHER section
  9. of the Views UI.
  10. To configure the row merging click the link next to the “Merge rows” item.
  11. In the configuration dialog you can enable/disable row merging with the
  12. “Merge rows with the same content in the specified fields” checkbox.
  13. After you enable the merging you will see the table with all the available
  14. fields. You can specify the “Merge option” for each field.
  15. The fields with “Merge option” set to “Use values of this field as a filter” are
  16. used to check which rows should be merged. If several rows contain exactly the
  17. same values in all of these fields, they are merged together. The values for
  18. other fields are calculated as follows:
  19. For fields with “Merge option” set to “Use the first value of this field” only
  20. the value from the first merged rows is used. The values in other rows are
  21. disregarded.
  22. For fields with “Merge option” set to “Merge values of this field” all the
  23. values appears in the resulting row.