NULL row in text
Posted: Thu Aug 25, 2016 7:42 am
Hi, I have this in "Text" band:
But if there is a NULL row a I get only empty row as you can see in the attachment, but I want to shrink the row together if there is a NULL row. I want to ignore this NULL row and move the lower row upper. How can I do that? Thank you
Code: Select all
{IIF(b.min_size1kk <= 0,null,"1kk "+" "+"("+Format("{0:N1}", b.min_size1kk)+" - "+Format("{0:N1}", b.max_size1kk)+")"+" m2")}<br>
{IIF(b.min_size2kk <= 0,null,"2kk "+" "+"("+Format("{0:N1}", b.min_size2kk)+" - "+Format("{0:N1}", b.max_size2kk)+")"+" m2")}<br>
{IIF(b.min_size3kk <= 0,null,"3kk "+" "+"("+Format("{0:N1}", b.min_size3kk)+" - "+Format("{0:N1}", b.max_size3kk)+")"+" m2")}<br>
{IIF(b.min_size4kk <= 0,null,"4kk "+" "+"("+Format("{0:N1}", b.min_size4kk)+" - "+Format("{0:N1}", b.max_size4kk)+")"+" m2")}<br>
{IIF(b.min_size5kk <= 0,null,"5kk "+" "+"("+Format("{0:N1}", b.min_size5kk)+" - "+Format("{0:N1}", b.max_size5kk)+")"+" m2")}<br>
{IIF(b.min_size6kk <= 0,null,"6kk "+" "+"("+Format("{0:N1}", b.min_size6kk)+" - "+Format("{0:N1}", b.max_size6kk)+")"+" m2")}<br>