J R Posted January 24, 2022 Posted January 24, 2022 I'm looking to only display a visualization if the total number of rows in the filtered set is greater than a number (e.g. 10). If I have a data set with rows in a bar chart, and after some filtering using property controls I end up with a dataset with
Fabian Duerr Posted January 26, 2022 Posted January 26, 2022 Create a TERR data function with two inputs: col, full.col. Here col is any column from your data table with the filtering applied and full.col is the same column without any filtering. from this you can create an output column NROW that holds the row count of your active filtering. NROW 10
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now