sort order by based on validation in BI publisher
Hi All,
I am trying to doing sort order in the Sql statement in RDF report , but no luck.
so i am trying to do in the rtf template using below code.
<?for-each:G_LINE?>
<?if:.//SORT_BY='Test'?><?sort:ITEM_NUM;'ascending'?>
<?if:.//SORT_BY='Test_1'?><?sort:ORDER_NUM;'ascending'?>
<?end if?>
But it is not happening.
Can you please help me on this?