table
order:
orderid orderdate productid
product:
productid, productname
relation: order.productid product.productid
databand's datasource:order
order by: order.order_product.productname
but the data sorting order is not by productname. why?
can't sort by related filed?
can't sort by related filed?
Hello,
At this moment SR does not support sorting by related field. You can use one trick. Add to report GroupHeaderBand. Set condition equal to related field. Set height of GroupHeaderBand to zero. After then you receive sorting by related field.
Thank you.
At this moment SR does not support sorting by related field. You can use one trick. Add to report GroupHeaderBand. Set condition equal to related field. Set height of GroupHeaderBand to zero. After then you receive sorting by related field.
Thank you.
can't sort by related filed?
thanks, it works.