Hi
I have below Data and i want if same DocNum repeats multiple times then RoundDif,InvoiceTotal should be displayed only once.
I want in Sql Query
Invoice No |
Quantity |
Basic Value |
Tax Amount |
Round Diff |
Invoice Total |
500273 |
513 |
18,940.00 |
2,272.80 |
-0.27 |
23,529.00 |
500273 |
309 |
1,963.11 |
353.36 |
-0.27 |
23,529.00 |
500286 |
965 |
3,840.55 |
460.87 |
-0.42 |
4,301.00 |
Thanks