MikeTamoushQrew Elite3 years agoSolvedPerforming Multiplication in Jinja for Pipelines I am trying to set a field to [MyField] * .68 I tried this: {{a.MyField .68}} but that syntax wont even save. I also tried {{My.Field}}*.68. This saves, but produces an error when the pipeline...Show MoreDougHenning1 to MikeTamoush3 years agoRound to 2 decimals: {{ "%.02f" | format(MyField * 0.68) }}------------------------------Doug Henning------------------------------
DougHenning1 to MikeTamoush3 years agoRound to 2 decimals: {{ "%.02f" | format(MyField * 0.68) }}------------------------------Doug Henning------------------------------
DougHenning1 to MikeTamoush3 years agoRound to 2 decimals: {{ "%.02f" | format(MyField * 0.68) }}------------------------------Doug Henning------------------------------
Related ContentCalculation/Performance Limits InquiryThree Words of Advice on PipelinesUsing Grid Edit to Edit Multiple Records at OnceThree Words of Advice on Building Pipelines - Brittany ScheidPipeline Jinja For Duration in Seconds