Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Count Mismatch

Hi all,

Backed sql table has been retrieved to qlikview

sql backend table have 312220 record count of distinct

in the qlikview while runing the same record count of 312220 lines feteched

after viewing the data(pulling all the fields to the table) in the table box the count shows less of 305990,

why count is getting mismtached

pls help

10 Replies
balabhaskarqlik

Try with this:

LOAD *,    

         RecNo() as RecID

FROM YourTableSource;

Check these RecID's in sql, may be data is not loading because of some special characters.