Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi ,
I resolve this problem just putting this [] brackets around table name .
Hi Pankaj,
Could be a missing comma or semi-colon.
thanks,
Rajesh Vaswani
Hi ,
I resolve this problem just putting this [] brackets around table name .
u can also do this by variable
let v1='Transaction';
store $(v1) into E:\$(v1).qvd
regards
prem