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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
New-Qlik
Creator III
Creator III

Qliksense data missing in table view

Hello everyone ,

I have a strange issue. I have data in table.field1 , I can see same while adding table but once I load it its not coming.

I am clueless. Kindly help

B.png

A.png

6 Replies
DavidŠtorek
Creator III
Creator III

Hi,

how does your load script looks like? Are all rows filled with some value?

New-Qlik
Creator III
Creator III
Author

Load script is there in one of screen shot.

Ivan_Bozov
Luminary
Luminary

Can you share the app and sample data?

vizmind.eu
tomasz_tru
Specialist
Specialist

Have you tried to load the data with 'no quotes' insteda of 'msq'?

Tomasz

New-Qlik
Creator III
Creator III
Author

Hi Tomasz , I am loading without quotes only

LOAD
    parameter_id,
    description
FROM [lib://aaa.txt]
(txt, utf8, embedded labels, delimiter is '\t', msq);

New-Qlik
Creator III
Creator III
Author

Hello guys ,

Problemem was with data file. Its solved now.

Thanku