This is a question relating to NW Mobile 7.1, PDA development, NWDS SP05 P01
I want to create a query on the client that returns a single column of type string with several columns of the underlying table concatenated with some fixed strings added.
Example of standard SQL:
Select Col1 & " - " & Col2 from table where ...
Cheers, Andre