Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to write total amount in different Documents in QSense
For example, the sum of Posnr 00080 and 00090 should be 560. But these expressions give 280.
Sum(Aggr(Sum( farklı VBAP_KWMENG), "Belge Numarası"))
sum(aggr(sum(DISTINCT [Sales]), [ID]))
just use
Sum( VBAP_KWMENG)
Teşekkürler ama ne yazık ki o zaman tüm satırları özetliyor.
The result should be 560
Please provide some sample data or sample app
I've no clue what your data is like/about so some information on your data would also be helpful
I have 560 sales. This is how the table looks as I make deliveries in parts. How can I find the order total?
sum(aggr(sum(DISTINCT [Sales]), [ID]))