Hi,
I have to display the data in line basis. Right now, Its showing
Existing:
National : 45 Total : 45
Expected:
National : 45
Total : 45
I tried html tags in the text box in Label Features
National : {National} <br> Total : {Total}
National : {National} "" Total : {Total}
Query:
What to do show it as line by line records?