Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new to Qlikview and am learning the synatx.
Is it possibel to return a range fo vlaues from a function. For example I would like to slecte a date and diaply a chart with that value and the previous 2 days values.
Hi
Example, but i'm not sure it's what you want
select a Date
in a text box write this :
=date(Date,'DD/MM/YYYY') & chr(10) & date(Date-1,'DD/MM/YYYY') & chr(10)
& date(Date-2,'DD/MM/YYYY')
JJ
Thanks this works but I am trying the following :
If I select a date I want the current selection and the previous x days to appear in a chart.