image

a!documentImage(
document: if(isnull(fv!item.imageId),
cons!NOIMAGE,
fv!item.imageId
)

is it possible to use fv!item with the isnull funcion? i am trying to place a image (cons!NOIMAGE) if theres no image in the database for that specific object but i get an error saying that document cant be null so I supose its returning a True boolean in the if statement 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data