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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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