IF condition issue in docx template
Using the .docx template to generate reports in oracle APEX
In this template, we are unable
- To include if condition
- To hide/show a table row based on if condition
We have tried these steps for if
- ctrl + F9
- Edit field (some times this field is not visible for ex: for S.No. field we have used SEQ Serial *MERGEFORMAT which is not visible in the above template)
- Selected the field name as If and entered the field code as below
IF { bat2 }={ bat3 } { bat2 } { bat3 }
Bat2= 700, bat3=800 - By default it is returning bat2 value instead of returning the value based on the condition
0