# Unexpected behavior with AppendAttributes

**URL:** https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557
**Category:** ParaView Support
**Created:** [October 20, 2022, 1:36pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557 "2022-10-20T13:36:28Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![delcmo](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/d/9de0a6/32.png) [@delcmo](https://discourse.paraview.org/u/delcmo)
#### Post date: [October 20, 2022, 1:36pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/1 "2022-10-20T13:36:28Z")

</div>

Hello,

I am trying to compute the difference between two variables that are stored in two different solution files. The mesh and geometry are identical between the two files. After reading the documentation, I tried to use the `AppendAttribute` filter but see weird behavior. Before `merging` the two solution, I renamed the density variable to be densityNew and densityGold using a calculator filter.

I attached a screen shot showing the profiles of the two variables. The densityNew variable is not properly appended. I am not sure what is happening here. It looks like the ordering of the coordinates does not properly propagate when the `AppenAttributes` filter is used in this case.

 ![Screen Shot 2022-10-20 at 09.33.41](https://discourse.paraview.org/uploads/default/original/2X/5/519768b5aa9893faca543e736cd3637a46739221.jpeg)

Any help would be appreciated.

Thanks,  
Marco

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [October 20, 2022, 5:51pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/2 "2022-10-20T17:51:22Z")

</div>

Welcome to the ParaView community, @delcmo!

Can you share the data?

---

<div class="post-metadata">

### Author: ![delcmo](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/d/9de0a6/32.png) [@delcmo](https://discourse.paraview.org/u/delcmo)
#### Post date: [October 20, 2022, 6:08pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/3 "2022-10-20T18:08:33Z")

</div>

Yes, please find them below.

[compression\_corner\_quad\_solution\_gold.exo.zip](https://discourse.paraview.org/uploads/short-url/aI61aDvaZFw9AAHLltgrLuw1bwL.zip) (1.9 MB)  
[compression\_corner\_quad\_solution\_new.exo.zip](https://discourse.paraview.org/uploads/short-url/pC9kuqRGOeOtC7XDDjBbf8MDWZ4.zip) (1.9 MB)

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [November 11, 2022, 3:04pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/4 "2022-11-11T15:04:40Z")

</div>

I cannot reproduce this observed behavior in ParaView version 5.11.1 or 5.11.0-RC2. So if upgrading is an option, I recommend that. There may have been a bug fixed since 5.9.1.

---

<div class="post-metadata">

### Author: ![bsullivan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/2bfe46/32.png) [@bsullivan](https://discourse.paraview.org/u/bsullivan)
#### Post date: [June 3, 2026, 10:04pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/5 "2026-06-03T22:04:12Z")

</div>

I am still experiencing this problem in v6.1.0, but not for all files. When the problem does occur, however, it unfortunately makes the filter essentially useless

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [June 9, 2026, 1:28pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/6 "2026-06-09T13:28:10Z")

</div>

Please provide steps to reproduce @bsullivan

---

<div class="post-metadata">

### Author: ![bsullivan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/2bfe46/32.png) [@bsullivan](https://discourse.paraview.org/u/bsullivan)
#### Post date: [June 15, 2026, 5:22pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/7 "2026-06-15T17:22:28Z")

</div>

Precisely as was described by the original post, when appending two datasets together into a new dataset the data from the second set becomes corrupted with patches and irregular boundary patterns. Interestingly, the data values themselves appear to all be of the right magnitude, they are all just out of order. Whatever the issue here is it is very robust, I have been able to recreate it in multiple versions of Paraview both in Windows and in Linux, and on multiple datasets. The ability to combine data from multiple files is critical, for example, when trying to estimate local heat transfer coefficients by combining data from adiabatic and isothermal CFD simulations.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [June 16, 2026, 9:29am UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/8 "2026-06-16T09:29:07Z")

</div>

As @cory.quammen stated, the original bug is fixed, so please provide steps to reproduce with data to reproduce with.

> when appending two datasets together into a new dataset the data from the second set becomes corrupted with patches and irregular boundary patterns.

Here you go, works perfectly with a sphere and a cone.

 ![a](https://discourse.paraview.org/uploads/default/original/3X/b/3/b3c3b0afba16228ea99afb1a4427cc44f2160261.png)

---

<div class="post-metadata">

### Author: ![bsullivan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/2bfe46/32.png) [@bsullivan](https://discourse.paraview.org/u/bsullivan)
#### Post date: [June 16, 2026, 5:12pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/9 "2026-06-16T17:12:23Z")

</div>

The problem does not appear to occur when appending Paraview’s internally-generated datasets. My issue occurs when loading TecPlot ASCII data (.dat format). There are two error messages which occur when attempting the append operation: “Tecplot zone record parameter “STRANDID” is currently unsupported” and “Tecplot zone record parameter “SOLUTIONTIME” is currently unsupported”. However, these messages are also displayed even for datasets on which the Append Attributes filter actually works properly. There appears to be no rhyme or reason as to which files the filter works for and which it doesn’t.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [June 16, 2026, 5:16pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/10 "2026-06-16T17:16:26Z")

</div>

please share data to reproduce

---

<div class="post-metadata">

### Author: ![bsullivan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/2bfe46/32.png) [@bsullivan](https://discourse.paraview.org/u/bsullivan)
#### Post date: [June 16, 2026, 5:43pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/11 "2026-06-16T17:43:49Z")

</div>

Data cannot be shared publicly unfortunately due to the nature of the project. But I am happy to answer any other questions I can

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [June 16, 2026, 5:45pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/12 "2026-06-16T17:45:00Z")

</div>

You may want to reach out to Kitware then: [How are features and bug fixes incorporated into ParaView?](https://discourse.paraview.org/t/how-are-features-and-bug-fixes-incorporated-into-paraview/4735)

---

<div class="post-metadata">

### Author: ![bsullivan](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/2bfe46/32.png) [@bsullivan](https://discourse.paraview.org/u/bsullivan)
#### Post date: [June 16, 2026, 7:33pm UTC](https://discourse.paraview.org/t/unexpected-behavior-with-appendattributes/10557/13 "2026-06-16T19:33:40Z")

</div>

I likely will do just that, thanks.
