Print Item at different group level
Hi All,
How do we print out item value that belong at different group level. as in the example below ZZZ item is available at the G_EXT_BANK_NAME group how do we print it at G_VENDOR_NAME group as well.
e.g.
<?for-each:G_EXT_BANK_NAME?>
....
<?for-each:G_VENDOR_NAME?>
XXXX YYYY CCC ZZZ
<?end for-each?>
<?end for-each?>
Thank you