-
Re: How do I see the computed column in Data iku?
After step 9 (Wrote the formula for calculated field) you need to click on Apply on the top right. Then once you click on Run you need wait for the job to succeed. After that you can explore the outp…1 · -
Re: Conditionally attaching a file to an email reporter
Scenario steps and scenario reporters can both be set to execute conditionally. So create different Scenario steps or scenario reporters for each of the desired outputs. In other words have a differe…2 · -
Re: How to change the underlying table in a dataset?
If the tables are different then you need to update the dataset schema as well. Try running an autodetect after saving the settings: new_settings = dataset.autodetect_settings() new_settings.save()1 · -
Re: Export and Import of Code Studio Template
While there are some APIs to interact with Code Studio Templates there aren't any methods to create new ones. We have therefore created templates manually and then extracted them from DATA_DIR/c…1 · -
Re: How to merge 2 tables, by dates comparison et precedent constraints
A join Recipe and a Window recipe will do it. First join the two datasets as follows: You will get some duplicates since there could be many records on the allocation table with the same consumption …1 ·