Customer Portal

Staged incremental reading and writing

Comments 2

  • Avatar
    golomeen
    0
    Comment actions Permalink
    working method is some kind of hack
    i use incremental file as a parameter file (and it's lazy because primary graph was based on params) then at the end i update file with query in incremental way
    is it legal and will it (i.e. same incremental and parameter format) work on future releases?
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this is good way and will work with future 3.X releases.
    Something similar can be done with parameter stored in database: read parameter with DBInputTable and pass it to DBJoin, that reads the data itself and stores a new incremental value in dictionary; then read the value from dictionary and update parameter table (see attached graph).

Please sign in to leave a comment.