Hi,
Sometimes I have NULL in my LIST.TRANSPOSE, okay, because that depends on the information in my element.
BUT, I can not have NULL in LIST.JOIN …
I wanted to
In this example, I wanted to show (in LIST.JOIN) the data from the first LIST.TRANSPOSE that there is no error (null)…
But, because of the second LIST.TRANSPOSE that are with NULL … the LIST.JOIN holds with NULL.
My idea is to change NULL to the empty list …
Any way or suggestion?