CONCAT function does not work

Use the CONCAT function in ChronoForms autocompleter.

Overview

The CONCAT function fails when retrieving fields, likely due to incorrect spacing in the SQL syntax.
Ensure there is exactly one space character before the comma within the CONCAT function arguments.

Answered
ChronoForms v6
te tempus 13 Feb, 2019
Hi!

I am making a form with autocompleter.

In "Fields to retrieve" box I need to retrieve a pair of id and string with CONCAT of 2 fields from the table record.

When I write the CONCAT function for my needs (please take a look on screenshot) - the search field stops working. I tried functions like COUNT() and UCASE() - they works as expected.

Somehow even CONCAT works with one field, I think there is bug with space character or some thing like that.

Please, help to solveCONCAT function does not work image 1
te tempus 13 Feb, 2019
Answer
Solved

There need to be the one space character BEFORE comma.
This topic is locked and no more replies can be posted.