Sorting based on multiple columns simultaneously
Hi,
We have a requirement to apply sorting in our RTF template based on two tag (SERVICE_NAME, FIRST_NAME) simultaneously in the XML.
If we write
<?sort:FIRST_NAME;'ascending';'string'?>
<?sort:SERVICE_NAME;'ascending';'string'?>
it is not getting proper sorted result.
Can you please guide us how to achieve the requirement?
Thank you.