Hi all,
I have an app with the ability to view how many requests have been made from the app, as well as how many are Pending, Accepted, or Rejected. I have a few labels that update and show the active number of items in each status, but I cannot properly get the labels to start with the right values when the app starts. I've tried using Set(varFilter, "") in the OnStart property, but this hasn't worked.
Does anyone have any idea how I might set the variable when the app starts so the users see the right number of submissions?
the labels
the formula in a button that sets the labels to what I want
Thanks for the help!