Recent content by jayp20

  1. J

    Get last day of a month

    AddDays(AddMonths(MakeDate(1, [Month], [Year]), 1), -1) MakeDate(1, [Month], [Year]), 1) : This makes a date of the first day of whatever month/year you pass as parameter. AddMonths(MakeDate(1, [Month], [Year]), 1) : Adds 1 month so it is the first day of the next month...
  2. J

    Tagging and Work queues

    You can have a start up parameter and store value in something like [Robot Name]. Then when you load queue use the data item [Robot Name] as the tag and you want to get item from queue use "+"&[Robot Name]" as the tag filter
Top