This is how Qlik Sense works. A workaround is to add a unique row ID field to your data and add that one to your visualisation as a column.
Another way to not loose the duplicate information could be to replace the dimension Amount with a measure sum(amount) or add an new measure to count the no of recorss that are consolidated into each row: count(Document_No)