Hi, everyone,
I'm not getting on like this at the moment.
I have created a ticket system where the people can log in tomorrow, take a break, come out of the break and log out.
I write this time information in a table in Dataverse
This means that the information is written into the table as a separate data record.
So 4 lines per day
I have calculated columns where the time between the individual breaks is calculated.
Now to my question:
How do I get it that I get a reporting per week?
So I would like to have the weekly list, Monday to Friday the duration of the work per day.
Since I have all the entries in the database, I could read the entries with the SUM function and filter (from PowerApps)
With a SQL server, I could write the 4 entries to a new DB every day using a script.
Unfortunately, that doesn't work with tables, right? Of course I could do this with FLOW, but I don't have a FLOW Premium license
Is there any other way?
greetings