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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with script sintaxis

Hi,

I can't understand why this simple script doesn´t create the table 'NEGOCIADAS' and then drop the table 'A'.

When the script arrive to 'NEGOCIADAS' instead of creating a new table with the rows according to its where condition, it seems keeping loading 'A' and finally drop  'A'

What is syntactically wrong with 'NEGOCIADAS'?

03-06-2013 19-56-51.png

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Because it loads exactly the same fields it gets appended to table A instead of in a separate table. You need to add noconcatenate to the load statement for NEGOCIADAS.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Because it loads exactly the same fields it gets appended to table A instead of in a separate table. You need to add noconcatenate to the load statement for NEGOCIADAS.


talk is cheap, supply exceeds demand