Unable to limit the columns of a particular group in rtf template.
Hi All,
Need help to limit the records of a particular group in rtf template.
Tried below ..
<?xdoxslt:set_variable($_XDOCTX,'LineNum',0)?> -- variable declare
<?$_XDOCTX,'LineNum',xdoxslt:get_variable($_XDOCTX,'LineNum')+1?>
<?if:xdoxslt:get_variable($_XDOCTX,'LineNum') <=3?>
<?end if?>
I need to display only 3 records in a particular group.
For example : I am the getting the values as below ( where as i cant able to do this change in rdf ., so looking to change in rft ) . But i need to print first 3 values only in the o/p.
amount
--------
4.7200
4.3600
4.2300
3.2500
4.6300
Appreciate if some one help on this..
Thanks in advance.