Skip to main content
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