Bronze 2
Since ‎04-06-2024
Thursday

My Stats

  • 3 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

nandinic365's Bio

Badges FEI Earned

View all badges

Recent Activity

I use the following function:if(isnotblank([_thisrow].[Last Name]),isnotblank([_thisrow].[First Name]),true)When I want [Last Name] to not be null.[First Name] must not be null either.Otherwise, the data cannot be added.The effect I see in Test is wh...
When adding a new record, I need to fill in the [start time] and [end time]. I hope that the new data does not have overlapping times.For example, if the data already includes:1.[start time] 9:30:00, [end time] 10:30:002.[start time] 11:50:00, [end t...