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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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.