Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new on Qlikview and i'm a little bit stuck... I'm trying to build a trigger on my Document QV. It have to auto-select, when the document is launch, the Field [YearQ] and the last value (So 2014). [YearQ] inclued those values {2012, 2013, 2014}.
I've try
=Max[[AnnéeQ]]
=Year(Today())=[AnnéeQ]
But that didn't work.
Could you help me pliz ?
Thx, in advice
Check enclosed file....
Use =Max( [AnnéeQ] ) i think it will works you use wrong brackets.
Try only with max(AnnéeQ). That should works.
Check enclosed file....
Use Max() function like
=Max( Yourfieldname )
with brackets
Hi Anand and thank you,
No, I've try it. That didn't work.
What is your year field name
use in trigger like =Max(Youryearfield)
if it is [YearQ]
then use =Max([YearQ])
Thank you all,
That's strange cause now that's working.
That's exactly what i've done.
But when I try '=Min([Year])' to check if that's work that still auto-select 2014.
But I'm agree your solution works ^^ so i'm fine with this problem.