Hello, I'm new to Qlik Sense and I'm trying to create new data fields via the Data Load Editor.
Below is the auto script:
LOAD
CustomerID,
SubCustomerID,
FROM [FILEPATH.qvd]
(qvd);
In some cases the CustomerID is blank, so I would like to create a new field MyCustomerID, which would equal the CustomerID where it exists and the SubCustomerID where CustomerID is null. Feels easy, but I'm new to this language.