Comments
-
Hi Jon, Just wanted to say thanks because your approach solved the issue. It is a small change, but definitely makes all the difference. Thanks!
-
Hello, Thanks for your reply DaniBoy. I've just checked the admin settings and passwords expire after one year, but we are getting this "invalid password" message several times a day. I've also read the article in the link and it does not seem to be an issue with the password per se. Additionally, not everyone in the team…
-
Hi Jon, I've just tried this approach. It makes sense! Thanks.
-
Hi AS, I do have two dataflows in the sense that the first one is to create the data source from one of our tables, then use the output of this to power up the recursive dataflow.
-
Well, in our case the business question is: How can we build a card to show the number of active clients over time when the original dataset (member_table) does not store this information over time? Our idea is, of course, to build a recursive dataflow to build a dataset that will update everyday and store the…
-
Hi Jon, I agree with step 5 being redundant, but I am a bit confused about why would it be necessary to create the source dataset within the dataflow and how that would work?
-
Hi, thanks for your reply. In the output section, we called the output dataset historicaldataset, just like the input, with the following query: SELECT * FROM append_new_data_to_historical and in the update settings, this is not selected to update, only the sampledataset