RyanPeart
4 years agoQrew Trainee
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 ...
- 4 years agoI 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
------------------------------