Bronze 5
Since ‎11-21-2022
‎07-19-2023

My Stats

  • 55 Posts
  • 0 Solutions
  • 17 Likes given
  • 12 Likes received

Aniket_Deosthal's Bio

Badges VLMark37 Earned

View all badges

Recent Activity

I am currently using the following security formula on a table so that the user only sees jobs (from "JOBS" table) they are reassigned to: IFS( ANY(Current_User[Role]) = "Admin", TRUE, ANY(Current_User[Role]) = "Manager", [Reassign Driver].[Branch] =...
I would like to automatic "status" changes to record when certain columns are updated.I am working on a new app. I already have action buttons set up to update status manually ("Not Started","In Progress", "Compete"); however, I would also like to ad...
I just noticed this error on our app today:"A cycle is detected in the component. This can result in undefined and erroneous behavior. It will eventually be marked as an error."As far as I can tell, the app is still functioning correctly.A couple of ...
I have set up the security hierarchy in my "Jobs" table asAdmin>Manager>Project>Manager>Driverwith the following security filter expression: IFS(ANY(Current_User[Role])="Admin",TRUE,ANY(Current_User[Role])="Manager",OR([Reassign Driver]=USEREMAIL(),[...
I just recently deployed my app. Before I deployed the app when viewing our employees page (team), the Related Jobs/Projects would be listed or blank. Now this map view is visible and I have no idea how it got there.Being there are "0" jobs for this ...