Forum Discussion

RyanPeart's avatar
RyanPeart
Qrew Trainee
3 years ago
Solved

Pipelines - Get Length of List of Pipeline Rows

Hello, I am trying to schedule a weekly calculation every Friday using Pipelines. The calculation process is as follows: Select the 20 most recent records from a QuickBase App table, sorted ...
  • Quick_BaseJunki's avatar
    3 years ago
    I think the Jinja you're looking for is {{ (d | count)/20 }}.

    This would return the count of records found in step D then divide by 20.

    If you're interested in learning more about Jinja I suggest checking out my blog post "What is Jinja" and my course "Intro to Jinja for Pipelines"

    ------------------------------
    Sharon Faust (QuickBaseJunkie.com)
    Founder, Quick Base Junkie
    https://quickbasejunkie.com
    ------------------------------