Categories
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Issue in RTF template while trying to Grouping based on particular columns.

vpandian16
Rank 1 - Community Starter
We had a BIP Query which is having two datasets G1 and G2. Need to compare Person Number and Date field from G1 with G2 and if it is same then result should be produced . But facing some challenges in handling grouping in Template. Attached syntax here which I used in template.
<?for-each-group:G_1;./PERSON_NUMBER?><?xdoxslt:set_variable($_XDOCTX, 'SAMPLE', PERSON_NUMBER)?> ---First for each
<?for-each-group:../G_2[PERSON_NUMBER_1 = xdoxslt:get_variable($_XDOCTX, 'SAMPLE1')];./PERSON_NUMBER_1?> --Second For each.
Second for each is not working properly. Any suggestion on this issue?
Tagged:
0