Jump to content

This topic is 7506 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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,

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.