Question

Is it possible to combine multiple Published User Parameters?

  • 14 December 2021
  • 1 reply
  • 5 views

Badge +8

Right now I have several parameters accepting a single attribute selection and a published user parameter that accepts multiple attributes (basically you select all the ones you selected above). I want to use a single duplicatefilter transformer to filter out duplicates of the several user parameters that have already been provided.


1 reply

Userlevel 2
Badge +17

Hi @runneals​,

To use the DuplicateFilter, I think you will need to use a ParameterFetcher first to extract the parameters to attribute values on the features. However, you may want to explore using Python Scripted Parameters to do the duplicate removal instead of the transformer. For more information, please have a look at:

https://community.safe.com/s/article/python-scripted-parameters

Reply