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: 
Not applicable

exclude records

I know that you can exclude record in a script but I'm using the same script for mulitple things.

On this one sheet I need to exclude all [suspend code balance] = ['N'} from the selection for this sheet.

How can I do that? I don't want the stock numbers to show up in the chart  unless some of the records for that item are "N"

4 Replies
MayilVahanan

Hi

Try alternate state for that particular field

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hai

try with alternate states for solving u r problem.In alternate states u can use it seperately for different sheets on selections.

it may helps u

whiteline
Master II
Master II

Hi.

You can use set analysis to modify selections for a particular expression and exclude some values, for example:

Sum({<[suspend code balance] -= {"N"}>} Value)

jagan
Luminary Alumni
Luminary Alumni

Hi,

You can exclude the values of dimension by using "-=" operator.  For example

=Count({<[suspend code balance] -= {'N'}>} DimensionName)

Hope this helps you.

Regards,

Jagan.