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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
mfikrirahmat
Contributor
Contributor

The last data can not be clicked

Data for June 2016 can not be clicked

Dimension : MonthYear

Expresion : Count({<_PeriodType={'cy'},amt_RASIOGWMLFR={"<80"},$(vRolling1)>}DISTINCT ID_BANK)

variable : 

vRolling1  = Date2={">=$(vminDate1) <=$(vmaxDate)"},Year=,Quarter=, Month=,MonthYear=, Day=

vminDate1 = =Min(MonthYearSlider)

vmaxDate =date(MAX(Date2))

Not Click.png

2 Replies
Anil_Babu_Samineni

You mean to say, You want to build and show only for Max and Sep data in Axis??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Digvijay_Singh

Looks like it has a impact of selection disregarded through Year=,Quarter=, Month=,MonthYear=, Day= in your vRolling1, you may try removing it, not sure though.