Follow up of this thread https://community.oracle.com/tech/developers/discussion/comment/16802746#Comment_16802746
I want to make tags HTML expression conditional, meaning if i have a col &ENAME. in span tag, based on condition i want to make whole span removed from html part.
<span>&ENAME.</span>
As of now if i inspect element i see span tag but no values which is fine as in union all i pass null so no values will be displayed but this brings card height issues, there is white space at bottom which i want to get rid of.
So if value is null i dont want to display span tag at all so no white space comes.