Changes between Initial Version and Version 1 of Ticket #3540
- Timestamp:
- 03/25/18 07:50:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3540
- Property Component Default → wxGUI
- Property Keywords modeler added
- Property Milestone → 7.4.1
- Property Version unspecified → svn-trunk
-
Ticket #3540 – Description
initial v1 1 1 I have a model in graphical modeler in which I want to extract features using 2 2 3 {{{ 3 4 v.extract input=bodem@PERMANENT where="bodemcode LIKE 'pZ%' OR bodemcode LIKE 'Z%'" output=sand 5 }}} 4 6 5 7 When used in the graphical modeler, I am getting the error message: 6 8 9 {{{ 7 10 Model is not valid. Do you want to run the model anyway? v.extract: undefined variable '""' 11 }}} 8 12 9 13 It seems it is not parsing the where statement. Any idea?