Division in Handlebars
#17048
-
Beta Was this translation helpful? Give feedback.
Answered by
phamalda
Sep 29, 2025
Replies: 1 comment 1 reply
-
|
Disregard! I did find a 'divide' helper to do that. My apologies, guys! <tr class="white-text">
{{#each [FTE Provider].Rows }}
<td>Total in the Pipeline</td>
<td>{{[Count Contract Status]}}</td>
<td>{{#gte [Sum Revenue] 1000}}
${{ divide [Sum Revenue] 1000}}B
{{else}}
${{[Sum Revenue]}}M
{{/gte}}</td>
{{/each}}
</tr> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
phamalda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Disregard! I did find a 'divide' helper to do that. My apologies, guys!