BI Publisher Serial Number Ordering
Can you please suggest a solution for the below scenario. Following is the sample template example, I have the below static data defined in my template in sequential order. I have conditional region between each text for example where if contional 1 is 'y' then hide that point but the serial number ordering should be sequentail as below:
Design:
1. abc
2. def
3. ghi
if <Condtional 1 = 'y'> then hide point 4
4. jkl
5. mno
if <Condtional 2 = 'y'> then hide point 6
6. pqr
7. stu
Result:
1. abc
2. def
3. ghi
4. mno
5. stu
I am using the XML data file which passes the conditional 1 and contional 2 column values. Can you please suggest whether this can be achieved.