-
Re: Counting Rows
@davidkubica1 I think you should be able to accomplish this using a GroupBy Recipe followed by a join Recipe. 1. Group your dataset with the visual group by recipe on columns: Location Number, Employ…1 · -
Re: Export DataIku dataset to Excel
Giorgia, yes it is possible to export a dataset to Excel. Within your flow, double click on the dataset that you want to export. Select "Actions" in the top right to bring out the panel wit…1 · -
Re: Parameter file for DB connections
@anthony - sorry for the delayed response. I was thinking more or less exactly what @tgb417 mentioned in his post. If you are comfortable with code recipes you can build python code that will update …2 · -
Re: Parameter file for DB connections
@anthony I'm not aware of any "clean" way to reference variables from within a parameter file that you provide. You can define "variables" in DSS (defined from within the project …1 · -
Re: list connections as NON-Admin
@MRvLuijpen and @PierreB is there anyway to build the logic into the plugin itself? Specifically I see that the code here: https://doc.dataiku.com/dss/latest/plugins/reference/params.html#dynamic-sel…1 ·