...
- Add a new attribute called
CountyShortCode
- Leave the default settings
Set the attribute expression to
Code Block substring(in.County, 1, 3)
PressĀ
Categorise bills as "LARGE" or "NORMAL"
...
...
CountyShortCode
Set the attribute expression to
Code Block |
---|
substring(in.County, 1, 3) |
PressĀ
...