Qlikview : How create a Trigger on the last Date (Year)? -


i'm new on qlikview , i'm little bit stuck... i'm trying build trigger on document qv. have auto-select, when document launch, field [yearq] , last value (so 2014). [yearq] inclued values {2012, 2013, 2014}.

i've try

=max[[annéeq]]  =year(today())=[annéeq]   

but didn't work.

could me pliz ?

thx, in advice :)

put on open trigger, year based on reload date:

=year(today()) 

and highest value in year field:

=max([annéeq]) 

if want highest year based of date this:

=year(max(datefield)) 

Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -