Hello,
I have a table with some attributes and I created a new column which is called "Description" with the following string, by using the text editor in attribute manager :
"New values, Dat: @Value(Dat), Nat: @Value(Nat), OBJNAM: @Value(OBJNAM)"
However in some cases there are no values in all those attributes and the output looks like this:
"New values, Dat: , Nat: Underground heigh., OBJNAM: , "
I would like to exclude the attributes that don't have a value (in my example the Dat and ONJNAM), for each row.
I guess I should use somewhere a conditional formatting but I am not sure how and where to do that.