Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Bharathi09
Creator II
Creator II

Dynamic Month

Hi 

I have a field name of 'MONTH'

whenever I opens the application it must dynamically show the previous month data 

I have to do it in actions(Select all field values) in Qlik sense

please help me with it

Thank you

Labels (1)
1 Reply
luiferva
Contributor III
Contributor III

Hola   Bharathi09 , si tiene los meses como numero es decir enero = 1, febrero =2 etc, puedes crear una variable que sea por ejemplo

let Mes = Max(Mes)-1 

luego en los graficos pones un set analisis para cada uno de tus graficos

Ejemplo

sum({<Mes={$(=$(Mes))}>}Ventas)  = traeme las ventas del maximo mes junio - 1 es decir Mayo

Espero haberte ayudado