I am looking for this solutions for few months, but I did not succeeded - please help.
So, when I make
Data Type: Select
Lookup Method: Automatic
and I have something like that:
SELECT idDoc, sc_concat(idDoc, Name)
FROM Doc
ORDER BY idDokumentiMape, OznakaMape
I get result like: 645NameOfIt
but I want to get nice look, like: 645 NameOfIt
I want space between two fields. How to achieve that?
Thank you for your help!