Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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')