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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading Problem

Plz see below attached file  i have faced loading problem it will not load the data. it was struck.

Thanks

Joshna

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

Try chaning your script

Expenses:

Load

     DepartmentID & '_' & Date as ExpenseKey

      Amount,

     Billable,

Date,

[Expense Type],

DepartmentID,

Employee

from your qvd;

(qvd)

left join(Expenses)

Load [Expense Category],[Expense Type]

from your excel file;

remove the last join distinct

DepartmentID & '_'  & Date as ExpenseKey

basically joining the two fields with a _ in betwwen ex: 1_2015/02/01

hth

Sasi

View solution in original post

14 Replies
Ralf-Narfeldt
Employee
Employee

What happens, which error message do you get?

Chanty4u
MVP
MVP

after loading only u wrote the script ryt....?can u chk the qvd path..or else reload   ..which error ur gettng can u paste here.

thank you

Suresh

Chanty4u
MVP
MVP

did u chked the databse connection string.

sujeetsingh
Master III
Master III

If possible just provide some log file or meg of error.

sasiparupudi1
Master III
Master III

plese try if it load data if you remove the last left join load distinct?

hth

Sasi

Digvijay_Singh

Expense Category in Budget and expenses could be a problem, do you want association between budget and expenses based on expense category. Surely the actual error statement will help to know the real cause else we will be guessing.

Not applicable
Author

That is mandatory

sasiparupudi1
Master III
Master III

yeah but your problem is in there I believe.. you got to find another way to do it

sasiparupudi1
Master III
Master III

may be use concatenate instead of join