How to make both formulas used in one measurement? the first until 23:59:59 hours and the second from 0:00:01? I think this would solve the problem.
It is from when the sun sets during the day until 11:59:59 p.m.It is from 0:00:01 until sunriseThank you!!!
It is from when the sun sets during the day until 11:59:59 p.m.
Code:
Formula=([mTimeNow]-[mTwilightEvening]) / ([mSunSet]-[mSunRise])
Something like this, but indicating the parametersFormula=([mTimeNow]+[mSunSet]) / ([mSunRise]+[mSunSet])
Code:
Formula=IfCondition=IfTrueAction=([mTimeNow]-[mTwilightEvening]) / ([mSunSet]-[mSunRise])IfFalseAction=([mTimeNow]+[mSunSet]) / ([mSunRise]+[mSunSet])
Statistics: Posted by CarlotaN — Today, 7:18 am