Bronze 4
Since ‎05-07-2021
‎05-27-2022

My Stats

  • 26 Posts
  • 0 Solutions
  • 7 Likes given
  • 10 Likes received

mh250612's Bio

Badges nadim_dayoub Earned

View all badges

Recent Activity

I am looking to hide product that is already sold and only displays available items depending on if there is a value in a column.This is the view of my app displaying all the productsAnd here is the data sourceIf there is a value in the "Job Name" co...
Making an inventory app that has a lot of items and would like to break them down into categories. Here is my sheet: https://docs.google.com/spreadsheets/d/1b-PdiwJEXh2r33Yx7HGAza45ChsiiXi9OiPWZfP_CAM/edit?usp=sharing Can someone point me in the dire...
How do I remove the edit buttons to not show up for regular users and only for admins?
I am trying to come up with an expression that would count how many items I sold based on if there is a value in a column and if the Lot matched. I and doing this through a virtual column. So I thought this would be the expression: COUNT(CONTAINS(ISN...
I have a Primary View with a log of my inventory. How do I only show rows with a value in column “Job Name” I think I would be using this expression ISNOTBLANK(Inventory[Job Name]) but I am not sure where exactly to place this. I tried UX > Views > L...