Hi,
I’m trying to simplify my app for using almost appsheet instead of using googlesheet formula AND appsheet .
I have a Table with punch time which include : Employe, customer and number of hours worked onsite on each row.
I would like to show in the app the sum of hours per client vs employe but can’t figure how to do that… SUM,SELECT ?
in sheet I use this formula to extract the data:
=query(Punch_BD!A:K;“select CLIENT,sum(TIME WORKED) group by CLIENT pivot EMPLOYE”;1)
Any idea?
Thank you for your help (sorry for my bad english)