Community
If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hi all, i have created a sample layout of what i want to do but am not sure how to execute this in script.
Table 1, Customer
Table 2, Renamed Customer
Output:
NoConcatanate
FinalTable:
Load * Resident Customer;
Add
Load * Resident Renamed_Customer
where not wildMatch(Name, Name);
i have tried this and failed. can anybody help me with this breakdown?