Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

Expression Error

1 =Yearstart(Today()Min({<IstraI = {'N'},IsTraI = {'Y'}>}[Date]))

 

2 =YearEnd(AddYears(Today(),-1))Max({<Isd = {'Y'},Isd = {'Y'}>}[Date]) 

3 Replies
sunny_talwar

What exactly are you trying to do here? You have Today() and Date in your expression, why?
everest226
Creator III
Creator III
Author

i want date to show  1/1/2018  ,, beginning of this year 

sunny_talwar

Should just be
YearStart(Today())