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

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

Error while creating qvd for Transacion table.

Hi,

When I will create qvd for Transaction table it will give error incorrect syntax near Transaction.

But my table name is Transaction and Transaction is keyword so I will create the qvd for that table.QlikTech Admin

1 Solution

Accepted Solutions
Not applicable
Author

Hi ,

I resolve this problem just putting this [] brackets around table name .

View solution in original post

3 Replies
rajeshvaswani77
Specialist III
Specialist III

Hi Pankaj,

Could be a missing comma or semi-colon.

thanks,

Rajesh Vaswani

Not applicable
Author

Hi ,

I resolve this problem just putting this [] brackets around table name .

preminqlik
Specialist II
Specialist II

u can also do this by variable

let v1='Transaction';

store $(v1) into E:\$(v1).qvd

regards

prem