Tuesday, June 16, 2009

some xmlp commands

Page break
<?split-by-page-break:?>
Format Dates and Numbers
<?format-number:SALARY;'999G999D99 MI'?>
<?format-number:SALARY;'PR 999G999D99'?>
<?format-number:SALARY;'PT 999G999D99'?>
<?format-number:SALARY;'S 999G999D99'?>
<?format-currency:value;currency_code;'truefalse'?>
<?format-date:HIRE_DATE;'YYYY-MM-DD'?>
<?format-date:HIRE_DATE;'YYYY-MM-DD'?>
Define the Body, i.e. anything else is footer or header
<?start:body?>
<?end:body?>
Loop through a Rowset
<?for-each:row_C1_RPTS_SAL_DVW?>
<?end for-each?
Using "If" to display a field conditionally
<?if:fld_C1_SAL_SUM_NAME!=''?>
<?end if?

No comments:

Post a Comment