Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I am struggling to find out the reason why NoofRow function and Table display showing different values.
I have table which has 5532 records and count is correctly displays by NoofRow function, but when I showcase that table in tabular form and imported in excel,I can see count is 5491
I have reloaded it multiple times and behavior remains the same. Is that Table display treats it differently?
I am exhausted to find the solution.
Please suggest.
I suspect that you have duplicate rows.
If you add a line in your script: RowNo() as LineNo,
and then add the LineNo field into your tablebox, you should see all the rows.
I suspect that you have duplicate rows.
If you add a line in your script: RowNo() as LineNo,
and then add the LineNo field into your tablebox, you should see all the rows.
Here is the best I can do for you to try to help, not sure if it is going to tell you what you want to know or not, but figured it was worth a try, but if your raw data is always going to have duplicates and you want to ensure you always have unique rows, you will need to use RowNo() or RecNo() or some other key to make each row unique to ensure things function as you want at that point, but hopefully the following link may shed some light upon things as to why this occurs in our data model. There are some additional links to some other blog posts at the bottom as well, just FYI.
https://community.qlik.com/t5/Qlik-Design-Blog/Symbol-Tables-and-Bit-Stuffed-Pointers/ba-p/1475369
Regards,
Brett