Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

i have the data 2011,2012,2013,2014.when ever we clik on 2012.it gives 2012 to 2014 data.and we clik on 2013 it gives 2013 to 2014 data.ho w to write the set expression

i have the data 2011,2012,2013,2014.when ever we clik on 2012.it gives 2012 to 2014 data.and we clik on 2013 it gives 2013 to 2014 data.ho w to write the set expression

4 Replies
arulsettu
Master III
Master III

HI

try this

sum({1<YEAR = e(YEAR)>}sales)

PrashantSangle

Hi,

Try like

sum({<YEAR = {">=$(YEAR)"}>}sales)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
sushil353
Master II
Master II

Hi,

Try below code:

Sum({<Year = {">= $(=Max(Year))"}>} Sales)

HTh

Sushil

dinuwanbr
Creator III
Creator III

hi,

Use following expression

=sum({$<YEAR = {">=$(=max({<YEAR={$(=max(YEAR))}>} YEAR))"}>}  Field)

YEAR- Year Dimension

Field - The field name you want the summation

Rgds,

Dinu'1