
Creator
2020-04-21
12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use an iteration using SQL query OFFSET
Hello guys ,
The problem is i have 22000 items but i want to pass 1000 items in each iteration .
Here is my job is as such
My query is as such
My question is how do i have to configure my tloop to achieve this problem .
Thanks guys .
1,001 Views
- « Previous Replies
-
- 1
- 2
- Next Replies »
12 Replies

Creator III
2020-05-08
05:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, it looks like your "All_Items" will contain
1 thru 10 on the first pass,
1 thru 20 on the second pass,
1 thru 30 on the 3rd pass.
Because you add to it on each pass. This is not what you want correct? So maybe use the tReplicate to send one "main" to "All_Items", and a second "main" to process only 1-10, 11-20, and 21-30. Something like this...
168 Views

Creator III
2020-05-08
05:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
...Or on the second tReplicate, connect it to another tHashOutput but uncheck the "Append" option
168 Views

Creator
2020-05-08
05:45 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OKey , Thanks a lot i will try both solution and will give you a feed back as soon as possible !
Greetings
Greetings
168 Views

- « Previous Replies
-
- 1
- 2
- Next Replies »