Bronze 5
Since ‎09-14-2022
‎04-19-2025

My Stats

  • 34 Posts
  • 0 Solutions
  • 11 Likes given
  • 15 Likes received

EmadK's Bio

Badges EmadK Earned

View all badges

Recent Activity

Hello everyone,We are using appsheet to run our school's cafeteria's orders.Students line up and the kitchen staff Opens an Order using an action on the list of students.I have added quick actions to add Today's Meal which is a huge time saver when k...
How do I select the different values that are separated by commas by default in an enumlist called [Kids].An expression with LEFT only selects the left-most and right-most values. LEFT([Kids], FIND(",", [Kids]&",") - 1) Thanks!
Hi Appsheeet Community,I am creating a lunch-ordering app.On the new order page, I have an action "Add Todays Item". I want to set this up to add to lookup the Menu table, search for [Item Name], referenced by the day in [Day Available] enumlist.The ...
I have a filtered dashboard that uses quick edit columns to display data from a table.I have two customer types: Staff and Student Isnotblank( Any( Select(Filter[ID], AND( DATE([_Thisrow].[Date & Time])>=[Start Date], DATE([_Thisrow].[Date & Time])<=...
I am using a condition to format a ROW. ISNOTBLANK( SELECT(Data Log[UniqueID], [Student ID]=[_THISROW].[Student ID]) ) The condition is applied to make a row look different:When the UniqueID ( inside Data Log table) exists in reference to the Student...