I’m trying to create a list page with an accompanyng visual reference for time duration.
I have tried using javascript getelementbyid to change the width of the div based on the {{{FIELD_VALUE}}} with no success.
I also tried using basic HTML style=“width: {{{FIELD_VALUE}}}px;” which doesn’t work either.
Is there a better way to do this that acyually work?
What kind of error? Show the error for further discussion. Also enable debug mode (Tools → Advanced Settings → Debug) to see if you can get more information.