Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
krishnaroopa
Contributor
Contributor

Data loading from SQL - rows differ

Hi all

I have a query in SQL, that has group  by Clause, like "Select Dept, count(Studentid) from tbl_Students group by Dept" 

Now i get result like "CSE 5" in SQL Server. 

When i load the data in Qlikview server, I get 5 duplicate rows "CSE 5" 

So strange !!

I tried to put the output to a temp table and select only from that, still duplicate rows!!

Has anyone come across such issue?

Thanks

KRS

 

1 Reply
krishnaroopa
Contributor
Contributor
Author

Please ignore this question. Found the Issue. In the load, using subField, splitting a column so the rows are duplicated