-
Re: Storage type of features from csv file
The double format is not recognized with commas, it requires dots. You will need to create a preparation script and use the "Convert decimal format" processor:2 · -
Re: How do I create sum or total data in same column on dashboard?
With such a small table the easiest is to use a recipe to get the final table you want, then publish it to the dashboard. Here is an example using only a visual prepare recipe, it involves transposin…1 · -
Re: Rename Output Dataset of Recipe
Hi, you can go to the dataset settings > Advanced > Danger zone > Rename4 · -
Re: Build a dashboard with data from different projects
You can share all the required datasets to a single project in which you build the dashboard. See some documentation about sharing and exposed objects here: https://doc.dataiku.com/dss/latest/securit…1 · -
Re: CHARINDEX equivalent in DSS Formula
If I'm not mistaken what you're trying to achieve can be done by using this function: indexOf(string s, string sub) --> number Returns the index of the first ocurrence of sub in s. Retur…1 ·
