Hi All,
When using the Tile method "manual", is there a way to pass the "Tile Cutoffs" as an argument / table to the Tile tool to make it dynamic?
Thanks!
Hi @Juplo,
as far as I'm aware there's no way to actually extract that directly into the workflow, but you can make it dynamic in a way by creating an analytics app to allow for dynamic selection:
This allows you to update the cutoff value on the fly by using the input to amend the cutoff values as seen below:
With this you can then choose your cutoff values each time you run the model.
In a similar way to the above, you could look to use a batch macro.
This will enable you to pass through the cutoff's as a control parameter and update your Tile Tool.
Happy to build a quick example if needed?
Thanks both! I haven't played with macro yet so now is probably the right time!
@JoeS Let me try on my side to see if I can do it. If not I'll make a new post