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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple YTD files in excel.

Hi Community,

I have multiple YTD files having data employee compensation in excel and which have to be loaded in Qlikview and difference between monthly YTD files is the monthly salary of each employee at employee ID level, which has to be calculated in script.

Please suggest way to calculate compensation in script.

I can do something like self join based on employee ID but in that case I believe I will have to change each field name manually for every file.

PFA the dummy data.

Regards,

Navdeep

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps like in the attached example.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Can you post some examples?


talk is cheap, supply exceeds demand
Not applicable
Author

Uploaded.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps like in the attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Awesome, thank you pal.