Select to view content in your preferred language

Popup not add an extra line if expression is NULL

385
2
03-03-2022 02:55 PM
Status: Open
LCTechLogin
Occasional Contributor

It would be nice if an expression produces NULL - that the popup wouldn't even display a blank line.  I know there is a way to do it in a table - but that messes up the inline formatting of non-tabled text. 

Tags (2)
2 Comments
jcarlson

If you're in the new map viewer, there's a lot you can do with Arcade. There's no reason a blank line needs to appear, but it really depends on how your expression is written.

AdriannaBarton

@LCTechLogin I use TextFormatting.NewLine within all of my expressions so that if they are not null they will show on a new line. I just list all the expressions on the same line within my popoup so no blank rows show.