Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script fetching only first row

I am using JDBC Connector for connecting QlikView to the Neo4J Graph Database.

But the problem I am having is that when I am writing the Cypher Queries, Its fetching only first node. And when I am using same Neo4J JDBC Connector and fetching through Java Its fetching all the records which it should ? Do i have to apply any loop or something in Script to fetch more data in QlikView.

       SQL START a=node(*) Return a;

The above query is fetching only one row in the QlikView and 1000 approx rows Through Java code and Neo4j Console.

Is there any other way to fetch the record from Neo4J why is it giving different results ?

Even when i am using .qvw file of this example its not giving me any data ?

Can anybody guide me that what I am doing wrong with this ?

Thank You.

1 Reply
tresesco
MVP
MVP

Could you share the qv script you are trying with?