Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Plz see below attached file i have faced loading problem it will not load the data. it was struck.
Thanks
Joshna
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
What happens, which error message do you get?
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
did u chked the databse connection string.
If possible just provide some log file or meg of error.
plese try if it load data if you remove the last left join load distinct?
hth
Sasi
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.
That is mandatory
yeah but your problem is in there I believe.. you got to find another way to do it
may be use concatenate instead of join