Just trying to make a variable input parameter with a Slider in FME 2017 (Build 17271) and it's not on the list of the Parameter types.
Anyone knows where is it gone and how to create one?
Just trying to make a variable input parameter with a Slider in FME 2017 (Build 17271) and it's not on the list of the Parameter types.
Anyone knows where is it gone and how to create one?
It's gone alright.
The regular number parameter does have the option to enter the lower and upper bounds of the allowed range of numbers:
but it won't show a slider :(
If you really want it back you could create an Idea for it.
It's gone alright.
The regular number parameter does have the option to enter the lower and upper bounds of the allowed range of numbers:Â
but it won't show a slider :(
If you really want it back you could create an Idea for it.
Â
Â
I've done what you suggested, but to explain it to user using "Use 0-1 value with up to 2 decimals" like in my Parameter setup below, is rather annoying:Â
RANGE: 0,1]%PRECISION:2
Would much more prefer to set a slider. Â
Eventually though I found that this parameter I'll set to constant as it makes no sense for user to change it after a bit of thought.Â
Thanks anyway.Â
Â
Â
I've done what you suggested, but to explain it to user using "Use 0-1 value with up to 2 decimals" like in my Parameter setup below, is rather annoying:Â
RANGE:t0,1]%PRECISION:2
Would much more prefer to set a slider. Â
Eventually though I found that this parameter I'll set to constant as it makes no sense for user to change it after a bit of thought.Â
Thanks anyway.Â
Â
Â
Â
With FME 2016 Workbench, define a Slider type parameter for a workspace, add a ParameterFetcher to the workspace, and set the Slider parameter to the Parameter Name field of the ParameterFetcher.Â
Start FME 2017 Workbench, copy and paste the ParameterFetcher from the FME 2016 workspace to an FME 2017 workspace.Â
Yay, the Slider parameter appeared on the FME 2017 workspace ;-)Â
Naturally you cannot edit the definition of the Slider parameter with FME 2017 Workbench.Â
It's gone alright.
The regular number parameter does have the option to enter the lower and upper bounds of the allowed range of numbers:
but it won't show a slider :(
If you really want it back you could create an Idea for it.
Â
With FME 2016 Workbench, define a Slider type parameter for a workspace, add a ParameterFetcher to the workspace, and set the Slider parameter to the Parameter Name field of the ParameterFetcher.Â
Start FME 2017 Workbench, copy and paste the ParameterFetcher from the FME 2016 workspace to an FME 2017 workspace.Â
Yay, the Slider parameter appeared on the FME 2017 workspace ;-)Â
Naturally you cannot edit the definition of the Slider parameter with FME 2017 Workbench.Â
Â
With FME 2016 Workbench, define a Slider type parameter for a workspace, add a ParameterFetcher to the workspace, and set the Slider parameter to the Parameter Name field of the ParameterFetcher.Â
Start FME 2017 Workbench, copy and paste the ParameterFetcher from the FME 2016 workspace to an FME 2017 workspace.Â
Yay, the Slider parameter appeared on the FME 2017 workspace ;-)Â
Naturally you cannot edit the definition of the Slider parameter with FME 2017 Workbench.Â
Â
But it works nicely just as described, thanks!Â
Â
For those still looking for the ability to add a slider, I have had success with the following  in FME 2017.1.2.1 (Build 17725):
Â
Select the "Number" type; then, in the Configuration field, manually enter something like
0%1%2
without any spaces or quotation marks, where the format is MIN%MAX%PRECISION
Â
The above should result in a slider that goes from 0 to 1 in steps of 0.01.
Â