
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tabelle zeigt nicht alle Werte an
Hi,
ich habe mir aus Navision die Artikelposten gezogen .
Beim erstellen einer neuen App (nur mit den Artikelposten und den Feldern die ich benötige - alles Standard gelassen) ist mir gerade aufgefallen, dass nicht alle Werte in der Tabelle angezeigt werden.
Mach ich zum Vergleich eine Pivottabelle, bringt er mir zumindest in Summe die Menge aus "Quantitiy".
Auch in der QVD stehen alle Werte. Nutze hierzu ein Tool.
Hat hier wer eine Idee, warum sich Qlik Sense so verhält?
Gruß
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try using Recno() as in your qvd load script; so it loads the data in the order as it perceives. if this doenst work put some sample data with the records that are missing after the load.
Thanks


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try using Recno() as in your qvd load script; so it loads the data in the order as it perceives. if this doenst work put some sample data with the records that are missing after the load.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. When I insert RecNo() into the table, all the values appear. When I remove it, only a few values are displayed in the table again.
I am just wondering why this is so?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There may be multiple reasons, we can only tell the exact reason when we see the loaded and the pre loaded data. One main reason would be the key values are nulls.
