Bronze 2
Since ‎02-09-2022
‎02-22-2023

My Stats

  • 27 Posts
  • 0 Solutions
  • 1 Likes given
  • 2 Likes received

provisrudd's Bio

Badges provisrudd Earned

View all badges

Recent Activity

So I have the following columnsToday's DateScope ID (aka a serial number) I want to filter our rows in a slice based on the following requirementsToday()-[Today's Date]>=7 daysWe only look at the most recent [Today's Date] values of each serial numbe...
Hello,I'm trying to limit the sales quantity to less than the current stock. But I keep on getting an error that numbers cannot be compared to lists when I use a valid_if statement. Can anyone help? I have tried to convert the list to a number but ha...
Hello,I wanted to ask if someone could help me out. Im trying to make a valid_if statement where the time entered must be greater than the current time minus 2 hours. This is what I currently have and it doesn't seem to be functioning. TIME([_THIS])>...
So i have a form where you can choose between two options "Remove" or "Return"Another section of the form ask how much?Is there an expression to use if the choose the option to "Remove" that the value can either be 0 or a negative value and vice vers...
Did I do this Show_if expression correctly? I only wanted a question to show on jan 1, jun 6 and dec 12th of every year. OR(Today()="01/01/",Today()="01/06/",Today()="01/12/")
Likes from