# Batch change "include" parameter of View Templates

**URL:** https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600
**Category:** Revit
**Created:** [January 29, 2018, 6:56pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600 "2018-01-29T18:56:58Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![ahcbbb](https://avatars.discourse-cdn.com/v4/letter/a/ac91a4/32.png) [@ahcbbb](https://forum.dynamobim.com/u/ahcbbb)
#### Post date: [January 29, 2018, 6:56pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/1 "2018-01-29T18:56:58Z")

</div>

Hello!  
I’m trying to use dynamo to set all view templates to **not** control Point Clouds via view template. I figured setting the override parameter to “0” and therefore false would do the trick, but Dynamo tells me this is not a number.  
I’m wondering if Dynamo is reporting only the “Value” column of the view template, rather than the “Include” column.  
Does anyone know how to uncheck the box in the “Include” column?

Capture|690x324

Thanks!

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [January 30, 2018, 12:34am UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/2 "2018-01-30T00:34:43Z")

</div>

Image didn’t upload - can you try again?

---

<div class="post-metadata">

### Author: ![ahcbbb](https://avatars.discourse-cdn.com/v4/letter/a/ac91a4/32.png) [@ahcbbb](https://forum.dynamobim.com/u/ahcbbb)
#### Post date: [January 30, 2018, 5:33pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/3 "2018-01-30T17:33:43Z")

</div>

![Capture](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/a/0/a0e893d1a70ba23989c5c4c67bc24446815f3f9e.png)

---

<div class="post-metadata">

### Author: ![Marcel\_Rijsmus](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/marcel_rijsmus/32/8539_2.png) [@Marcel\_Rijsmus](https://forum.dynamobim.com/u/Marcel_Rijsmus)
#### Post date: [January 30, 2018, 5:50pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/4 "2018-01-30T17:50:30Z")

</div>

Hi,

The output of your element.parameter gives you 4140 parameters, so you probably have more views than just view templates in there, and yes the template is considered a view too. You could narrow it down to just view templates with this node ViewIsViewTemplate in the Clockwork package.

Marcel

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [January 30, 2018, 7:53pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/5 "2018-01-30T19:53:41Z")

</div>

Preview the list filter and is view template nodes please.

---

<div class="post-metadata">

### Author: ![ahcbbb](https://avatars.discourse-cdn.com/v4/letter/a/ac91a4/32.png) [@ahcbbb](https://forum.dynamobim.com/u/ahcbbb)
#### Post date: [January 30, 2018, 9:23pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/6 "2018-01-30T21:23:18Z")

</div>

Hi, all.

It’s definitely the view templates - we have 84 of them (83 as of this posting). The 4140 parameters is the number of templates multiplied by the number of parameters, which varies between each template. I took one and exported its parameters to excel (attached to this post), compared the parameters to what I saw in the View Template window. The mystery parameter to control the “Include” column doesn’t seem to show up.

Maybe I’m approaching this from the wrong direction? Could it be that the “Include” column is not considered a parameter? Or is a parameter for something that is not view related?

Thanks!

[ViewTemplate\_Cleanup2.xlsx](https://forum.dynamobim.com/uploads/short-url/QlO8QzIEQPOM3T6oe21Ax48Yif.xlsx) (9.2 KB)

 ![Capture2](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/f/3/f3be70852f8078eb0c05db8dc23cc5f3d2fa6908.png)

---

<div class="post-metadata">

### Author: ![awilliams](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/awilliams/32/114496_2.png) [@awilliams](https://forum.dynamobim.com/u/awilliams)
#### Post date: [January 30, 2018, 10:35pm UTC](https://forum.dynamobim.com/t/batch-change-include-parameter-of-view-templates/18600/7 "2018-01-30T22:35:16Z")

</div>

Hi @ahcbbb, see this post here: [Setting View Template Includes](https://forum.dynamobim.com/t/setting-view-template-includes/15969/3?u=awilliams)
