Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I write as I would like Information regarding the ability to connect the client to the server and what are the various ways to operate .. I read that it could be possible to connect all of a JAVA application.
I can not find guides needed to learn this step.
Also (I think I definitely wrong section and I apologize in advance being new in the community), where can I find a guide enough explanatory Qlikview a sort of tutorial and documentation of use of the program?
Many thanks in advance
Greetings,
Riccardo
Your first point with the client-server connection with JAVA is quite unclear. But for the second part I would suggest to the various books which are available for qlikview and qlik sense, especially this one QlikView 11 for Developers - QlikView Book as starting point.
- Marcus
Hi,
I suppose you want to integrate QlikView documents into your existing or future JAVA application.
Firstly check Integrating Qlikview in Java based web applications
For deep understanding of QlikView Server architecture better to read QlikView Server and Publisher Book
For development QlikView Apps I support Marcus_Sommer choice.
Hope this helps you.
Regards,
Andrei
thanks to both and sorry if the last post wasn't unclear.
i would need of two things:
1) understanding to depth the potential of qlikview , how to create, optimize my document e to connection with DB
2) after , the past point, i would need to know if i have the possibilities to integrate my report documents do it with qlikview on my web Java Application.
thanks for the books that i'll buy it and I hope I was clearer than yesterday
best greetings
Riccardo
By fetching data from databases is it often useful/necessary to use incremental load approaches combined with preceeding loads:
https://community.qlik.com/search.jspa?q=incremental&type=document
Further good ressources to optimize qv apps are:
The Optimal QlikView Data Structure
The Importance Of Being Distinct
Major Update to Document Analyzer | Qlikview Cookbook
For java-integration you could search for posting like this:
Integrating Qlikview in Java based web applications
- Marcus