Jump to content

Recommended Posts

Posted
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.

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...