HI
here i have used <br> tag for new line now the issue is whether the values is present in limitamout or not it's going to new line/ breaking the line
this is how the output looks like
but whenever the data is empty then it shouldn't break the line
how it can be done
Discussion posts and replies are publicly visible
You will need to wrap the <br> tags into an if() condition, checking whether to line-break or not.
yeah, i have tried that but am using & to concat which is causing issue againg
I would recommend to use the concat function. But using & does not make a difference. Can your explain the issue?
& if(condition, "<br />", "") &