Skip to main content
Solved

List Exploder for Unchanged Attributes in Change Detector

  • July 29, 2024
  • 3 replies
  • 77 views

jzabella01
Participant
Forum|alt.badge.img+1

Is there a way to obtain a list of unchanged values then explode the list afterwards similar to how change detector can have an output list for changed values. Below is the sample workflow I’m trying to do but for unchanged values

 

 

Best answer by virtualcitymatt

Its done as input for visualization purposes wherein those updated and those not updated would be compared but I’ve figured out using attribute exploder does the job!

Niiice - The AttributeExploder was going to be what I would suggest based on the question, especially now that I understand your goal.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Hmm,

Can I ask why you’re wanting to do this? Surely if it’s unchanged then everything is the same isn’t it? The change detector will put anything out of the unchanged port where the input matches the input based on the settings. It doesn’t output features per attribute. 

Am I missing something here?

 


jzabella01
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • July 30, 2024

Its done as input for visualization purposes wherein those updated and those not updated would be compared but I’ve figured out using attribute exploder does the job!


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Its done as input for visualization purposes wherein those updated and those not updated would be compared but I’ve figured out using attribute exploder does the job!

Niiice - The AttributeExploder was going to be what I would suggest based on the question, especially now that I understand your goal.