
Contributor
2018-07-27
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Filter a pivot table based on the calculated %
Hello everyone, I would need to filter a pivot table based on the calculated% result in the table. The result I would like to obtain is to display only the records for which the calculated field of the discount percentage is greater than 60%. Thanks in advance to those who can help me. Antonio
- Tags:
- qlikview_scripting
582 Views
1 Solution
Accepted Solutions


Specialist II
2018-07-27
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you need aggr with something like that :
if(aggr( your calcul of discount percentage,Item) > 60,Item)
with not display null values
regards
541 Views
2 Replies


Specialist II
2018-07-27
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you need aggr with something like that :
if(aggr( your calcul of discount percentage,Item) > 60,Item)
with not display null values
regards
542 Views

Contributor
2018-07-27
04:00 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks
best regards
541 Views
