Bronze 5
Since ‎04-27-2021
a week ago

My Stats

  • 29 Posts
  • 0 Solutions
  • 40 Likes given
  • 12 Likes received

Nantha's Bio

Badges Nantha Earned

View all badges

Recent Activity

This expression is currently working for me,AND(OR([Type]="External",[Type]="Overseas",[Type]="Emergency Crew"), [Status] = "Out")I believe there's a better way to write this using the IN() or LIST() expression. I tried the below but it's not working...
I have a table with a [Status] column and [End Date] column. So i need status to show "Active" if it has not passed [End Date] and show "Expired" if it has passed. Everything is working fine with the expression except for the current day which is Tod...
I have a 3 tables, Flight Info, Drones and Equipment List. Drone table has a Virtual Column of [Related Inventory] which is referenced to Equipment List. Now, Flight Info table has a column [Drone] and I would like to create an action that adds the l...
Hi all, I'm trying to setup a dynamic dashboard with filters following this video from AppSheet training, https://www.youtube.com/watch?v=nK-Aq_ak_T8&t=2830s . I have gotten all filters to work except the filters of YES/NO column. The expression that...