Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview to Neo4j Connectivity

Hi,

I am new to neo4j and qlikview. Was exploring connectivity between neo4j and qlikview. I am able to establish connection to neo4j using JDBC connector and written a query in the edit script as shown below. Stuck here do not know how to load/build the report and present the data from this query. Could someone explain how do i generate a report out of this. Thanks.

"CUSTOM CONNECT TO "Provider=JDBCConnector_x64.dll;jdbc:neo4j://localhost:7474;XUserId=eHXdMUC;XPassword=QUNEBMD;";

SQL match n=(Person {name:'Tom Cruise'}) return n.name as Name, n.age as Age".

3 Replies
rbecher
MVP
MVP

Hi Nagaraj,

the result of your Cypher query would be a table with the fields Name and Age.

You can use a table object to display this data.

- Ralf

Astrato.io Head of R&D
Not applicable
Author

Hi Ralf,

Thank you very much for immediate reply. Do I need to load the script as

below. How do I execute once I declare objects.

Load

Name, Age

sql match n=(Person ) return n.name as Name, n.age as Age

On Sat, Aug 9, 2014 at 5:27 PM, Ralf Becher <qcwebmaster@qlikview.com>

Not applicable
Author

Thanks Ralf,

I got it. Thanks for help.

On Sat, Aug 9, 2014 at 5:27 PM, Ralf Becher <qcwebmaster@qlikview.com>