Is it possible to convert the returned data from a Client Script SQL to multiple columns in a Client Script so that you can return muliple columns into a Data Source which I can directly show in a list element in the Lobby?
From what I have learned I am able to create a ‘Client Script SQL’, which I call from an Client Script with the function getDBValues(“Client Script SQL id” ). From there I am able to return a list of data in a column called Return. This is some default ‘column’ which I can return from a Client Script, but I am wondering if I can return multiple columns in the Client Scrip for the Data Source to read and select instead of just one called ‘Return’?