Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am quite new to qlikview and have a first question - i have orders dates and need to add a new list box with the order date. the chart will give only orders made after that order date. how can i perform this? thanks a lot!!! Limor
HI
Try like this
=Sum({<Date = {'>=$(=Min(DateField))'}>}Price)
Hope it helps
Thanks! its works