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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paulosilva
Contributor II
Contributor II

Function that works same AGO on obiee

Hi, i need a function that works finding values on a range date, type a one year ago and sum the values. 

 

AGO("FACT"."VALUE", "MONTH"."YEAR", 1)

 

 

Labels (1)
1 Solution

Accepted Solutions
thi_pham
Creator III
Creator III

sum({<[Date.autoCalendar.YearsAgo]={1}>} VALUE).

It will depend on where you intend to use this statement, but generally it is something like that.

View solution in original post

2 Replies
thi_pham
Creator III
Creator III

sum({<[Date.autoCalendar.YearsAgo]={1}>} VALUE).

It will depend on where you intend to use this statement, but generally it is something like that.

paulosilva
Contributor II
Contributor II
Author

tks its works !