Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using direct query in Qlikview Personal Edition

Hi,

Is it posiible to work with direct query in Qlikview Personal Edition.

If it is possible, how do I have to change this script to do direct query?

ODBC CONNECT32 TO [odbc_access_qlickview;DBQ=C:\..................\Productos.mdb];

SQL  SELECT `cod_categoria`, `desc_categoria` FROM `Categoria_producto`;

When  I use direct query, data are selected from the source each time I ask for fields of the dataset?

Thanks in advance

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Here you go What is QlikView Direct Discovery – Learn QlikView

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Here you go What is QlikView Direct Discovery – Learn QlikView

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
hector_munoz
Specialist
Specialist

Hi Juan Vidal,

I think you can use Direct Discovery in Personal Edition. You created an ODBC connexion, that is correct but you have not the proper sentences:

  • Instead of SQL SELECT use DIRECT QUERY
  • You have to distinguish among dimensiones (DIMENSION), expressions (MEASURE) and details (DETAIL).

With Direct Discovery you only refresh MEASURE values...

I attach you a document.

Hope it serves!

Regards,

H