Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
richard24best
Creator
Creator

Expression to ignore one filter and select another with button selection

Hi Team,

I have created a button where it will filter only Rubix values

Got Year and Date filter - When user selects Year no changes required, but when user selects Date need the values to change

Currently using the below expression where Rubix filter and year selection is working not sure how to implement Date selection changes (Activity Date)

if($(vRubixName)=1,
(Count({1<Activity_Date= {$(vMaxDate)},Status_Business = {'Remediated'},Yearly_Automation_New=>}
if(Remediated_Flag<>'Y' and Yearly_Automation_New >= Year(today()) ,[Process Reference]))),
(Count({<Activity_Date= {$(vMaxDate)},Status_Business = {'Remediated'},Yearly_Automation_New=>}
if(Remediated_Flag<>'Y' and Yearly_Automation_New >= Year(today()) ,[Process Reference]))))

Appreciate your help in advance.

Regards,

Richard

Labels (5)
1 Reply
rubenmarin

Hi, can you give more details on what you have, what you get and what you want? what should change and no changes?