I want to create two tables in qlikview; one called Station and one called Trains. I had planned to apply a QUALIFY
statement so any matching fields between the two tables are not confused.
However, the data for each table are loaded in from multiple spreadsheets using a FOR EACH ...
loop. This means that by qualifying the load, multiple tables are created called: Station-1, Station-2, Station-3, etc. with similarly sequential field names.
Is there a way I can semi-QUALIFY
my load statement, so that all the all fields are preceeded with either "Station." or "Trains." without having a different name applied to data coming from each individual spreadsheet?