
# Commander's intent

fix the opportunities that have outdated templates and complete data


# No version

```dataview
TABLE
from #NRB-Offer   
where !template-version 
```

# Version 0.2

```dataview
TABLE
from #NRB-Offer   
where template-version="0.2" 
```
# Version 1.1

```dataview
TABLE
from #Offer   
where template-version="1.1" 
```

---
Tags:: #templateversioning
Up:: [[Settings]]