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: 
munna1317
Creator II
Creator II

Problem With Date Function

Hi Everyone,

I have a date field . I want an expression for date greater than 30 days.

Date format(dd/mm/yyyy)

Date>30 days.

how it can be done , plz help me and sort out me with this problem,

Thxs in Advance ,

harish

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM({<Date = {'>$(=Date(Max(Date)-30))'}>}Sales)

or

SUM({<Date = {'>$(=Date(Today()-30))'}>}Sales)

View solution in original post

2 Replies
MK_QSL
MVP
MVP

SUM({<Date = {'>$(=Date(Max(Date)-30))'}>}Sales)

or

SUM({<Date = {'>$(=Date(Today()-30))'}>}Sales)

munna1317
Creator II
Creator II
Author

thxs manish