Forum Discussion

steveJ's avatar
steveJ
New Member
8 years ago
Solved

Using append to grow a dataset

I've been fiddling with desktop for a week or so now, and really impressed with it, i've one thing I can't seem to work my head around though.   I have a dataset consisting of 200 rows that I have ...
  • Greg_Deckler's avatar
    8 years ago

    So, the behavior you are seeing is the expected behavior. Incremental data load does not exist quite yet. Therefore, the second query in your Append is replacing its data. Unfortunately, at this time you would have to copy your second query each day and add it to your Append query, disabling data load on your previous query. This is currenly the only real way to incrementally grow your data set.