Options to consider:
1) Enhance TopN feature to add an option to control both TopN & BottomN OR
2) Support filters for table calculation values & introduce a SIZE() function which returns the SIZE of the partition. By doing this, one can create a formula such as the below. This calculated field could then be dragged to the filter deck.
IF (([Index]<=10) OR (SIZE()-10 < [Index])) THEN 1 ELSE 0
![]() |
351 KB
|
81 KB
Lets investigate whether we can achieve #1 w/o a framework change. If we can, then we can target for v19. Otherwise, v20.
Verified in ADS 19-beta-30
- TopN filter is now enhanced to show TopN and Bottom N records in same view.
Please refer attached:
- Verified_15230_19beta30.vizx
- Verified_15230_19beta30.png
Verified in ADS 19-beta-30
- TopN filter is now enhanced to show TopN and Bottom N records in same view.
Please refer attached:
- Verified_15230_19beta30.vizx
- Verified_15230_19beta30.png
Issue #15230 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build beta-11 |
No time estimate |
Lets investigate whether we can achieve #1 w/o a framework change. If we can, then we can target for v19. Otherwise, v20.