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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading with Multiple Excel Sheets

Hi,

   I have excel sheet with different name that is like 2013oct3,2013oct4. I have loaded script like given below. Now i am facing the problem is if the excel sheet is wrongly copied by the user. that value is also calculating. how to i calculate the value which is single. if i give distinct Expression as Sum(Distinct Total) . it showing wrong value. Please give me the solution ASP

Load

Filename() as filename,

     Date(date#(mid(Filename(),18,8),'YYYYMMDD'),'DD-MM-YYYY')  as orderdate, .. ..

From /*.CSV.

1 Solution

Accepted Solutions
Not applicable
Author

Now I am using auto load

View solution in original post

1 Reply
Not applicable
Author

Now I am using auto load