Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am facing an error in the Store statement
@Riya_juneja , If the issue is solved please mark the answer with Accept as Solution
Hi,
is issue with only this table or any other store? and try loading only that excel to store .
itseems above tables loaded . can you with out variable and check is it loading or not?
or else try this
set QvdPath = 'lib://$(DataHome)/Other_path';
STORE TableName INTO '$(QvdPath)\TableName.qvd' (qvd);
Hi,
I think table "Employee2" gets auto concatenated with some other previously loaded table. The reason for this behavior is there is a similar or equal column list of both tables. So you have only one table in the end.
You can prevent this by using NOCONCATENATE LOAD before table "Employee2".
Yeah!! I also think so.
Thanks for the answer.
Thanks for reply.
@Riya_juneja , If the issue is solved please mark the answer with Accept as Solution