Skip to content
Discussion options

You must be logged in to vote

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>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phamalda
Comment options

Answer selected by phamalda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant