Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagexml
<?xml version="1.0" encoding="UTF-8"?>

<config xmlns="urn:com.cohga.server.config#1.0" 
	xmlns:data="urn:com.cohga.server.data.database#1.0">

	<data:datadefinition id="trees">
		<datasourcedataconnection datasource="database" table="trees" key="id" prefix="DISTINCT">
			<where clause="insp_date = ${user.dynamic.trees.insp_date}"/>
			<parameter type="string" nameid="species" label="Species" column="species"/>
			<parameter type="string" nameid="location" label="Location" column="location"/>
			<parameter typeid="date" name="insp_date" label="Insp. Date" column="insp_date" type="date"/>
		</datasourcedataconnection>
	</data:datadefinition>

</config>

...