Hello Everyone,
I would like to know if it possible to change the order of the printed data in a personalized report.
Here is the current scenario:
I would like to sort the data in a Detail-type layout of the report by choosing one of the input fields I placed in this Detail layout.
1. At first I tried the custom process extension approach. Sadly, I only found one process extension for the Packing Slip report named PackingSlip.SkipPrint which only skip rows based on a custom condition. Is there an existing process where I can implement a custom sorting logic?
2. I tried a different approach.
I created a Report Personalization for my user of the Packing Slip report, then I exported it and opened report_personalization_user_01 file and found a sortMode property for each input field. I chose one input field and set the sortMode to "descending" and the sortFrequency to 1, then I successfully imported the personalization back to my user, but the order remained the same. Am I doing something wrong or the sortMode property doesn't work for personalizations?
Thank you in advance.