I would like to dynamically select images with a script based on a value located in a index field.
The value in the index field will be a number and based on the number a specific logo needs to be used. For each logo there are multiple numbers or ranges of numbers that should use the logo.
My thoughts are to use a script, but the logos are different sizes (height and width), but the general amount of real estate is fixed. Is there a method to set the height and width or to auto-set so the size is constrained to the general amount of open real estate while remaining dynamic?