administracion_2 Posted October 6, 2015 Posted October 6, 2015 Hi everyone; I got a question/problem that i dont know how to resolve. One field of my report, for example "Date" is taken from the result of: array_to_string(array( SELECT Date FROM "X" x1 WHERE .......), ' || ') AS "Date",[/code] With this, i want to take this result like, each date is a new row. Each group of character " || " makes of delimiter of a new row. how can i do it? Thanks to all; Greeting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now