Start a pipeline with select

Is it possible to start a pipeline with select?
I am playing around with create_continuous and I would like to run this code snippet

select({
	create_continuous(
	[0.0,0.1,0.2],
	[0,500,1000]) as testCurve,
})
->
select({apply_continuous(testCurve, [250,750])})

in isolation. Is this possible in RiskScape?

Kia ora,

It certainly is possible - just change the select({ step to input(value: {

I’ve used an example of this in response to your other post

Cheers,
Tim

1 Like