Skip to main content
Add some explanation at the top of answer.
Source Link
Jimmy Ko
  • 2.9k
  • 1
  • 13
  • 20

I guess you want to create a row header which contains some value from other fields. If it is your case, I will suggest you are usingthis solution.


Use viewsfields in format

Format of views

Add field Global: custom text

Global: custom text

Then you can use the token, which is the value of field, with your custom HTML structure.

Settings of custom text

Please note that custom text field must be placed after the field you want to use. In my case, it is title. You need to exclude it from display, otherwise, there will be 2 titles.

enter image description here

If you are using views in format

Format of views

Add field Global: custom text

Global: custom text

Then you can use the token, which is the value of field, with your custom HTML structure.

Settings of custom text

Please note that custom text field must be placed after the field you want to use. In my case, it is title. You need to exclude it from display, otherwise, there will be 2 titles.

enter image description here

I guess you want to create a row header which contains some value from other fields. If it is your case, I will suggest you this solution.


Use fields in format

Format of views

Add field Global: custom text

Global: custom text

Then you can use the token, which is the value of field, with your custom HTML structure.

Settings of custom text

Please note that custom text field must be placed after the field you want to use. In my case, it is title. You need to exclude it from display, otherwise, there will be 2 titles.

enter image description here

Source Link
Jimmy Ko
  • 2.9k
  • 1
  • 13
  • 20

If you are using views in format

Format of views

Add field Global: custom text

Global: custom text

Then you can use the token, which is the value of field, with your custom HTML structure.

Settings of custom text

Please note that custom text field must be placed after the field you want to use. In my case, it is title. You need to exclude it from display, otherwise, there will be 2 titles.

enter image description here