Hi,
I am using the if condition for the text to display in my rtf template but during runtime, if the condition is not satisfied it holds on that empty line space and then prints the next text. How to solve this issue, I do not want the template to hold on to that space instead it should shift the text upside.
In the below image the highlighted text is conditional.
in the below output you can see that it is holding on the space highlighted if the condition is not satisfied. I want to eliminate this empty space.
Please let me know how I can solve this issue