ADJUST - calculations help
-
I currently have this in adjust. *(0.1/Point())
Can I do this *(0.1/Point())*1.5 ?
Basically need that value multiplied by 1.5. -
@johann-0 Never tried it, but this is how I would try it.

-
My best guess is to throw it onto a chart as a text output and do the math and see if it makes sense..
-
It seems to work. So silly. I forget I can test the output this way some times...
-
@johann-0 Good to know. Thank you for the feedback.