Beast Mode

Beast Mode

What is a Beast Mode to calculate days and months between dates?

I am trying to calculate days between dates; Current Date and Start Date. I need the length of assignment in days, and then eventually months.

I am using the below Beast Mode, but my Length of Assignment in Days is off. The current date is 4/8/2025 for all, but I cannot figure out what the problem is. Any ideas?

image.png image.png

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Best Answer

  • Answer ✓

    Yep! Values are doubling because you are summing them. Switch to MIN or MAX to fix

    If I solved your problem, please select "yes" above

Answers

  • edited April 8

    Bizzarre. Try:

    DATEDIFF(CURRENT_DATE(),StartDate)

    I am using your data and getting the correct results. Can you share what your card setup looks like in analyzer view? Curious to see the sorting and filters you are using.

    If I solved your problem, please select "yes" above

  • That doesn't work either. I also tried the below. And I made sure my Date columns were not strings. Maybe I need to go to support?

    DATEDIFF(Current Date,StartDate,'DD')

  • Can you share what your card setup looks like in analyzer view? Curious to see the sorting and filters you are using.

    If I solved your problem, please select "yes" above

  • Does this help?

    For the company name, I have selected one company, and the Match Status is Full Placement. The other filter is removing any matches that have ended already.

    I have removed the names for confidentiality.

    image.png
  • Answer ✓

    Yep! Values are doubling because you are summing them. Switch to MIN or MAX to fix

    If I solved your problem, please select "yes" above

  • So easy! Thank you!!!!!!

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In