# Reused block? Undo it back to normal

**URL:** https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309
**Category:** Ask the Community
**Created:** [November 26, 2024, 6:50pm UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309 "2024-11-26T18:50:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![David\_Carnley](https://community.holistics.io/user_avatar/community.holistics.io/david_carnley/32/1379_2.png) [@David\_Carnley](https://community.holistics.io/u/David_Carnley)
#### Post date: [November 26, 2024, 6:50pm UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/1 "2024-11-26T18:50:57Z")

</div>

In my 4.0 dashboard (the ONLY dashboard in the account), one of my block is saying it is a “Reused Block” and cannot be edited in the visual designer. I don’t recall making it so, and I cannot find any reused reference in the AML. How can I set it back to “normal”?

Thanks!  
-Daivd

---

<div class="post-metadata">

### Author: ![anthonytd](https://community.holistics.io/user_avatar/community.holistics.io/anthonytd/32/374_2.png) [@anthonytd](https://community.holistics.io/u/anthonytd)
#### Post date: [November 27, 2024, 3:34am UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/2 "2024-11-27T03:34:03Z")

</div>

Hi David,

Could you please click on the “Code” button of the block and share the block definition as it appears in the code editor? I’ve attached an image below for reference.

 ![Screenshot 2024-11-27 at 10.31.35](https://community.holistics.io/uploads/default/original/2X/1/185a60f0f6d3fae5d3a8ceef873c551eba1c3e6d.png)

---

<div class="post-metadata">

### Author: ![David\_Carnley](https://community.holistics.io/user_avatar/community.holistics.io/david_carnley/32/1379_2.png) [@David\_Carnley](https://community.holistics.io/u/David_Carnley)
#### Post date: [November 27, 2024, 5:58am UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/3 "2024-11-27T05:58:23Z")

</div>

block v11: VizBlock {  
label: ‘Load Sales Summary’  
viz: DataTable {  
dataset: accounting\_data  
calculation untitled\_dimension\_5193cef {  
label: ‘Profit\_full\_Pct’  
formula: @aql dbo\_vw\_load\_profits.load\_profit\_pct \* 100;;  
calc\_type: ‘dimension’  
data\_type: ‘number’  
model: dbo\_vw\_load\_profits  
}  
filter {  
field: ref(‘dbo\_vw\_load\_profits’, ‘load\_total’)  
operator: ‘not\_null’  
value:   
}  
fields: [  
VizFieldFull {  
label: ‘Ship Date’  
ref: ref(‘dbo\_vw\_load\_first\_pickup\_stop’, ‘stop\_date’)  
format {  
type: ‘date’  
pattern: ‘yyyy-LL-dd’  
}  
uname: ‘dbo\_vw\_load\_first\_pickup\_stop\_stop\_date’  
},  
VizFieldFull {  
label: ‘Load#’  
ref: ref(‘dbo\_vw\_load\_profits’, ‘load\_id’)  
format {  
type: ‘number’  
pattern: ‘none’  
}  
uname: ‘dbo\_vw\_load\_profits\_load\_id’  
},  
VizFieldFull {  
label: ‘Status’  
ref: ref(‘dbo\_loads’, ‘status\_code’)  
format {  
type: ‘text’  
}  
uname: ‘dbo\_loads\_status\_code’  
},  
VizFieldFull {  
label: ‘Carrier’  
ref: ref(‘dbo\_carriers’, ‘name’)  
format {  
type: ‘text’  
}  
uname: ‘dbo\_carriers\_name’  
},  
VizFieldFull {  
label: ‘Gross’  
ref: ref(‘dbo\_vw\_load\_profits’, ‘load\_sum\_all\_charges’)  
format {  
type: ‘number’  
pattern: ‘[$$]#,###0.00’  
}  
uname: ‘dbo\_vw\_load\_profits\_load\_sum\_all\_charges’  
},  
VizFieldFull {  
label: ‘Cost’  
ref: ref(‘dbo\_vw\_load\_profits’, ‘load\_sum\_all\_costs’)  
format {  
type: ‘number’  
pattern: ‘[$$]#,###0.00’  
}  
uname: ‘dbo\_vw\_load\_profits\_load\_sum\_all\_costs’  
},  
VizFieldFull {  
label: ‘Net’  
ref: ref(‘dbo\_vw\_load\_profits’, ‘load\_total’)  
format {  
type: ‘number’  
pattern: ‘[$$]#,###0.00’  
}  
uname: ‘dbo\_vw\_load\_profits\_load\_total’  
},  
VizFieldFull {  
label: ‘P/L %’  
ref: ref(‘dbo\_vw\_load\_profits’, ‘untitled\_dimension\_5193cef’)  
format {  
type: ‘number’  
pattern: ‘#,###0.00’  
}  
}  
]  
settings {  
sorts: [  
SortSetting {  
field\_index: 0  
direction: ‘desc’  
}  
]  
conditional\_formats: [  
ConditionalFormat {  
ref: ref(‘dbo\_vw\_load\_profits’, ‘untitled\_dimension\_5193cef’)  
format: ScaleFormat {  
min {  
value: -100  
color: ‘#E71F18’  
}  
mid {  
value: 2  
color: ‘#E19C56’  
}  
max {  
value: 20  
color: ‘#47B881’  
}  
}  
},  
ConditionalFormat {  
ref: ref(‘dbo\_vw\_load\_profits’, ‘load\_total’)  
format: SingleFormat {  
condition {  
operator: ‘less\_than\_equal’  
value: 0  
}  
text\_color: ‘#FFFFFFFF’  
background\_color: ‘#D70909’  
}  
}  
]  
row\_limit: 5000  
column\_width {  
manual\_widths: [  
ColumnWidth {  
key: ‘_holistics\_row\_number_’  
width: 83  
},  
ColumnWidth {  
key: ‘dbo\_vw\_load\_profits\_load\_id’  
width: 71  
},  
ColumnWidth {  
key: ‘dbo\_loads\_status\_code’  
width: 90  
},  
ColumnWidth {  
key: ‘dbo\_carriers\_name’  
width: 162  
},  
ColumnWidth {  
key: ‘dbo\_vw\_load\_profits\_load\_sum\_all\_charges’  
width: 109  
},  
ColumnWidth {  
key: ‘dbo\_vw\_load\_profits\_load\_sum\_all\_costs’  
width: 84  
},  
ColumnWidth {  
key: ‘dbo\_vw\_load\_profits\_load\_total’  
width: 97  
},  
ColumnWidth {  
key: ‘dbo\_vw\_load\_first\_pickup\_stop\_stop\_date’  
width: 119  
}  
]  
}  
aggregate\_awareness {  
enabled: true  
debug\_comments: true  
}  
}  
}  
}

---

<div class="post-metadata">

### Author: ![David\_Carnley](https://community.holistics.io/user_avatar/community.holistics.io/david_carnley/32/1379_2.png) [@David\_Carnley](https://community.holistics.io/u/David_Carnley)
#### Post date: [December 2, 2024, 5:30pm UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/4 "2024-12-02T17:30:41Z")

</div>

Still looking for help with this…

---

<div class="post-metadata">

### Author: ![kaid](https://community.holistics.io/user_avatar/community.holistics.io/kaid/32/12_2.png) [@kaid](https://community.holistics.io/u/kaid)
#### Post date: [December 5, 2024, 3:41am UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/5 "2024-12-05T03:41:03Z")

</div>

Hi @David_Carnley,

Thank you for your patience, and apologies for the delay. We found a bug causing blocks to be incorrectly marked as reused. A patch is ready, and I’ll update you once it’s released.

Thanks again for your understanding!

---

<div class="post-metadata">

### Author: ![kaid](https://community.holistics.io/user_avatar/community.holistics.io/kaid/32/12_2.png) [@kaid](https://community.holistics.io/u/kaid)
#### Post date: [December 25, 2024, 8:08am UTC](https://community.holistics.io/t/reused-block-undo-it-back-to-normal/2309/6 "2024-12-25T08:08:13Z")

</div>

Hi @David_Carnley, we have released the patch. Could you please try again on your side to see if it’s working as expected now?
