Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Remove 1 Date From Range

I am trying to remove one date from a range I have in a line graph... The expression I'm trying to use is:

Sum({$<CurDay -={"5/30/2016"}>}[Causal Total Time])

I cannot get the chart to omit 5/30/2016.... Any Ideas?

24 Replies
Not applicable
Author

This expression doesn't get rid of May 30, 2016 either!

Thanks though.

Jose_Del_Rio
Employee
Employee

Probably you cannot open the QVW because the use of the license of Personal Edition, but here I have created a Qlik Sense Desktop file with the same example. I hope you can use this as well to check the formula, because it is the same.

If you want specific help, feel free to upload your file with some data and I can help you with your formula.

sunny_talwar

Is your date a date or is it a timestamp?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I think perhaps you should upload a sample?

-Rob

sasiparupudi1
Master III
Master III

Hi Kyle

I think I got your date format wrong.. please try the following

=Sum({<CurDay -={"$(=Date(Date#('5/30/2016','M/DD/YYYY'),'M/DD/YYYY'))"}>}[Causal Total Time])