Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display only specific points in a chart

Dears,

I have a scatter chart with lots of points, but I would like to show only those points corresponding of Region=LATAM.

How can I do it?

Thanks

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     In you expression use {<Region={'LATAM'}>}

     Sum({<Region={'LATAM'}>} Sales)

Celambarasan

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try using this expression to display only certain region

Count({<Region={'LATAM'}>} Field)

Regards,

Jagan.