1. What is the output of the below code along with the explanation?
countries: Load * inline [ Country India USA UK Australia ]; For i = 1 to NoOfRows('countries') For j = 1 to NoOfRows('countries') T: Load $(i) as I, $(j) as J AutoGenerate 1; Next j; Next i;
2.
if we want to create a table from the scratch in Qliksense and also need to add incremental load in that script.