How to make a row in datalist column into one row

Confluence User - 08 Apr, 2020

How to make a row in datalist column into one row ?

For example a content : alfa papa beta,

usually in a datalist column it would be :

alfa

papa

beta

How to make it : alfa papa beta ?

Thank you


datalists

1


08 Apr, 2020
confluenceUser
confluenceUser

In Datalist > Data Source, select the JDBC Binder and use SQL query string to GROUP_CONCAT the column you want; read an example from https://fellowtuts.com/mysql/concatenate-multiple-mysql-rows-into-one-field-using-group_concat/ . More here.

FYI the database name created by Joget starts with "app_fd_[your table name]" and the table column starts with "c_[form field id]".

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print