Can Example Script from https://help.qlik.com be run in Qlik Sense
Hi Community,
Hope you can help I am currently on https://help.qlik.comweb site and I am looking at the “Add” script prefixes. On this page there is a section called “Examples and Results”. It is a two column sheet that shows you the Example and Result in the example section you will find an example script as below indicated.
Tab1:
LOAD Name, Number FROM
Persons.csv;
Add LOAD Name, Number FROM
newPersons.csv;
My question is are the file available for example “Persons.csv” and can we duplicate the script in Qlik Sense.