Can anyone advise how I can multiply every item in a list by a constant before I display it using the chartjs plugin? I have percentages stored as their decimal value (e.g. 0.05) but for frustrating formatting limitations in the chart plugin I need to load 0.05 from the list as 5.
Note I don’t want to have to write back to the database, and I don’t want to create a specific workflow action to achieve this. I would like to load and adjust the list in real time as I select the values for the chart plugin. So instead of [do a search for…], I’m trying to get something like [do a search for…] * 100.
I have tried a bunch of different approaches and none are working. I suspect (and hope) it’s super simple…
Welcome to the @keith cinematic plugin universe, where long-standing problems are solved by someone who knows what Bubblers need, and cares enough to solve those problems.