Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need to achieve something like this using qlikview.
I want to select several years, nevermind the way I select them but I want, when I select One year, to print one Line matching the selected year, when I select two years, two lines... If that can help there are 5 years.
Even if what I am trying is not possible I will appreciate any advice to get a similar result.
Thanx to all.
You need to have a Year field and a Month field, where the Month field isn't a date, just a month, like month(MyDate) as Month. Then just put the Year and Month fields as your first and second dimensions. It will then show one line per year selected.
Thanx John. That is exactelly What I need.