Nick
Nick
                Greece
                  
                
                  Joined: Wed Jan 01 00:00:00 UTC 2014
                
                
                  Latest Posts
                      
                - 
  
Re: I have a formula that shows me hours worked for an individual day, I want to make it so that these are all added up for each week from Monday to Friday showing me the total hours worked that week.
Sorry... let w := yearweek(Date);sum((select 'Table Name' where 'Week Of Year'= w).number('Working Hours' / 3600000)) - 
  
Re: I have a formula that shows me hours worked for an individual day, I want to make it so that these are all added up for each week from Monday to Friday showing me the total hours worked that week.
First, create a formula field e.g. Week Of Year; yearweek(Date). Then create another formula field e.g. Week Hours: let w := yearweek(Date);sum((select 'Table Name' where Week = w).… - 
  
Differences between Mac and Web app
Same database, but different results between platforms. Mac app Summary view Web app Summary view Any ideas?
 - 
  
Is there a server problem?
Hello,a while ago I noticed that there was some confusion in the server.All the databases of the Team that I use every day and suddenly I see that the last entries are with a date of 3 or even 4…
 
