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

Excluding the one of the Regions

Hi,

I have the chart with Region and sales values, now in the chart I need to exclude one of the values

and it should be done on the UI side only not onto the scripting end

may be set analaysis would do. Some one suggest me

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Use calculated Dimension as

if(not WildMatch(Region,'uk'),Region)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

In your table go to the dimension and write in it (Calculated...)

If(Region='UK', Null(), Region)

Now check the Suppress null values box and ...

Let me know

ashfaq_haseeb
Champion III
Champion III

Hi use this as expression.

=Sum({<Region-={'UK'}>}Sales)

have a look at attached application.

Regards

ASHFAQ

PrashantSangle

Hi,

Use calculated Dimension as

if(not WildMatch(Region,'uk'),Region)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
ashfaq_haseeb
Champion III
Champion III

Hi,

Is something wrong with my answer?

Regards

ASHFAQ

Anonymous
Not applicable
Author

Hi,

I want the condition to be set in calculated dimension as per my requirement, I cant filter out this in expression