Community

Can I display fields from same content type inline in a view?

Right now, my view pane displays the fields like this:

FIELD A

FIELD B

FIELD C

I need it to look like this:

FIELD A FIELD B FIELD C

These are text fields. I tried making a horizontal grid and setting the fields inline, but as the help text said they might, these fields ignored that command.

Is there a way to make it work?

Comments

Configure Field A and Field B

Configure Field A and Field B with "Exclude from display" checked.

For Field C, expand "Rewrite results" and check "Rewrite the output of this field"

In the textbox you will end up with something like

[field_A] [field_B] [field_C]

(Expand "Replacement patterns" to see the possible replacement patterns).
nobody click here