New Member
Since ‎03-09-2019
‎01-24-2022

My Stats

  • 342 Posts
  • 5 Solutions
  • 42 Likes given
  • 110 Likes received

imtiazu's Bio

Badges Michael2 Earned

View all badges

Recent Activity

For the longest time I have been using SELECT statements to form my app around who is using it. I have known for quite a long time that this is not the most efficient way to go about it and recently decided to change this. An interesting post I found...
I have a status column that returns a text status. The default sorting behavior is to sort text values alphabetically. I want to display these status values in a strict order so, using a SWITCH statement, I created a virtual column that returns a num...
For as long as I can remember, I have used USERROLE()=ADMIN with success until today. Today I discovered that the expression is completely ignored. When searching for an answer, I came across a post by @LeventK posted in 2019 that said USERROLE is on...
I have a table of utility poles with each pole having a latlong location. My users can add new poles to this table. When my user adds a pole, I would like to find an existing pole in the table that is closest to the user at the time when he is adding...
Does anyone have an idea on how I could ensure the user only uploads files of a specific type? I want to restrict the user to uploading PDF documents but, the file type column allows uploading of any(?) file type. I tried RIGHT([_THIS],3)=PDF without...

Michael2's Ideas (1)

View more ideas