
Anonymous
Not applicable
2016-12-05
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
show only records which has customer has cost < 6
hai all
my requirement is show customers are having cost < 6
in bar chart in qlik sence
where should add condition
either in dimensions or measures ?
369 Views
1 Reply

MVP
2016-12-05
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be like this:
Sum({<Customer = {"=Sum(Cost) < 6"}>} Measure)
Assuming your expression was Sum(Measure)
319 Views
