Rick Vucina Posted June 14, 2022 Share Posted June 14, 2022 Hi , Please see the attachment with a question I have on if it is possible to produce 2 horizontal lines on a bar chart based on a count sum and then a %. Thank you for any help The trick here is that the data changes as the user chooses different values in a filter so the below is an example of that particular dataset. Chosing another value in the filters completely changes to a new data set so the totals and 75%, 95% numbers will be all different. Link to comment Share on other sites More sharing options...
Jose Leviaguirre Posted June 15, 2022 Share Posted June 15, 2022 The attachment you were referring to is:You can add a Custom curve Curve Draw from Lines & Curves and use the following expression for the orange row:if(x<=12,10)and similarly for the green one:if(x<=32,7)replace the hard coded values with a document property to change the values dynamicallyAs an alternative, if you have the values for x and y computed for each row, then use a curve draw from data table. your data table should look similar to this with empty or null values when blank xAxisColumn OrangeBar GreenBar0 10 71 10 72 10 7: 10 10 711 712 7: 32 733 34 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