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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Maciej29
Contributor III
Contributor III

What i did wrong ?

Hi , could you please support me, what is wrong with my expression ?

 

=if([Date Modified]={">$(='1/1/2019')<=$(=today())"},[Date Finished],'')

 

Appreciate your help!

1 Solution

Accepted Solutions
sunny_talwar

Is this used as a calculated dimension? Try this

=If([Date Modified] > MakeDate(2019) and [Date Modified] <= Today(), [Date Finished])

View solution in original post

2 Replies
sunny_talwar

Is this used as a calculated dimension? Try this

=If([Date Modified] > MakeDate(2019) and [Date Modified] <= Today(), [Date Finished])
Maciej29
Contributor III
Contributor III
Author

Thank you Sunny ! If i would like to use this condition for KPI indicator, how should it look if want sum Net Value with more than one condition (including mentioned period of time (2019-today())?   Sum(if(match ?