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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

if i click on 2014 ,it should display 2015,2016 data also

hi Gurus,

if i click on 2014 ,it should display 2015,2016 data also

How to do this,

Thanks in advance

Please find the sample app

4 Replies
GabrielAraya
Employee
Employee

Hi,

Did you test with Set Analisys?

sum({<NewYear=>}[Final Spend])

Only({<NewYear=>}[Capital vs. Expense])

Only({<NewYear=>}[Contract Term Details])

Regards,

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hi Thanks for your Time,

here the selection dependency on Contract Term,if contract term is 5 Year it should display 2014,2015,2016,2017,2018

Dynamic Display based on selected Contract term

buzzy996
Master II
Master II

just replace in  gwassenaar expression's wherever 2 is there with this  left(contractterm,1)

hopes tht helps.