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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SJ_16
Contributor II
Contributor II

Automate Formula

Hi,

Any idea how I can automate the formula below please so I don't have a hard coded date? This will always look at previous year.

RangeSum(Above(Sum({<[Country] = {'UK'}>}if(Left(DATE_IN,4)='2017'
and Lookup='Renewal_Value',Val)),0, RowNo()))
/
RangeSum(Above(Sum({<[Country] = {'UK'}>}if(Left(DATE_IN,4)='2017'
and Lookup='due for renewal' ,Val)),0, RowNo()))

11 Replies
SJ_16
Contributor II
Contributor II
Author

I haven't done it that way as I don't know how to write the script so i was hoping I could just change the formula I already have

sunny_talwar
MVP
MVP

Would you be able to share your app or a sample to help you better?