Hi all,
I have a question for View presentation.
I have created a form with ten fields.
Now, I want to display the context of these fields in the single colume of View.
Do you have any idea?
Thanks,
Donnie
Hi all,
I have a question for View presentation.
I have created a form with ten fields.
Now, I want to display the context of these fields in the single colume of View.
Do you have any idea?
Thanks,
Donnie
Subject: Muit fields of single form in single cols of view !
Well, in a column in a view, just add the values of these fields. Like:
Field01 + Field02 + Field03 etc…
Though, remember they need to be of the same type of data, so you might have to:
@Text(Field01) + Field02 etc…
But, this will give you all values in one line. You can also add spaces (" ") or linebreaks (@Newline) within your values.
Best regards,
Rune Carlsen