Hi, I have a logical problem to get a view run.
I have a taxonomy, with hierarchical structure:
2011
--TermA
--TermB
--TermC
2012
--TermA
--TermB
--TermC
2013
--TermA
--TermB
--TermC
As you can see, I have different years and in that years always the same childs.
I set up my view with a HS-filter (storing only the last level), containing
2011
--TermA
--TermC
2012
--TermA
--TermC
2013
--TermA
--TermC
and thought, that I could just pass the YEAR as argument. The problem is, that, if a node has e.g.
2011/TermA
2013/TermC
I get TermC in 2013 (which is correct) as well as in 2011 (which has to be TermA).
I tried to pass YEAR/TERM as argument - but this does not work (only the year is respected).
Can anyone help to get this working WITHOUT using the Term-ID?