Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Aqaimkha Rank 3 - Community Apprentice

Comments

  • Thanks for the reply, I guess I got it working as below. <?if:IN_GROUP_BY=’1’?> group_by deptno display deptno group_by area display area display field1 field2 fiedl3 field4 field5 field6 end group_by area display area_total :999 end group_by deptno display deptno total: 999 <?end if?> <?if:IN_GROUP_BY=’2’?> group_by…
  • I'm new to BI, my might not be clear or didn't asked correctly, it is about building RTF in word, user passes parameter GROUP_BY_OPTION in xml as <GROUP_BY_OPTION>1</GROUP_BY_OPTION> IF (GROUP_BY_OPTION ='1') THEN group_by deptno display deptno group_by area display area display field1 field2 fiedl3 field4 field5 field6…