Slider options in Plugin page

piyushk
Level 4
Slider options in Plugin page

Hi,

We are looking for a way to put sliders for user input. How can we achieve this? Is there any parameter supported by Dataiku for this?

Annotation 2020-09-07 164956.jpg

0 Kudos
3 Replies
Alex_Combessie
Dataiker Alumni

Hi,

This is not currently possible using the JSON specification for plugin parameters. I will add your request to our backlog.

Note that if your need is to enforce bounds on DOUBLE or INT parameters, you can do it using minI/maxI (for INT) and minD/maxD (for DOUBLE). You can check an example here.

If your need is specific to date, as your screenshot indicates, I would advise using directly a DATE parameter.

Hope it helps,

Alex

piyushk
Level 4
Author

How can we have a vertical separator as the list of variables on the datasets page is getting long and therefore, we are bound to scroll to fill the variable values?

We were hoping to utilize the space on the left of the screen (cross marked).

Annotation 2020-09-07 164956.jpg

0 Kudos
Alex_Combessie
Dataiker Alumni

Hi,

The space on the left of the custom dataset screen is intended for the dataset preview. Therefore it is not possible to fill it with custom parameters.

Best regards,

Alex

0 Kudos