cevapo_st
Contributor
2020-03-04
10:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Show values which exceed specific limit
Hey guys, i need your help for the following topic:
I have a table with these 3 columns and approx. 200 rows:
Now i only want to display the ARE which Balance is over the given limit. Is it even possible in a table chart?
Thanks!
923 Views
1 Reply
JordyWegman
Partner - Master
2020-03-05
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Cevapo,
What you can do is:
IF(Limit = 'no Limit', null(), Limit)
Enter this as the dimension and don't show the dimension when the value is null().
Jordy
Climber
Work smarter, not harder