Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Dynamic Column Values

I have 5 excel files in which data is totally similar, just they all are generated in different months. For example, 1st excel file is generated in April, the second excel file is generated in May and soo on.

It can only be distinguished on the basis of the excel file name.

I have to concatenate (Mandatory) all these 5 excel files in Qlik Sense but I need a way to figure which data belongs to which month. Basically, I need to add a new dynamic column that tells which rows correspond to which excel file.

1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

use FileBaseName()

 

Load 

*

,

FileBaseName() as YourDynamicField

View solution in original post

1 Reply
stevejoyce
Specialist II
Specialist II

use FileBaseName()

 

Load 

*

,

FileBaseName() as YourDynamicField