hi ,
i created a smart-forms , I have 1 header for header data and another header for item data,
i want sort header data as per item data..
but it did not coming in proper way,
my output is coming this type ..
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! PO NO PO type Date ! < -----PO header 1
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! item-no material no Quantity ! <------item header 2
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 3000006 NB 22.11.2007 ! <----- PO Output
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 10 2022 kg ! <------ item output
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 3000006 NB 22.11.2007 !
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 20 2024 kg !
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~!
but i want this type of output ?
how to sort for this type ?
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! PO no PO type Date ! < ------PO header 1
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! item-no material no Quantity ! <-----item header 2
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 3000006 NB 22.11.2007 ! <----- PO Output
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
! 10 2022 kg ! <---- item output 1
! 20 2024 kg ! <---- item output 2
! 30 2026 kg ! <---- item output 3
!~~~~~~~~~~~~~~~~~~~~~~~~~~~ !
how to sort this type ?
anyone can help me ?
Thank you.
sandeep