Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

How to deselect the value

Hi Team,

     I wanted to create the scenario in which value gets changed as per the selection of filters.But at certain stage values need not be changed only for specific data and rest of data value needs to be change.

E.g

If I select Industry,Campaign Name,Program Name then value of my charts got changed and it works properly as per requirement.

But when I select the Activity Type then the value should change only for {Next page Visits }chart and

the value of [Activity Type Visits] chart should remain same.

Regards,

KK

MRKachhiaIMPjagangwassenaarKush141087

KK
1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Put an activity type override in the [Activity Type Visits] chart. Something like:


     Sum({<[Activity Type]=>} AValue)


This will ignore [Activity Type] selections

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Put an activity type override in the [Activity Type Visits] chart. Something like:


     Sum({<[Activity Type]=>} AValue)


This will ignore [Activity Type] selections

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Karim_Khan
Creator III
Creator III
Author

Thank sir

KK