Jaume Posted July 12, 2004 Posted July 12, 2004 I am trying to simulate a graphic bar chart to show a weekly changing value. To do this, I have defined a repeating field with a text simulation of a bar chart. The goal is to introduce the weekly value of ,say, first week in the repetition 1, the second in repetition 2, and so on. We can arrange the repeating field either vertically or horizontally, but,
Philland Posted July 13, 2004 Posted July 13, 2004 Not sure I follow exactly what you are doing, but I would create a "changing bar chart" by first creating a container field with multiple repetitions and pasting different length bars in each repetition, then creating a calculation field with the calculation result set for container. Then you just need to write the calculation for each case(criteriafield = 1, getrepetition(bars, 1) etc . . .) You can do this with one block and lots of simpler calc fields as well that would be if(criteria is less equal to or than 1, block, "") then the next field would be if(criteria is less equal to or than 2, block, "") to build bars. Phil
Jaume Posted July 14, 2004 Author Posted July 14, 2004 Well, I will try to be more specific. The question would be
Recommended Posts
This topic is 7506 days old. Please don't post here. Open a new topic instead.
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