Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

How exclude the filter in the chart qlik sense

Hello I have a bar chart where I compare two values.

I would like to blok this chart even if I use some filter.

the set expression in the Measure is the following:

=Rangesum(above(count({1}{<CampaignID={605900}>} DataUpd_Conf),0,rowno()))

this test with {1} doesn't work.

Some idea??

Thanks in advances

1 Solution

Accepted Solutions
sunny_talwar

Try this

=Rangesum(Above(Count({1<CampaignID = {605900}>} DataUpd_Conf), 0, RowNo()))

View solution in original post

2 Replies
jwjackso
Specialist III
Specialist III

You could create an alternate state and on the general tab of the chart assign the state.

sunny_talwar

Try this

=Rangesum(Above(Count({1<CampaignID = {605900}>} DataUpd_Conf), 0, RowNo()))