Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to get the previous month of Today() ?

How to get the previous month of Today() ?

1 Solution

Accepted Solutions
kiranmanoharrode
Creator III
Creator III

Hello Suvechha,

Just use

=Month(Addmonths(Today(),-1))

Regards
Kiran Rode

View solution in original post

4 Replies
PrashantSangle

Hi,

AddMonths(Month(Today()),-1)

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
kiranmanoharrode
Creator III
Creator III

Hello Suvechha,

Just use

=Month(Addmonths(Today(),-1))

Regards
Kiran Rode

MarcoWedel

Addmonths(now(), -1)

sushil353
Master II
Master II

Try this:

=Date(AddMonths(today(),-1),'MMM')