Hello everyone, How to delete Parameters with blank value?
Hi @damdinsuren you could try Parameter.HasValue node, but not all parameter can be deleted, depends
Another question;
Why do you want to delete them?
yeah we can hide them as well, but again depends what kind of parameter
I want to share the viewer file so that people who see the viewer can easily understand the parameter properties.
This is an example file, the file I want to share has many blank parameters.
Thank you. I didn’t know that node does exist.
You can use another node which is mostly more healthy than hasvalue, beasue if the paramter has been filled before and the data got deleted it will still return it as value which is “” an empty string, i rather use node isNullorWhitespace it filter them better.
Thank you, I’ll try it.
