Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
asknyldz
Contributor III
Contributor III

Today formula

Hi there,

I want to today date in my formula instead of 01/05/2016

(sum({<TYPE={'ACTUAL'},BUSINESS={'NEW','EXPANDED'}*P([BUSINESS]),MONTH={'<=01/05/2016'}*P(MONTH)>-<CLIENT={'NEW CLIENTS','EXPANDED CLIENTS','FORECAST ADJUSTMENT'}>}AMOUNT))/1000

Thank you

1 Reply
sunny_talwar

I hope that MONTH field is actually a date field, else this is not going to work. If it isn't use a date field here

(Sum({<TYPE={'ACTUAL'},BUSINESS={'NEW','EXPANDED'}*P([BUSINESS]), DATE={"<=$(=Today(), 'DD/MM/YYYY')"}*P(MONTH)>-<CLIENT = {'NEW CLIENTS', 'EXPANDED CLIENTS', 'FORECAST ADJUSTMENT'}>}AMOUNT))/1000