Discussions

 View Only
  • 1.  Count if Active During Certain Period

    Posted 08-31-2022 15:14
    I need to be able to see which resources were active at any given time. I have both a date hired and date termed, but I think I need a "query date" for something like this to work? For example, if 50 employees were active between Jan 1, 2020 - May 5, 2020, I need the report to show me those 50 employees. Is this possible?

    ------------------------------
    Ariel Combs
    ------------------------------


  • 2.  RE: Count if Active During Certain Period

    Posted 08-31-2022 18:30
    There is an elegant way to do this with a table report, and two formula fields. tyhis will be easiest for your users.

    Make a formula date field called [Start Range] with the formula of [Term Date]
    Make a formula date field called [End Range] with the formula of [HireDate]

    Create a table report with this filter.



    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------



  • 3.  RE: Count if Active During Certain Period

    Posted 09-01-2022 10:02
    Hi Mark,

    Thanks for the reply, Mark. It worked perfectly!

    ------------------------------
    Ariel Combs
    ------------------------------