April 9, 200916 yr I need to create a simple status bar, which not only changes color, but also length. My idea was to create a calc field (type container), with 12 repetitions which draws from different container fields containing differently colored images. Case ( CurrentTable::Job Status = "Draft"; Settings::Blue; CurrentTable::Job Status = "Creative"; Settings::Green; etc. ) For the "Draft" status, I only want the first repetition to be filled with the blue container; for "Creative" the first and second repetition filled with green, etc. How can I change this calculation to access and influence repeating values in that manner? Is this possible? Thank you for any tips!!!
Create an account or sign in to comment