Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dmpilars
Partner - Creator
Partner - Creator

Connection to Temporal Table

Hi!

I try to connect to a temporal table, I do:

LIB CONNECT TO 'dir ip';

SQL Execute Prueba_Qlik;

Prueba1:

LOAD campo1, campo2;

SELECT

     campo1,

     campo2

FROM trackerDb.dbo.Prueba;

This not generate nothing, Prueba1 not exists. Why this happened? ideas? What is wrong?

Thanks

1 Reply
Digvijay_Singh

Try to see the log, it must be writing some error or the sequence of events on what is really happening.