Hi. Using QV, I am loading data from a QVD and have a scenario that I need to address. The Level9Y column is a char field. In the QVD, there are some cases where Level9Y is null but the percentage is not. I am trying to not place a value in the percentage9 column if Level9y is null. FYI..The len(trim approach seems to work best versus an isnull in other scripts that we have written.
I cannot find an example in the Qlik help that explains the parameters in detail for this scenario.