I have a table as shown in the screenshot below :
I'm trying to sum the quantity of a specific date ( 01/02/2021) to all the other field, i tried the following but i didn't get the results I'm looking for
Can you guys help me, i just need the results either in the script or in the front end.
Thank you so much,
You should sum the total aggregated the data for 01/02/2021
(aggregated by Family
):
sum( Quantity ) + sum( {< Date={'01/02/2021'} >} Total <Family> Quantity )
Loaded data:
Result table: