Skip to Content
2
Former Member
Aug 05, 2016 at 10:23 PM

How to turn flexible search statement into impex export

6563 Views

I would like to export the results of the following flexible query:

select {o.extendedorderid},{o.code}, {s.code}, {creationtime} from {order as o join orderstatus as s on {o.status}={s.pk}} where {s.code} = 'SUBMITTED'

I have been researching but still coming up short.