Forum Discussion
Jan-WillemSpeck
7 years agoQrew Assistant Captain
Ah thanks 'not isnull' ... everytime again you learn me something new :-)
about an hour off puzzling brought me to this solution that also seems to work
If(Day(ToDate([StartTime_TimeStamp]))<32,[StartTime_Manual],[StartTime_TimeStamp]).
I must admit yours is less coding and conversion thus possibly better/cleaner
We just finished dinner on my end.. so I continue my quest.. let's see what works best in the end.
I'll let you know.
about an hour off puzzling brought me to this solution that also seems to work
If(Day(ToDate([StartTime_TimeStamp]))<32,[StartTime_Manual],[StartTime_TimeStamp]).
I must admit yours is less coding and conversion thus possibly better/cleaner
We just finished dinner on my end.. so I continue my quest.. let's see what works best in the end.
I'll let you know.
- QuickBaseCoachD7 years agoQrew CaptainThe goal is to write formulas with the least code yet most understandable for the long term.
Some poor soul years in the future, perhaps even you, will one day need to adjust this formula or see what logics it�s using so you want to have formula very obvious to someone looking at it for the first time.