Forum Discussion
MCAdmin
3 years agoQrew Member
Thank you Sharon for this master piece code on jinga. This worked perfectly. Hats off to you.
I also noticed that the search results from step-D are not sequenced and they come in random order. I would like to fetch the search results orded by a start date in ascending order so I can match with a date from step-A.
Regards
Babi
------------------------------
MC Admin
------------------------------
I also noticed that the search results from step-D are not sequenced and they come in random order. I would like to fetch the search results orded by a start date in ascending order so I can match with a date from step-A.
Regards
Babi
------------------------------
MC Admin
------------------------------
QuickBaseJunkie
3 years agoQrew Captain
@MC Admin unfortunately I'm not aware of any way to control the order using the 'native' Quickbase search/query step.
However, if you use the Fetch & Iterate JSON steps with the RESTful API you can create your own query specifying the sort order in the options.
https://developer.quickbase.com/operation/runQuery
This is a much more complex approach and not something I can get into here, but the QB documentation above is pretty good and the Trending Data with Pipelines and the RESTful JSON API video in the university appears to cover these channels.
-Sharon
------------------------------
Quick Base Junkie
------------------------------
However, if you use the Fetch & Iterate JSON steps with the RESTful API you can create your own query specifying the sort order in the options.
https://developer.quickbase.com/operation/runQuery
This is a much more complex approach and not something I can get into here, but the QB documentation above is pretty good and the Trending Data with Pipelines and the RESTful JSON API video in the university appears to cover these channels.
-Sharon
------------------------------
Quick Base Junkie
------------------------------