Ok my bad, will try that .
Quick question this view is expected to have humongous data.
So there is a need to make 1 trip to dB and store all that data in runtime .
Can i use insert_record on temp table to achieve above objective , I foresee 2 issues in that approach.
1. Making insert_recordset for temptable work with createddate1 (custom created date time filed in my view which works in the view ) &
2. Since I need to continuously parse this data I have to use multiple buffers of this temptable in subsequents while loops , how to ensure that data in temptable remains after changing its buffer name , will buffername.data() help in addressing that issue
If not then request you to share approach of achieving objective of making minimum dev trips to get humongous data and then keep parsing/traversing that data in subsequent while loops.
Thanks
Mav