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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Lucky1
Creator
Creator

Previous month of File Modification date

Hi team

I have used filetime() to get  file modification date.but i want previous month of File Modification date how can I get that.

Example if my file modification date is March 2023 my dashboard should show feb 2023.

I have tried filetime()-1  as prevmodifidate(it's not working)

 

 

 

 

Labels (3)
1 Solution

Accepted Solutions
Rams-
Creator
Creator

Hi,

you can you use this expression in your script:

AddMonths(filetime(),-1) as filetime

Hope this helps,

help user find answers ! don't forget to mark  a solution that work for you and click the like button!

View solution in original post

1 Reply
Rams-
Creator
Creator

Hi,

you can you use this expression in your script:

AddMonths(filetime(),-1) as filetime

Hope this helps,

help user find answers ! don't forget to mark  a solution that work for you and click the like button!