Todays Date

Is there a way to create a card that would only show todays date?

Best Answer

  • MarkSnodgrass
    Answer ✓

    Yes, you can create a beast mode that simply has this:

    CURRENT_DATE()

    You can then use the textbox, dynamic textbox or even a table card to display the field.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Answers

  • MarkSnodgrass
    Answer ✓

    Yes, you can create a beast mode that simply has this:

    CURRENT_DATE()

    You can then use the textbox, dynamic textbox or even a table card to display the field.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
  • @MDavis I agree with @MarkSnodgrass' suggestion.

    One thing to look out for on this is that you can choose any dataset to power your card, but you will need to set it up so that there is always at least one row of data included in the card. For example, if you have a date field filtered to "Today" but there is no data available for today then the Beast Mode will not populate. Since you don't need to display any details from the actual dataset, it's best to avoid any filters in the card.

  • Thank you both very much! I can't believe I missed something so simple!