What's the "point"? AKA Units of Measure
What's the "point"? AKA Units of Measure
Not that I'm totally averse to conversions, but is there a way to tell the connector to search for Stats.MediaBoxHeight (etc...) in inches instead of points?
Re: What's the "point"? AKA Units of Measure
I'm not sure. But off-hand, for anyone else who may come across this topic in the future, here is how to convert:
Code: Select all
[Switch.Calculation:Expression="[Stats.MediaBoxHeight]*0.013888888889",Precision="2"]
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Re: What's the "point"? AKA Units of Measure
Why not about dividing per 72. It will lead to teh same result I agree but maybe it's just a bit more user friendly ?
[Switch.Calculation:Expression="[Stats.MediaBoxHeight]/72",Precision="2"]
FWIW
Loic
[Switch.Calculation:Expression="[Stats.MediaBoxHeight]/72",Precision="2"]
FWIW
Loic