Sean Flaherty 2 Posted June 11, 2019 Share Posted June 11, 2019 Hello, First time posting to the community and relatively new to Spotfire so please excuse what I believe to be a simplistic question. I am working to create adata quality page. One of the things we want to do is a reasonabilitycheck andget a count ofvalues above and below a static min and max value. I think it would look something like a summary table of values outside of range. We wouldalso want to flag and exclude these valuesin our aggregated calculations. Any suggestions on how to approach this problem using Spotfire Thank you and kind regards, Sean Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted June 12, 2019 Share Posted June 12, 2019 If you wanted to create this value in a calculated column it might look like: Sum(case when [Column]{maxvalue} then 1 else 0 end) Link to comment Share on other sites More sharing options...
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