When using the calendar card, how do you see the next month

I am using the calendar card and I have filtered the data so that I show activity for today and up to the next 7 days.  It works great for the begining of the month but at the end of the month, Domo only shows the current month. Is there a way to show both months.  

Comments

  • RGranada
    RGranada Contributor

    Hi

     

    How are you Filtering the data? Card Date Range? BeastMode?

    Ricardo Granada 

    MajorDomo@Lusiaves

    **If the post solves your problem, mark it by clicking on "Accept as Solution"
    **You can say "Thank you" by clicking the thumbs up in the post that helped you.
  • I am using a beast mode.  

  • RGranada
    RGranada Contributor

    Can you show me your BeastMode?

    Ricardo Granada 

    MajorDomo@Lusiaves

    **If the post solves your problem, mark it by clicking on "Accept as Solution"
    **You can say "Thank you" by clicking the thumbs up in the post that helped you.
  • Here you go

     

    CASE
    WHEN `ScheduledArrivalDate` >= CURRENT_DATE() AND `ScheduledArrivalDate` <= DATE_ADD(CURRENT_DATE(), INTERVAL 7 DAY)
    THEN 'TRUE'
    ELSE 'FALSE'
    END

This discussion has been closed.